nymea-plugins/onewire
Michael Zanetti 2ac80c0414 Update translations 2019-10-18 13:54:02 +02:00
..
translations Update translations 2019-10-18 13:54:02 +02:00
README.md Extended readme, fixed discovery without gateway device 2019-09-15 13:37:29 +02:00
devicepluginonewire.cpp Update one-wire plugin 2019-10-18 13:54:02 +02:00
devicepluginonewire.h Update one-wire plugin 2019-10-18 13:54:02 +02:00
devicepluginonewire.json fixed issues reported by reviewer 2019-09-15 13:37:29 +02:00
onewire.cpp fixed switches, added init arguments 2019-09-15 13:37:29 +02:00
onewire.h fixed switches, added init arguments 2019-09-15 13:37:29 +02:00
onewire.pro added one wire plug-in 2019-09-15 13:35:32 +02:00

README.md

One wire

This plugin allows to add one wire devices through the one wire file system.

One wire interface device

This device initializes OWFS, during the device setup you can set OWFS init arguments. Default arguments are "--i2c=ALL:ALL" to scan for one-wire devices on all I2C interfaces.

You can simulate one-wire device with following init argument: "--fake=10,22,28,05"

More about init arguments here: https://www.owfs.org

Supported one-wire devices

  • Family Code 10 - Temperature Sensors ..* DS18S20 ..* DS1820 ..* DS18S20-PAR ..* DS1920
  • Family Code 22 - Temperature Sensors ..* DS1822 ..* DS1822-PAR
  • Family Code 28 - Temperature Sensors ..* DS18B20 ..* DS18B20-PAR ..* DS18B20X
  • Family Code 3B - Temperature Sensors ..* DS1825
  • Family Code 05 - Single channel switch ..* DS2405
  • Family Code 12 - Dual channel switch ..* DS2406 ..* DS2407
  • Family Code 3A - Dual channel switch ..* DS2413
  • Family Code 29 - Eight channel switch ..* DS2408