[Extend Dallas 1-Wire] Add support for read PIO-A of DS2406 #2174
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.
Extend Dallas 1-Wire
Extend the devices supported with DALLAS 1-WIRE.
The DS2406 can be read, the system adds it as a digital device and only read PIO-A state.
Electronics
Just a Note: if it's to receive a signal from a relay I put a 10K resistor to 3.3v as a pull up or to GND as a pull down depending if relay NC is GND or 3.3v and NO is a open signal)
Devices
To have access to DALLAS devices I use in platformio:
default_envs = itead-sonoff-basic-r2-dallas
You can mix DS18x20 devices with this new DS2406.
Because only have 5 units of DS2406, I test all in the same Sonoff, it detects all and work without any problem.