@magicR Wondering if you can help me…
I have implemented your module on my magic mirror with PIR sensor.
The issue I seem to have with ALL hiding modules is it seems the PIR is initiating BOTH hiding AND unhiding.
I just can not seem to figure out what is going on. I can adjust the delay and sensitivity if I need to on the sensor but I dont think I need to mess with that at this moment…
I really just want the mirror to be on… say for 20 minutes… then if no trigger … hide.
Then turn on when triggered and stay on for 20 minutes… rinse and repeat.
Can you help me ?
My config is below:
{
module: 'MMM-PIR-Sensor',
config: {
sensorPin: '22',
powerSaving: false,
}
},
{
module: "mm-pir-hide-all",
position: "fullscreen_below",
config: {
fadeInTime: '1000',
fadeOutTime: '300000',
}
},