Wow, this is great. I just installed HA (so am a total newbie) and my first project is controlling my bathroom fan using the ZEN32 and a couple of humidity sensors. Finding this will really help.
I did want to ask about a possible adjustment, or help/advice to make adjustments myself.
Because Iāll be adding separate automation to turn the fan on/off based on humidity difference between bathroom and main floor (far from bathroom), Iād like one of the small scene buttons, ideally bottom right, to be a āDisable FAN Automationā button (showing a red LED) that turns off the fan and disables automation for 60 mins then re-enables automation. I would also want to be able to override the ādisable fanā feature if any button was pressed when it was ON, including pressing the ādisable fanā button itself.
Usage scenario: I want to take a bath and donāt want fan to come on automatically. Then, after the bath, I would either turn the fan on manually or simply want to re-enable the automation and let HA decide if the fan needs to run or not. Or, if I forget, the disable feature would reset after 60 mins and re-enable the automation for me.
Since this would take away one of the scene buttons, Iād like to see the following timer options: 15m,30m,45m,60m instead of the current 10,20,30,45,60
I looked at the YAML code and being a newbie at this itās way above my head at the moment. I think I could change the timer values without breaking things but thatās about it. So Iām hoping for one of two outcomes by posting here. One, the usage scenario is viewed as actually pretty useful and the blueprint is updated to support it (or a separate blueprint is made building on this one). Two, someone can point me to the sections I would need to modify to do this myself.
I was also wondering if it wouldnāt be more efficient and failsafe to use the auto off device parameter (#16) instead of a software timer to set a max of 60m. I say āfailsafeā based on assumption I make that any HA failure (e.g. power failure, crash) or restart or zwave network congestion while the fan was on would mean the fan would stay on and have to be manually turned off.
Thanks for considering this.