mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add switch platform to onewire (#15561)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
b61c7c18dc
commit
398c1b9734
@ -42,7 +42,12 @@ Each 1-wire component data sheet describes the different properties the componen
|
||||
| 42 | [DS28EA00](https://datasheets.maximintegrated.com/en/ds/DS28EA00.pdf) | Temperature |
|
||||
| EF | [HobbyBoard](https://hobbyboards.com/) | Temperature, Humidity, Moisture, Wetness <sup>[3](#note_3)</sup> |
|
||||
|
||||
#### Switches:
|
||||
|
||||
| Family | Device | Physical Quantity |
|
||||
| -------|:-----|:-----|
|
||||
| 12 | [DS2406](https://datasheets.maximintegrated.com/en/ds/DS2406.pdf) | 2 latches (latch.A/B) and 2 PIOs (PIO.A/B) <sup>[4](#note_4)</sup> |
|
||||
| 29 | [DS2408](https://datasheets.maximintegrated.com/en/ds/DS2408.pdf) | 8 latches (latch.0-7) and 8 PIOs (PIO.0/7) <sup>[4](#note_4)</sup> |
|
||||
|
||||
Notes:
|
||||
|
||||
@ -55,8 +60,6 @@ Notes:
|
||||
|
||||
- <a name="note_4">Some sensors are disabled by default</a> to avoid overloading the bus. These can be activated by opening the integrations page in your configuration, listing your 1-Wire integration devices and updating the entity.
|
||||
|
||||
- <a name="note_4">Some sensors are disabled by default</a> to avoid overloading the bus. These can be activated by opening the integrations page in your configuration, listing your 1-Wire integration devices and updating the entity.
|
||||
|
||||
## Interfacing with the 1-wire bus
|
||||
|
||||
The 1-Wire bus can be connected directly to the IO pins of Raspberry Pi or by using a dedicated interface adapter, for example
|
||||
|
Loading…
x
Reference in New Issue
Block a user