Read the statement by Michael Teeuw here.
Power-saving modes?
-
@wfsaxton
I am using the module MMM-PIR-Sensor and a physical PIR-Sensor, which works great.AxLED
-
@AxLed Thanks. I used that module as a reference and ran the commands manually…it still takes a long time BUT at least using a sensor could help a user more easily activate it.
Can I ask what sensor your are using?
-
I went ahead and purchased this one (Adafruit was out of stock): https://www.amazon.com/gp/product/B00JOZTAC6/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1
-
@wfsaxton
I am using a HC-SR501.AxLED
-
I’m using a clapper to turn the monitor on & off. Old school meets new school
-
I developed https://github.com/thobach/MMM-Gestures for that purpose which takes care of both:
- power saving with an infrared distance sensor
- gesture control to toggle between MMM-pages, news, show news details and scroll through news page
It works with well for me, but needs some hardware: Arduino, gesture sensor, IR sensor.