Read the statement by Michael Teeuw here.
PIR-Sensor - put your mirror to sleep if not used
-
@Bangee you can always try to add some logging to the code
console.log("something")
to see where it is triggered and if the script is the cause or something else :) -
This is all 10 seconds. But there is noone in front of the mirror… :-(
meteoblueForecast received a module notification: USER_PRESENCE from sender: MMM-PIR-Sensor logger.js (Zeile 20) newsfeed received a module notification: USER_PRESENCE from sender: MMM-PIR-Sensor logger.js (Zeile 20) clock received a module notification: USER_PRESENCE from sender: MMM-PIR-Sensor logger.js (Zeile 20) calendar received a module notification: USER_PRESENCE from sender: MMM-PIR-Sensor logger.js (Zeile 20) swisstransport received a module notification: USER_PRESENCE from sender: MMM-PIR-Sensor logger.js (Zeile 20) ....
-
@Bangee Wait! That’s just all modules logging they received the notification, thats probably the same message over and over again logged by different modules.
-
@paviro will there be any chance to log what information the sensor is returning?
I’m not sure why my screen is alway going on and off, but i’ll get nervous… -
@Bangee Sure in the
node_helper.js
find the commentDetected movement
and addconsole.log()
so that it looks like the following:gpio.wiringPiISR(this.config.sensorPIN, gpio.INT_EDGE_BOTH, function(delta) { console.log(gpio.digitalRead(self.config.sensorPIN)) .... }
-
@paviro I dug out a junk-box PIR sensor. Everything is installed and no white-screen problems, but this sensor only puts out an “on” signal for about a second after motion is detected. Any way to make the mirror stay awake for some time (say 2-5 minutes) with that timer being reset on any motion signal? Then if nobody is in front of the mirror for awhile it goes off. Currently mine flickers off and on, not the ideal behavior.
-
@jrleeman you should be able to change that by modifying the PIR-Sensor mine has the possibility to exactly adjust that :)
-
For the record: node 6.1.0 is supported.
-
@MichMich is it? Not sure I think one dependencies of THIS plugin does not support it, yet :/
-
@paviro ah sorry. Throught you were talking about mm2 in general.