Groups ???
-
I have been trying to find a solution to an issue and thought that groups might help.
The problem is that door/window sensors need to be in one of 2 modes. Either disarmed when they send status change to controller but no alarm sounds. or armed when status change is sent to controller and alarm sounds.
I have been using V_ARMED for this, but this is something I would rather implement in the controller and not via open messages sent over the air.
So I was looking for a way to add many sensors to one button that would allow any of the sensors to sound an alarm only if an armed flag was set in the controller. Otherwise just log sensor state changes as normal.
Trouble is, I can't figure out the best way to do this (or even any way come to think of it)...... Any one already achieved this or something similar that I can use as a template ?