I was referencing this:
And am still trying to get my zwave to multicast to smartwings blinds to see if I can get them to come down at the exact same time.
This is my code:
actions:
- action: zwave_js.multicast_set_value
metadata: {}
data:
command_class: "106"
property: targetValue
value: 75
device_id:
- device_id_1
- device_id_2
- device_id_3
When I run this, I get a "Error: Unable to set value via multicast". In the example above, I am just trying to set the blinds to 75%. Attached is also a screenshot from one of the config pages in Zwave JS. I am a bit confused about the command class / property / value fields and what I need to put there.
Thanks for any help.
