nymea-plugins/onewire
Michael Zanetti fd113373ec Update translation 2020-04-14 11:41:45 +02:00
..
translations Update translation 2020-04-14 11:41:45 +02:00
README.md Extended readme, fixed discovery without gateway device 2019-09-15 13:37:29 +02:00
integrationpluginonewire.cpp Improve it a bit more 2020-04-14 11:40:16 +02:00
integrationpluginonewire.h OneWire: Fix manual discovering of connected devices 2020-04-14 11:17:58 +02:00
integrationpluginonewire.json Rename devices to things 2020-03-04 17:52:36 +01:00
onewire.cpp OneWire: Fix manual discovering of connected devices 2020-04-14 11:17:58 +02:00
onewire.h Update copyright 2020-01-23 12:48:25 +01:00
onewire.pro Rename devices to things 2020-03-04 17:52:36 +01: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