Feature | Support |
Sending | |
Receiving | |
Config |
Supported Brands
None
Sender Arguments
-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
Config
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"devices": {
"weather": {
"protocol": [ "generic_weather" ],
"id": [{
"id": 100
}],
"temperature": 23.00,
"humidity": 76.00,
"battery": 0
}
},
"gui": {
"weather": {
"name": "Weather",
"group": [ "Weather" ],
"media": [ "all" ]
}
}
}
|
Option | Value |
id | 0 - 99999 |
temperature | 0.00 - 100.00 |
humidity | 0.00 - 100.00 |
battery | 0 - 1 |
Optional Settings
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 |