Hi Lee, glad you got it working now. I have also done some testing and have found if you reboot your HA is will show up again. I have given my 2 cents worth to HA in this bug report (Click Here). Maybe they will take a look at it .
Sometimes if a family member manually switches off the fan, it comes back on a few minutes later. Wife doesnāt like that after a pre-sleep showerā¦is there a way to have it not turn back on if manually switched off? Or better to just set a time window to have the automation run/not run?
Hi Markus. With this automation the trigger is the derivative sensor. You dont want the fan to be a trigger. If you have a switch that turns the fan ON then the fan will be the trigger and that is not good. I would look at having a independent switch and make that the trigger so when you turn it ON it turns the fan ON with a time delay.
I am assuming you have a toilet in the bathroom. If so maybe consider my Toilet Exhaust Fan with time delay blueprint and once you have a independent switch (maybe have a push button would be good, on / off in one push) use that as the trigger in the Toilet Exhaust Fan blueprint.
Thanks for that. Having a seperate button is nothing I would like to do. The spouse will freak out.
I think the best way forward here is to have a boolean variable which sets to true when your Automation fires. I can then have a condition check on my Automation for the button saying when it is turned on, check if it was turned on by the Automation (with the boolean variable) and if so, do not run the 15 minute delay and cancel the Automation.
And if your automation ran and finished, set back the boolean to false.
I am not sure if I can implement this myself using your Blueprint. Thoughts?
Agree, maybe consider just using your existing switch, disconnect the switch from the fan and install a Shelly Plus i4. Then when you turn that switch on (Shelly Plus i4) the fan comes on.
@Blacky Wonderful Blueprint! In my bathroom I find that the timer triggers more often than the drop in humidity but thatās fine. I use an Aqara temperture and humidity sensor and have placed it near the shower enclosure rather than fan, hopefully to get a faster trigger? For the fan control I use a Sonoff Mini Zigbee and have the existing manual fan pull cord connected to this as an āOverideā, but since I started using this Blueprint itās not been used!
The Automations I created before I found this Blueprint worked but had no āfineseā. The only thing I miss from my automation is that I set a flag when the fan was turned on and used this to turn on a heated towel rail later to dry the used towel. Iāve adding this function by creating another automation that is triggered by the fan switching on that now sets the flag.
This seems overkill for my use case, I was wondering if thereās an easy way to add the setting of this flag in the blueprint? The flag is cleared by the heated towel rail automation.
Currently the only way to do this it to turn the by-pass ON. If you use the fan switch it will not work as the automation needs to turn the fan ON and OFF. Example: If the automation turns the fan OFF it is the same as the switch being OFF in HAā¦ then the automation will never run. So we will need to use another switch for the by-pass.
I love the idea and nothing is an overkill, it is why we use HA. If I told what I wanted to do but was shut down by my better half,ā¦ now that was out of control.
Please be assured your input has not been waisted. I love ideas . I will put it on the list.
@Blacky ānothing is overkillā is not something my wife understands! Having said that she really likes the bathroom fan and the automatic lights in various parts of the house!
Just need to get the mmwave presence detection refined and then ā¦
Couls this support having another sensor in a hallway to compare with, to not get false positives? Or is it never wrong? I am in Netherlands so humidity varies
@SamJongenelen Iām in the UK. I find this Blueprint works absolutely fine to trigger the fan on but the timer triggers the off more often than the humidity drop.
My last 6 months of humidity data shows the bathroom humidity varies between 30 and 70 as measured by the sensor without shower and the rate of change is much greater when showering than background.
Nice one. Not sure if you checked it out yet but I also have a sensor light blueprint that will help you control your lights. The mm wave sensors will work but you will need to group it if you have multiple triggers. Thatās a different forum and blueprint. Maybe check it out.