This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lm76 [2014/01/24 20:20] BenPi created |
lm76 [2015/11/27 21:09] (current) |
||
---|---|---|---|
Line 6: | Line 6: | ||
|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^ | ||
|I2C|lm76| | |I2C|lm76| | ||
- | + | ==== Sender Arguments ==== | |
- | Supported Brands | + | |
- | + | ||
- | -Various- | + | |
- | + | ||
- | Sender Arguments | + | |
//None// | //None// | ||
- | Config | + | ==== Config ==== |
<code> | <code> | ||
"living": { | "living": { | ||
Line 29: | Line 24: | ||
"id": "0x4b" | "id": "0x4b" | ||
}], | }], | ||
- | "temperature": 172, | + | "temperature": 172 |
- | "settings": { | + | |
- | "decimals": 1, | + | |
- | "interval": 5 | + | |
- | } | + | |
} | } | ||
} | } | ||
</code> | </code> | ||
- | Optional Settings | + | ==== Optional Settings ==== |
^Setting^Default^Format^Description^ | ^Setting^Default^Format^Description^ | ||
- | |decimals|3|number|How many decimals does the temperature information contain| | + | |device-decimals|1|number|How many decimals does the temperature information contain| |
- | |humidity|1|1 or 0|Don't display the humidity value| | + | |gui-show-temperature|1|1 or 0|Don't display the temperature value| |
- | |temperature|1|1 or 0|Don't display the temperature value| | + | |poll-interval|5|seconds|What should be the poll interval of the sensors| |
- | |battery|0|1 or 0|Don't display the battery value| | + | |device-temperature-offset|0|number|Correct temperature value| |
- | |interval|5|seconds|What should be the poll interval of the sensors| | + | |
- | + | ||
- | + | ||
- | Protocol | + | |
- | + | ||
- | //None// | + | |