Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.46 KB

DOCS.md

File metadata and controls

59 lines (39 loc) · 1.46 KB

owserver

The addon provides owserver to read 1-Wire devices over serial/i2c or usb device.

Configuration

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

Option: owhttpd

Enable to start the embedded owhttpd server (Default true). owhttpd server is exposed via Ingress (Open Web UI)

Option: device

Specify owserver device.

Option: device_type

Specify owserver device_type from the options below:

  • serial_or_i2c device
  • usb device
  • ha7net device
  • fake device (random simulated device)

Option: temperature_scale

Specify temperature scale used by owserver from the options below:

  • Celsius default
  • Fahrenheit
  • Kelvin
  • Rankine

Option: ha7net_server

Specify ha7net server. Use it with ha7net device only.

Option: debug

Specify debug mode for owserver.

Home Assistant integration

  1. Configure and start addon. With default configuration addon starts with fake (mocked) devices.
  2. 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)
  3. That's it. On the integrations page wou will find 1-Wire integration with discovered devices.