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
"living": { "name": "Living", "weather": { "name": "Weather", "protocol": [ "generic_weather" ], "id": [{ "id": 100 }], "temperature": 2300, "humidity": 7600, "battery": 0 } }
Battery is a boolean. 0 is almost empty battery, 1 is a healthy battery
Setting | Default | Format | Description |
---|---|---|---|
device-decimals | 2 | number | How many decimals does the weather information contain (humidty and temperature) |
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-battery | 0 | 1 or 0 | Don't display the battery value |
device-humidity-offset | 0 | number | Correct humidity value |
device-temperature-offset | 0 | number | Correct temperature value |