This shows you the differences between two versions of the page.
dht11 [2014/04/29 20:20] curlymo |
dht11 [2015/11/27 21:09] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | **1-Wire dht11** | ||
- | |||
- | ^Feature^Support^ | ||
- | |Sending|{{http://wiki.pilight.org/lib/images/notsupported.gif}}| | ||
- | |Receiving|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
- | |Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
- | |||
- | Supported Brands | ||
- | ^Brand^Protocol^ | ||
- | |1-Wire dht11|dht11| | ||
- | |||
- | Supported Brands | ||
- | |||
- | Sender Arguments | ||
- | |||
- | //None// | ||
- | |||
- | Config | ||
- | <code> | ||
- | "living": { | ||
- | "name": "Living", | ||
- | "temperature": { | ||
- | "name": "Temperature", | ||
- | "protocol": [ "dht11" ], | ||
- | "id": [{ | ||
- | "gpio": 7 | ||
- | }], | ||
- | "humidity": 52, | ||
- | "temperature": 17, | ||
- | "settings": { | ||
- | "interval": 5 | ||
- | } | ||
- | } | ||
- | } | ||
- | </code> | ||
- | |||
- | Optional Settings | ||
- | |||
- | ^Setting^Default^Format^Description^ | ||
- | |device-decimals|1|number|How many decimals does the temperature information contain| | ||
- | |gui-show-humidity|1|1 or 0|Don't display the humidity value| | ||
- | |gui-show-temperature|1|1 or 0|Don't display the temperature value| | ||
- | |poll-interval|5|seconds|What should be the poll interval of the sensors| | ||
- | |device-humidity-offset|0|number|Correct humidity value| | ||
- | |device-temperature-offset|0|number|Correct temperature value| | ||
- | |||
- | Protocol | ||
- | |||
- | //None// | ||