Read the statement by Michael Teeuw here.
MMM-PIR
-
I had a MM set up and running nicely before the SD card failed (lesson learnt).
It was using MMM-PIR sensor lite and working perfectly with this sensor.
This module is no longer developed/maintained and has been achieved so now I’m using MMM-PIR which works.However, the difference between the 2 is that the PIR sensor lite would physically turn the screen off and put it in standby, then wake the screen up when the PIR sensed movement.
MMM-PIR appears to only blank the screen of modules so the screen stays on (albeit black) but the screen is still on.
Not ideal at night/for mirror usage/power use.Can MMM-PIR be configured to put the screen in standby?
With PIR sensor lite, will this still work even though the module is no longer maintained or will this become an issue as MM evolves?Cheers.
-
@JMac you can still use lite.
MMM-Pir haa lots of different modes
-
@sdetweil
So if I stick with MMM-Pir am I right in thinking if u set the mode to mode 4 in the script it would turn the screen off via the HDMI?Just read that it is set to mode 1 by default which uses vgencmd but my screen and pi are connected via HDMI.
Would be handy to get this one turning the screen off entirely (if possible) and use the PIR to turn it back on, as the rest of the MM is working nicely.
-
@JMac I do not ‘know’ the correct mode… it depends on the hardware and OS
on pi3 the HDMI port is one way, out… you can only turn it on/off.
the monitor(energy star compliant) put up a big NO INPUT screen when the port is turned off… fun!.. for some timeout (max 15 mins) and then POWERS OFF…
the spec said AND STAYS OFF til MANUALLY turned on…
darn mess for us…the pi4/5 (and maybe pi02w) hdmi port is bi-directional, so one can GET status from the other side… in software (CEC) … (if the code is supported and installed on the OS)…
my 55in TV os CEC compliant, BUT it will turn off, but not back on… sorta not useful… oops… no firmware fix yet, 4 yrs later
now later energy star also provides for STANDBY mode… so it COULD come back on… i don’t ‘know’, but I think this status is NOT known on the OS side.
I know that the author is constantly fixing/enhancing the module
it is INTENDED and DESIGNED to turn the output back on with movement… -
@sdetweil That was exactly how PIR sensor lite worked on the same pi 3.
screen would turn off after time interval - i had it set to 5 minutes - pi would detect a hand swipe past the PIR sensor, pi would wake the screen up and the 5 minute cycle would start again.do we (you) think the mode 4 for HDMI in this module will function the same?
-
-