This is an old revision of the document!
1-Wire dht22
Supported Brands
Brand | Protocol |
---|---|
1-Wire dht11 | dht11 |
1-Wire dht22 | dht22 |
1-Wire am2302 | am2302 |
Supported Brands
Sender Arguments
None
Config
"living": { "name": "Living", "temperature": { "name": "Temperature", "protocol": [ "dht22" ], "id": [{ "gpio": 7 }], "humidity": 618, "temperature": 172, "settings": { "interval": 5 } } }
Optional Settings
Setting | Default | Format | Description |
---|---|---|---|
decimals | 1 | number | How many decimals does the temperature information contain |
humidity | 1 | 1 or 0 | Don't display the humidity value |
temperature | 1 | 1 or 0 | Don't display the temperature value |
battery | 0 | 1 or 0 | Don't display the battery value |
interval | 5 | seconds | What should be the poll interval of the sensors |
Protocol
None