1-Wire dht22
Brand | Protocol |
---|---|
1-Wire dht22 | dht22 |
1-Wire am2302 | dht22 |
None
"devices": { "temperature": { "protocol": [ "dht22" ], "id": [{ "gpio": 7 }], "humidity": 5.2, "temperature": 1.7, "poll-interval": 5 } }, "gui": { "temperature": { "name": "Temperature Sensor", "group": [ "Misc" ], "media": [ "all" ] } }
Device Settings
Setting | Default | Format | Description |
---|---|---|---|
poll-interval | 5 | seconds | What should be the poll interval of the sensors |
humidity-offset | 0 | number | Correct humidity value |
temperature-offset | 0 | number | Correct temperature value |
GUI Settings
Setting | Default | Format | Description |
---|---|---|---|
temperature-decimals | 1 | number | How many decimals the GUIs should display for temperature |
humidity-decimals | 1 | 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 |