update

arendst 2017-02-08 10:46:02 +01:00
parent 22c8a1ed3b
commit 49a988f663
1 changed files with 4 additions and 2 deletions

@ -1,12 +1,14 @@
The software allows for dynamically configuration of sensors to selected GPIO pins. Depending on the type of (Sonoff) Module certain GPIO pins are easily accessable. The software allows for dynamically configuration of sensors and devices to selected GPIO pins. Depending on the type of (Sonoff) Module certain GPIO pins are easily accessable.
Configuration can be done by either the web pages OR using the commands ``modules``, ``module``, ``gpios`` and ``gpio``. Sensor configuration is possible by either the web pages OR using the commands ``modules``, ``module``, ``gpios`` and ``gpio``.
The software supports: The software supports:
- [single wire sensors](#single-wire-sensor) - [single wire sensors](#single-wire-sensor)
- [dual wire or I2C sensors](#i2c-sensor) - [dual wire or I2C sensors](#i2c-sensor)
- [single wire devices](#devices) - [single wire devices](#devices)
Only one sensor type per module is allowed so you can only connect one DS18B20 (string) to the module.
## Single wire sensor ## Single wire sensor
The following single wire sensors are supported: The following single wire sensors are supported:
- DHT11 Temperature and Humidity - ``DHT11 (1)`` - DHT11 Temperature and Humidity - ``DHT11 (1)``