#Hey all I m having an issue where zwave

1 messages · Page 1 of 1 (latest)

spring surge
#

The entire call I'm using is:
service: zwave_js.multicast_set_value data: command_class: 38 property: targetValue value: 99 endpoint: 0 target: entity_id: - light.his_office_sconce - light.his_office_rail

plush apex
#

are any of the lights included with S2 security?

spring surge
#

Yes, they all are.

plush apex
#

S2 multicast is not supported

spring surge
#

Got it. Thanks for the info, that saved me a lot of troubleshooting. Is that something that's 'coming soon' or not really in the works. My use case is getting all 50 Zwave nodes to turn off with least latency/congestion.... What would be the best approach to achieve that...?

plush apex
#

won't come this year at least

#

if you need multicast, include w/o security

#

otherwise, i would group them in smaller groups and stagger the actions

spring surge
#

Is it possible to remove S2 with a re-interview, or need to do the full exclude then include workflow

plush apex
#

only way to preserve node id is to shutdown zwave-js-ui, factory reset switch, start zwave-js-ui, replace failed node w/o security.

#

or if you have a spare usb controller, exclude with that and do the replace failed node.

spring surge
#

Thanks! I'll mull over what to do next.

#

Is it fair to say that using the "scenes" in ZwaveJS UI is effectively same as sending a command to each target individually from HA? In terms of latency/# of commands that congest the ZWave network?