Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Description
Adds support for DS18B20 one wire temperature sensors. The default setting assumes a single sensor and does not require the user to go and find the address.
The optional one_wire_ID parameter is for the available for muliptle sensors (ie: one outside, one in the greenhouse, etc) but does require a lookup of the address. The docs include the
location and format of the address. This was tested on a Raspberry Pi 3 for about a year in a small cheap greenhouse where is got down to single digit temperature and over 100 in the summer
with fine performance, minus the occasional restart when the Pi likely was overheating.
Fixes # (issue)
@mentions the author(s)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration including needed components.
Test Configuration:
New Pull Request Checklist:
Documentation
Please provide thorough documentation of your changes and features in a markdown format. You can find a example of the documentation here. If you are adding a new extension you may attach this as a separate file. It is important that you document your features well so that someone with no information can familiarize themselves and even help collaborate!
Screenshots / Media
If relevant, provide screenshots or any media that would help showcase the proposed changes.