This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dht11 [2014/06/10 20:59] curlymo |
dht11 [2015/11/27 21:09] (current) |
||
---|---|---|---|
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 33: | Line 36: | ||
</code> | </code> | ||
- | Optional Settings | + | ==== Optional Settings ==== |
^Setting^Default^Format^Description^ | ^Setting^Default^Format^Description^ | ||
Line 43: | Line 46: | ||
|device-temperature-offset|0|number|Correct temperature value| | |device-temperature-offset|0|number|Correct temperature value| | ||
- | Protocol | + | ==== Protocol ==== |
//None// | //None// | ||