Hello community,
after a complete new installation of my RaspberryPi 3 (Raspian release from 2016\11\25 and pimatic 0.9.37) the dht-sensors plugin doesn’t show the values of my DHT22 sensor any longer.
I already deleted the plugin and reinstalled it. No success. No errors during installation.
11:48:17.321 [pimatic] Installing: "pimatic-dht-sensors@0.9.2" from npm-registry.
11:48:24.380 [pimatic, ppm] > node-dht-sensor@0.0.31 preinstall /home/pi/pimatic-app/node_modules/pimatic-dht-sensors/node_modules/node-dht-sensor
11:48:24.383 [pimatic, ppm] > ./check-lib.sh
11:48:24.549 [pimatic, ppm] Library bcm2835 found.
11:48:25.180 [pimatic, ppm] > node-dht-sensor@0.0.31 install /home/pi/pimatic-app/node_modules/pimatic-dht-sensors/node_modules/node-dht-sensor
11:48:25.185 [pimatic, ppm] > node-gyp configure
11:48:27.722 [pimatic, ppm] > node-dht-sensor@0.0.31 postinstall /home/pi/pimatic-app/node_modules/pimatic-dht-sensors/node_modules/node-dht-sensor
11:48:27.727 [pimatic, ppm] > node-gyp build
11:48:28.430 [pimatic, ppm] make: Entering directory '/home/pi/pimatic-app/node_modules/pimatic-dht-sensors/node_modules/node-dht-sensor/build'
11:48:28.440 [pimatic, ppm] CXX(target) Release/obj.target/node_dht_sensor/node-dht-sensor.o
11:48:33.397 [pimatic, ppm] CXX(target) Release/obj.target/node_dht_sensor/dht-sensor.o
11:48:33.820 [pimatic, ppm] SOLINK_MODULE(target) Release/obj.target/node_dht_sensor.node
11:48:34.100 [pimatic, ppm] COPY Release/node_dht_sensor.node
11:48:34.131 [pimatic, ppm] make: Leaving directory '/home/pi/pimatic-app/node_modules/pimatic-dht-sensors/node_modules/node-dht-sensor/build'
11:49:08.839 [pimatic, ppm] pimatic-dht-sensors@0.9.2 node_modules/pimatic-dht-sensors
11:49:08.843 [pimatic, ppm] └── node-dht-sensor@0.0.31 (nan@2.4.0)
11:49:08.884 [pimatic] Loading plugin: "pimatic-dht-sensors" (0.9.2)
The sensor itself works fine and the lol_dht22 script gives me values.
pi@Pi3:~/lol_dht22 $ sudo ./loldht 7
Raspberry Pi wiringPi DHT22 reader
www.lolware.net
Data not good, skip
Humidity = 67.70 % Temperature = 20.80 *C
My device config:
{
"id": "dht22-sensor",
"name": "Raumklima",
"class": "DHTSensor",
"type": 22,
"pin": 7,
"interval": 5000
}
Any suggestions?