Zuno Wall Switch - Keeping Binary Switch Toggle In Sync?
Posted: 08 Aug 2020 23:25
Before I begin, I have a good understanding of zwave as well as software development... So no need for ultra specifics...
My question is:
I would like to create a 4 way toggle switch with an extra zuno I have, to install behind a couple of dual momentary switch rockers. They will be switching 4 fibaro in wall switches. Each of the momentary switches (4 in total, 2x2) will be assigned to a separate fibaro in wall.
Since this will be battery powered, I was wondering what the best way to approach this would be from the angle of keeping things in sync. For example:
1 - User toggle ON via zuno
2 - User toggle OFF via controller
3 - Pressing the same button on the zuno will switch to OFF even though its already OFF
What is the best way to approach this?
Is this even possible without sending the request through the controller?
The devices are fairly close so direct association SHOULD be possible, is there a way to pool the target device state with zuno so I can send the opposite state?
I guess another solution would be to always have the "current state" sitting in the queue of the controller so it can be flipped when the zuno wakes up and have a delay in there? Yuck, kind of ugly though... Not to mention if the queue is busy when the key is pressed...
My question is:
I would like to create a 4 way toggle switch with an extra zuno I have, to install behind a couple of dual momentary switch rockers. They will be switching 4 fibaro in wall switches. Each of the momentary switches (4 in total, 2x2) will be assigned to a separate fibaro in wall.
Since this will be battery powered, I was wondering what the best way to approach this would be from the angle of keeping things in sync. For example:
1 - User toggle ON via zuno
2 - User toggle OFF via controller
3 - Pressing the same button on the zuno will switch to OFF even though its already OFF
What is the best way to approach this?
Is this even possible without sending the request through the controller?
The devices are fairly close so direct association SHOULD be possible, is there a way to pool the target device state with zuno so I can send the opposite state?
I guess another solution would be to always have the "current state" sitting in the queue of the controller so it can be flipped when the zuno wakes up and have a delay in there? Yuck, kind of ugly though... Not to mention if the queue is busy when the key is pressed...