This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dht11 [2014/04/29 20:20] curlymo |
dht11 [2014/06/11 20:00] curlymo |
||
---|---|---|---|
Line 1: | Line 1: | ||
**1-Wire dht11** | **1-Wire dht11** | ||
+ | |||
+ | //To be able to use the updated protocol, install this module from the development repository:// | ||
+ | <code> | ||
+ | apt-get install pilight-protocol-dht11 | ||
+ | </code> | ||
^Feature^Support^ | ^Feature^Support^ | ||
Line 6: | Line 11: | ||
|Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | |Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
- | Supported Brands | + | ==== Supported Brands ==== |
^Brand^Protocol^ | ^Brand^Protocol^ | ||
|1-Wire dht11|dht11| | |1-Wire dht11|dht11| | ||
- | Supported Brands | + | ==== Sender Arguments ==== |
- | + | ||
- | Sender Arguments | + | |
//None// | //None// | ||
- | Config | + | ==== Config ==== |
<code> | <code> | ||
"living": { | "living": { | ||
Line 28: | Line 31: | ||
"humidity": 52, | "humidity": 52, | ||
"temperature": 17, | "temperature": 17, | ||
- | "settings": { | + | "poll-interval": 5 |
- | "interval": 5 | + | |
- | } | + | |
} | } | ||
} | } | ||
</code> | </code> | ||
- | Optional Settings | + | ==== Optional Settings ==== |
^Setting^Default^Format^Description^ | ^Setting^Default^Format^Description^ | ||
Line 45: | Line 46: | ||
|device-temperature-offset|0|number|Correct temperature value| | |device-temperature-offset|0|number|Correct temperature value| | ||
- | Protocol | + | ==== Protocol ==== |
//None// | //None// | ||