This shows you the differences between two versions of the page.
— |
alecto_wsd17_v6_0 [2015/11/27 22:09] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Alecto WSD17** | ||
+ | ^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^ | ||
+ | |Alecto WSD17|alecto_wsd17| | ||
+ | |||
+ | ==== Sender Arguments ==== | ||
+ | |||
+ | //None// | ||
+ | |||
+ | ==== Config ==== | ||
+ | <code> | ||
+ | "device": { | ||
+ | "weather": { | ||
+ | "protocol": [ "alecto_wsd17" ], | ||
+ | "id": [{ | ||
+ | "id": 100 | ||
+ | }], | ||
+ | "temperature": 23.00 | ||
+ | } | ||
+ | }, | ||
+ | "gui": { | ||
+ | "weather": { | ||
+ | "name": "Weather Station", | ||
+ | "group": [ "Outside" ], | ||
+ | "media": [ "all" ] | ||
+ | } | ||
+ | } | ||
+ | </code> | ||
+ | |||
+ | ==== Optional Settings ==== | ||
+ | |||
+ | Device Settings | ||
+ | |||
+ | ^Setting^Default^Format^Description^ | ||
+ | |temperature-offset|0|number|Correct temperature value| | ||
+ | |||
+ | GUI Settings | ||
+ | ^Setting^Default^Format^Description^ | ||
+ | |decimals|2|number|How many decimals should the GUIs display| | ||
+ | |show-temperature|1|1 or 0|Don't display the temperature value| | ||
+ | |||
+ | ==== Comments ==== | ||
+ | |||
+ | This protocol was created for pilight with the help of this document: | ||
+ | http://www.tfd.hu/tfdhu/files/wsprotocol/auriol_protocol_v20.pdf\\ | ||
+ | \\ | ||
+ | Humidity and battery are not supported yet |