I’m in the middle of transitioning from Futurehome to Homey. While Futurehome had different home modes (Day, Night, Away and Vacation) built in, I understand I must build my own Flows for this in Homey. That’s no big issue, and I believe I have it mostly figured out.
One thing I’m still wondering a bit about is how to set up day mode. The way I have it in Futurehome, when day mode is first set, all lights triggered by motion will go to a set dimming percentage (50 %), and then afterwards they stay at the percentage last set by the users.
I was thinking that I need to do something like this in Homey:
- When motion is detected, dim to 50 %.
- Wait 5 minutes (just to let things settle down after the mode change, I have a pretty extensive Z-Wave network and had to do it this way in Futurehome to avoid trouble).
- Change to when motion is detected, turn ON (as I believe this will just go to the last used dimming level).
It this the correct way of thinking? This is overly simplistic with regards to how the Flow needs to be set up, but I’m just trying to get an idea of whether this is the right way to go about it.
Another thing I would like to do is make an Evening mode where all lights (Fibaro Dimmer 2) are set to a specific dimming level without necessarily being turned on (to avoid being blinded by a light being switched on to 100 %, for example). This wasn’t possible in Futurehome, but in Homey I believe this can be done by using “Set forced brightness”? But here I would also like to be able to change the dimming level if required. So, I’m thinking something like this:
- When Evening mode is activated, set forced brightness to 10 %.
- When a light is switched on, set forced brightness to 0 (to allow for manual adjustment).
Would something like this work? If yes, I see that I would probably have to use another mode (such as Day or Night) to remove the forced brightness level from all affected dimmers after using Evening mode.
Don’t worry too much about the actual execution, as soon as I get some more time I need to read up on the basics of making advanced Flows in Homey. I won’t waste your time teaching me how to make flows. I’m just wondering whether I’m generally barking up the right tree or not.