![]() |
|
Sending Z-Wave Commands using Counters and Flags - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Third Party (interfacing to Comfort) (https://www.comfortforums.com/forum-5.html) +--- Forum: Zwave (https://www.comfortforums.com/forum-62.html) +--- Thread: Sending Z-Wave Commands using Counters and Flags (/thread-4376.html) |
- slychiu - 12-25-2015 These instructions can also be found in the UCM/Zwave Manual https://www.cytech.biz/product_details.php?item_id=230 Also see Configuring UCM/Zwave2 at http://www.comfortforums.com/forum6/4374.html Commands can be sent to UCM/Zwave using Zwave Actions or by setting Counter and Flag Values Using Counters and Flags to send commands to Zwave is described here. using Zwave Actions Flags is described in another topic Sending Z-Wave Commands via Counters and Flags From Zwave 7.061 onwards changing the value of counters that are mapped to Z-Wave nodes will also send commands to the node according to the value of the Counter. For example, if a Zwave Basic Node is mapped to Counter 1, then setting the Counter 1 to 0 will send the OFF command and setting Counter 1 to 255 will send the ON command to the device. If the Zwave node is a dimmable multilevel switch, then setting the counter to value of 1 to 254 will dim the device accordingly. Setting the counter value to 255 will turn on the device to the last level in memory. The example shows the Response Wizard Counter commands list. \"Initialise Counter\" will set a value into the counter. \"Load Counter with Last Action Value\" will load a value obtained by other actions into a counter. ![]() Setting The value of Flags to ON and OFF will also switch on or off the mapped Zwave node. |