Most of the z-wave devices I have, including those of different brands, have the ability to accept \"all-on\" and \"all-off\" commands from a controller. Each device can itself be programmed to react to these commands, or not to react.
It would save a lot of responses if I could utilise the all-off or all-on command in Comfort z-wave responses.
Can this be done with comfort responses / comfigurator, if so how?
12-02-2013, 08:13 AM (This post was last modified: 12-02-2013, 08:18 AM by ident.)
You can program a Zwave command to switch on or off multiple Zwave devices
Use Response Wizard, UCM> Zwave, select Basic Set Command, and select the IDs applicable for the command
You can select multiple IDs by separating the IDs by comma, or pressing Control and selecting all the devices seen in the list as seen in the screenshot
In this example, the response turns off the Zwave IDs 2,3,4,5 in a single command
You dont even need to program individual devices whether to accept or reject the command
12-02-2013, 08:22 AM (This post was last modified: 12-02-2013, 08:22 AM by gaynorc.)
Thanks ident.
What you have demonstrated is the way I do my responses at the moment, but its not easy with 26 nodes/channels to address. Several responses briefly separated in time to ensure that some are not lost (I found from experience that if I send too many in the one response, some are lost).
But all the z-wave devices I have are capable of responding to one single command from the controller: all-off (or all-on). There are four different brands involved, so this command must be universal to z-wave? It would be very useful if the UCM-zwave could send such commands. Can it?
The all on and off commands require the All Switch command class which is not supported by UCM/Zwave. I dont think that all switches support the command
The command as I described should work reliably according to the Zwave specs
It first sends a single broadcast command to all the devices in the list so all switch at the same time without the popcorn effect (which can be up to 128 devices if I remember correct), and then addresses each device in the list individually to ensure that all devices respond in case they miss the broadcast.
You should not need to separate the commands by delays.
It should not be any less reliable than the All Off and All on function, at least according to Zwave theory
I tried this at the weekend and it worked for my single channel devices but my 2 channel fibraro units didn\'t work. Now I know I can operate them when specifying a single channel number but when I tried both at the same time it (ie 1,2) it didn\'t. I\'ll need to do some more testing but fyi.
Thanks Julian.
That\'s just the question I was going to ask ident, can we address a single Zwave BasicSetCommand UCM-ZWave command to multiple devices and more than one channel at a time?
The Zwave multiple device command allows you to select devices which support the same command that you are sending
If you are sending commands to channels, then all devices in the list must support the channel
If you select channels 1,2,3 then all devices selected must support these channels
I sugest to split it into commands to single channel devices and commands to multichannel devices
I sent all of the normal single channel devices in one command and then the two test twin channel devices in a second command. The first command worked, the second appeared to be ignored so will have to do some more testing.