A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
{HowTo} turn on/off your monitor using ultrasonic sensor with MMM-NearCompliments
-
Re: Using an Ultrasonic sensor with MMM-PIR-Sensor power-saving functionality
I’m having this same issue currently and the problem wasn’t solved. It seems to go into Powersave mode with no signal and then tv doesn’t come back on when I am within range of the distance sensor. Also, the distance sensor seems to lag, so I can’t always tell what it is reading.
-
{ module: 'MMM-NearCompliments', position: "top_right", config: { echoPin: 23, triggerPin: 25, distance: 400, measuringInterval: 100, autoStart: true, usePIR: false, calibrate: true, } }, { module: "MMM-PIR-Sensor", config: { sensorState: 0, powerSaving: true, powerSavingDelay: 30, preventHDMITimeout:1 , supportCEC: true, } },
-
this is my config. Any changes I should make? First trying to get the sensor to work properly monitoring distance, then make it turn on the display when presence is detected.
-
see MMM-NEWPIR on github
https://forum.magicmirror.builders/topic/13320/best-pir-strategy-for-rpi4?_=1605706510392