This shows you the differences between two versions of the page.
— |
wunderground_v5.0 [2015/11/27 22:09] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Weather Underground** | ||
+ | ^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 ==== | ||
+ | |||
+ | //None// | ||
+ | |||
+ | ==== Sender Arguments ==== | ||
+ | |||
+ | //None// | ||
+ | |||
+ | ==== Config ==== | ||
+ | <code> | ||
+ | "outside": { | ||
+ | "name": "outside", | ||
+ | "temperature": { | ||
+ | "name": "Temperature", | ||
+ | "protocol": [ "wunderground" ], | ||
+ | "id": [{ | ||
+ | "api": "1ihn472a6ea384jd", | ||
+ | "location": "amsterdam", | ||
+ | "country": "nl" | ||
+ | }], | ||
+ | "humidity": 7600, | ||
+ | "temperature": 700, | ||
+ | "sunrise": 1, | ||
+ | "sunset": 1, | ||
+ | "sun": "set" | ||
+ | } | ||
+ | } | ||
+ | </code> | ||
+ | |||
+ | ==== Optional Settings ==== | ||
+ | |||
+ | ^Setting^Default^Format^Description^ | ||
+ | |device-decimals|2|number|How many decimals does the weather information contain| | ||
+ | |device-humidity-offset|0|number|Correct humidity value| | ||
+ | |device-temperature-offset|0|number|Correct temperature value| | ||
+ | |gui-decimals|2|number|How many decimals should the GUIs display| | ||
+ | |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| | ||
+ | |gui-show-sunriseset|1|1 or 0|Don't display the sunrise / sunset values| | ||
+ | |gui-show-update|1|1 or 0|Don't display the update button| | ||
+ | |poll-interval|900|seconds|What should be the poll interval of the API| | ||
+ | |||
+ | ==== Comments ==== | ||
+ | |||
+ | 1. Please notice that the weather underground interval cannot be less than 15m due to daily polling restrictions. | ||
+ | 2. This restriction also counts for the update button in the webgui. You won't receive updates within the 15m between two updates. | ||
+ | 3. This wiki page shows a random API key. Please register yourself at wunderground.com to get your own. |