Does the SleepWake Module work with the bugsounet/MMM-NewPIR module or only the PIRSensor by Paviro? If so, is there changes that need to be made in js file? For instance everywhere it shows the module name for PIRSensor, could I just change to NewPIR? Ultimately it’s still looking to detect a USER PRESENCE correct?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
R
Posts made by RomeWood
-
MMM-SleepWake integration with MMM-NewPIR
-
RE: {HowTo} turn on/off your monitor using ultrasonic sensor with MMM-NearCompliments
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.
-
RE: {HowTo} turn on/off your monitor using ultrasonic sensor with MMM-NearCompliments
{ 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, } },
-
RE: Show compliments only when HC-SR04 sensor says someones near the mirror
Hi,
I’m having trouble getting your feature to work. The monitor doesn’t come back on once I’m within range. -
{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.