Guest
04-23-2014, 06:31 PM
Hi,
I\'m trying to redo my zwave network from scratch with optimizing my response configuration and reducing unnecessary zwave traffic in mind. I\'ve configured in the Control Menu the necessary switch i would like to switch on/off. I\'m using flags as feedback type which will show on or off on the android app. In terms of response setup for the ON and OFF function, it is just a simple setup to \"set flag flag#\" or \"clear flag flag#\" and sending 255 or 0 to the zwave node in concern. So using the the control menu to execute the On or Off response, the feedback will reflect the correct state of the switch. However, manually switching on/off the physical will obviously not toggle the flag. So this means the control menu\'s feedback status will not reflect the correct state of the switch if it is switched on/off manually. How do we go about getting the flag state to be synch? I know we can use a virtual node to perform a response but this is something I\'m trying to avoid as it will incur zwave traffic and in my house with relatively many nodes across multiple levels, not a good idea. What about counter assigned to that switch channel? I do see the counter state changing correctly will i refresh configurator each time i toggle the switch. Setting a counter response to the assigned counter doesn\'t work.
Something similar to this Counter response I\'ve tried:
If Counter Counter# = 0 Then
Clear Flag Flag#
Else
Set Flag Flag#
End If
When will a counter response activate? Reading the manual doesn\'t clear my confusion.
Also If I have a zwave dimmer, do i still use flag for feedback or should i use counter instead?
thanks
I\'m trying to redo my zwave network from scratch with optimizing my response configuration and reducing unnecessary zwave traffic in mind. I\'ve configured in the Control Menu the necessary switch i would like to switch on/off. I\'m using flags as feedback type which will show on or off on the android app. In terms of response setup for the ON and OFF function, it is just a simple setup to \"set flag flag#\" or \"clear flag flag#\" and sending 255 or 0 to the zwave node in concern. So using the the control menu to execute the On or Off response, the feedback will reflect the correct state of the switch. However, manually switching on/off the physical will obviously not toggle the flag. So this means the control menu\'s feedback status will not reflect the correct state of the switch if it is switched on/off manually. How do we go about getting the flag state to be synch? I know we can use a virtual node to perform a response but this is something I\'m trying to avoid as it will incur zwave traffic and in my house with relatively many nodes across multiple levels, not a good idea. What about counter assigned to that switch channel? I do see the counter state changing correctly will i refresh configurator each time i toggle the switch. Setting a counter response to the assigned counter doesn\'t work.
Something similar to this Counter response I\'ve tried:
If Counter Counter# = 0 Then
Clear Flag Flag#
Else
Set Flag Flag#
End If
When will a counter response activate? Reading the manual doesn\'t clear my confusion.
Also If I have a zwave dimmer, do i still use flag for feedback or should i use counter instead?
thanks