Hey,
i just received my DHT22 and startet to connect it to the pi.
For connecting the sensor i followd this tutorial.
with the supposed commandi get temperature values, so i guess, that the wiring and the sensor itself is working.
here's my config. I integrated it in my complete config and i can start the service without any problems.
I do not get any updates and i don't have any idea whats going on.
Did I miss something or whtas wrong here?
best regards and thanks for your help
EDIT: Here's the right code, when the sensor is connectoed to wiringpi #7:
i just received my DHT22 and startet to connect it to the pi.
For connecting the sensor i followd this tutorial.
with the supposed command
Code:
sudo ./Adafruit_DHT 2302 4
here's my config. I integrated it in my complete config and i can start the service without any problems.
Code:
"DHT22": {
"name": "Temperatur DHT22",
"protocol": [ "dht22" ],
"id": [{
"gpio": "7"
}],
"humidity": 0,
"temperature": 0,
"settings": {
"interval": 5
}
}
I do not get any updates and i don't have any idea whats going on.
Did I miss something or whtas wrong here?
best regards and thanks for your help
EDIT: Here's the right code, when the sensor is connectoed to wiringpi #7:
Code:
"DHT22": {
"name": "Temperatur DHT22",
"protocol": [ "dht22" ],
"id": [{
"gpio": 7
}],
"humidity": 0,
"temperature": 0,
"settings": {
"interval": 5
}
}