Fundamentally I believe any credible home automation system, and especially multi controller setups, should always have status instantly updated and synchronised across all controllers regardless of how the status change was triggered. Without this your logic rules can be very hard to apply.
I have only recently included Z-Wave and the intrinsic lack of this has been a real disappointment (Lutron patent issues ?). The use of cloud services for device integration creates a similar problem. The status of my Hue lights is often out of synch for many minutes , and occasionally hours. You can’t then for example use a Hue Dimmer switch as a trigger to ST.
A second fundamental aspect of any home automation system is that the most reliable and fastest control mechanism should be used to control a device. This means that if a local connection is available it will inevitably provide the best solution. By local I mean hard wired or connected by a network although some wireless solutions are workable.
Any implementation that ignores this local option and instead implements control via the Internet / Cloud introduces latency, Internet dependence, reliability issues, potential loss of end to end confirmation, lack of real time status updates and polling (bad). It’s a very poor alternative. Executing code remotely rather than locally also creates similar issues. You become doubly dependent on server loading at both the controller manufacturer end and the devices cloud provider, and in extreme cases your code might, and in ST’s case does get dropped totally and so never runs.
ST does all of this unfortunately even though the v2 hub was supposed to facilitate local processing, and ‘may’ in the fullness of time, but at the moment this looks a long way off. In my opinion the current product and the architecture it implements firmly anchors ST functionality in the toy/geek market rather than as a serious automation contender. ST has other aspects though that position it well for market dominance so I’m wanting to include it in my system.
So a hybrid HA solution could assist you well here. I run multiple controllers, too many in fact as I experiment with synchronisation, co-operation and redundancy across my system. More proof of concept than a practical implementation. OpenHAB2 is a new addition for me too. My system implements islands of functionality (lighting, heating, security, audio/visual etc) and each provide basic functionality independently without a HA controller. The controllers just supplement extra ‘smarts’ and features that provide the HA buzz. So if all the HA fails the family doesn’t get left in the dark and alienated.
In the fullness of time hopefully ST will hone their architecture and offer a more reliable and better implementation that you feel you can rely on, or maybe that’s the hub v3.
A