The addon provides owserver to read 1-Wire devices over serial/i2c or usb device.
Note: Remember to restart the add-on whenever configuration change.
Example add-on configuration (YAML mode):
owhttpd: true
temperature_scale: Celsius
device_type: serial_or_i2c
device: /dev/serial/by-id/usb-MERA-PROJEKT_USB__-__1Wire__MP00202__MPVVSOBE-if00-port0
debug: false
Enable to start the embedded owhttpd server (Default true). owhttpd server is exposed via Ingress (Open Web UI)
Specify owserver device.
Specify owserver device_type from the options below:
- serial_or_i2c device
- usb device
- ha7net device
- fake device (random simulated device)
Specify temperature scale used by owserver from the options below:
- Celsius default
- Fahrenheit
- Kelvin
- Rankine
Specify ha7net server. Use it with ha7net device only.
Specify debug mode for owserver.
- Configure and start addon. With default configuration addon starts with fake (mocked) devices.
- Add to Home Assistant through the Integrations. Go to Integrations, Add Integration, Choose 1-Wire
- Host:
provide add-on's hostname (from add-on details page)
- Port:
4304
(default)
- Host:
- That's it. On the integrations page wou will find 1-Wire integration with discovered devices.