Connect a 1-Wire device
1-Wire sensors (e.g. DS18B20 temperature probes) share a single data pin on the gateway.
Protocol: 1-wire · Requires: a gateway
Connection fields:
| Field | Meaning |
|---|---|
pin |
GPIO pin the 1-Wire bus is wired to |
sampleIntervalMs |
How often to read (ms) |
Steps
- Wire the sensor's data line to the chosen pin (with the required pull-up).
- Add a device with protocol 1-wire, pick the gateway, and set the pin + sample interval.
- Add a tag per reading.