Hello good people!
I’m updating my bathroom light auto on off flow and my goal from the beginning has been to simply not make the lights turn off whenever im there… simple enough!
So far I’ve been mostly successful using my hue PIR sensor as a “presence” sensor with CountDown timer running in the background resetting it self whenever it senses motion and again checking a “few 100 times” wether there is motion or not before turning off the lights.
The hue PIR sensor like others have indeed mentiond does not want to see through the shower doors! I fixed this by adding time of the day based conditions making it so that from 21:30-23:00 (whenever i shower 99% of the time) it starts a timer for 12min whenever motion is not sensed and the normal timer of 4 min reached 0 (using CountDown).
Now to the actual issue: over easter i found myself showering at 15:00 one of the days…in the dark(after 4 min CountDown). Now this is unaccpetable and must be fixed!
What i want to do is have my Aqara temp sensor to measure humidity! I’ve had it collect data over a few weeks with irregular showertimes and I see that the magic line is 37% and above and im showering! Now the problem im having is using CountDown and the Aqara temp humidity flow cards together. The Aqara temp sensor flow card does not have “And” or “Then” to check humidity levels, only “When”. This poses a challenge as my setup relies on CountDown using “When timer is 0” to turn the lights off (with different conditions mentioned earlier). My ideal scenario would be to basically: “When timer = 0, AND humidity is greater than 37%” then add my yes/no flows to controll the timing of when to turn off the lights and when to run the “delay” card.
Does anyone have any suggestions using an aqara temp sensor and hue PIR sensor to make this possible?
Thanks in advance for reading my showerstory.