This is an old revision of the document!
1-Wire dht11
Supported Brands
Brand | Protocol |
---|---|
1-Wire dht11 | dht11 |
Supported Brands
Sender Arguments
None
Config
"living": { "name": "Living", "temperature": { "name": "Temperature", "protocol": [ "dht11" ], "id": [{ "gpio": 7 }], "humidity": 52, "temperature": 17, "settings": { "interval": 5 } } }
Optional Settings
Setting | Default | Format | Description |
---|---|---|---|
device-decimals | 1 | number | How many decimals does the temperature information contain |
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 |
poll-interval | 5 | seconds | What should be the poll interval of the sensors |
device-humidity-offset | 0 | number | Correct humidity value |
device-temperature-offset | 0 | number | Correct temperature value |
Protocol
None