I have dozens of flows which are connected by triggering each other. This is needed to check different conditions on multiple moments in time. This doesn’t help for my overview of flows and makes troubleshooting difficult.
So what I want:
the possibility to set multiple triggers with and/or possibilities.
the possibility to put conditions in brackets.
For example:
Trigger: If (A or B)
Condition: (C or D) and E
Then: F
This would be for sure great as I was used to it with my previous controller from Zipato. It would also considerably reduce the number of flows for a better handling.
It’s really bothersome to set up, while multiple triggers would solve this very easily. I know how. So consider this post more as a feature request and every reply as an endorsement, so Athom can pick this up.
I used Vera and it had an app for this. That same app had a database which saved the timestamp of every trigger. That also gave the possibility of the following condition:
If A happened more than 5 minutes ago and was followed by B then…
So the next question would be. Is it possible to develop an app that can do this? I have some programming skills, just not node.js Homey uses. Shouldn’t be so hard to learn. But does it give access to the flows?
For triggers with the same capability like on/off devices or contact sensors. There is already an App available. Group App. You can realize “or” and “and”.
Hi everybody, I’m creating several advance flow. However it seems that one flow deactivate a device or immediately after having activated it or just after few second, despite if I run the flow again all conditions are verified to keep the device on and unless even when it should turn the device off I put 5 minutes delay. On the history of the device it’s stated that it’s the flow that has stopped the device. Has anyone experienced similar issue?
Hi Andrian, thanks for you replay. I analyzed more careful and it seems that changing a bit the flow, the issue is solved. Must said that I couldn’t understand why that was happening.