#Simulating local Z-wave group actions

4 messages · Page 1 of 1 (latest)

inland sentinel
#

Integration: Zwave JS
Is there any way to send the same command a local device can send to its group?

For example:

-instead of turning on three bulbs (each one turns on separately with a little lag) that are defined by light.bulbs in HA

-you send a command to the switch controlling those three bulbs in the z-wave group, and they turn on like they do when you press the switch, without much lag

inland sentinel
#

For example, can I take this event information and use it to 'Invoke a Command Class API on a node'

event_type: zwave_js_value_notification
data:
domain: zwave_js
node_id: 75
home_id: [ID]
endpoint: 0
device_id: [long ID]
command_class: 91
command_class_name: Central Scene
label: Scene 002
property: scene
property_name: scene
property_key: "002"
property_key_name: "002"
value: KeyPressed
value_raw: 0
origin: LOCAL
time_fired: "2025-01-13T13:48:42.300028+00:00"
context:
id: [ID]
parent_id: null
user_id: null

candid dawn
#

Not sure if I understand what you're asking. Turning on 3 bulbs from HA would be the same as a device doing it.