Generic Weather
None
-t --temperature=temperature set the temperature -h --humidity=humidity set the humidity -b --battery=battery set the battery level -i --id=id control a device with this id
"devices": { "weather": { "protocol": [ "generic_weather" ], "id": [{ "id": 100 }], "temperature": 23.00, "humidity": 76.00, "battery": 0 } }, "gui": { "weather": { "name": "Weather", "group": [ "Weather" ], "media": [ "all" ] } }
Battery is a boolean. 0 is almost empty battery, 1 is a healthy battery
Device Settings
Setting | Default | Format | Description |
---|---|---|---|
humidity-offset | 0 | number | Correct humidity value |
temperature-offset | 0 | number | Correct temperature value |
GUI Settings
Setting | Default | Format | Description |
---|---|---|---|
temperature-decimals | 2 | number | How many decimals the GUIs should display for temperature |
humidity-decimals | 2 | number | How many decimals the GUIs should display for humidity |
show-humidity | 1 | 1 or 0 | Don't display the humidity value |
show-temperature | 1 | 1 or 0 | Don't display the temperature value |
show-battery | 0 | 1 or 0 | Don't display the battery value |