8000 zwave_js.multicast_set_value calls affect all endpoints · Issue #130735 · home-assistant/core · GitHub
[go: up one dir, main page]

Skip to content
zwave_js.multicast_set_value calls affect all endpoints #130735
@erikced

Description

@erikced

The problem

As of zwave-js-ui 9.27 zwave_js.multicast_set_value calls affect all endpoints on the node instead of the specified endpoint, this worked as expected with 9.26.0.

What version of Home Assistant Core has the issue?

core-2024.10.4, core-2024.11.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

zwave_js

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zwave_js/

Diagnostics information

home-assistant_zwave_js_2024-11-16T08-11-37.863Z.log

Example YAML snippet

action: zwave_js.multicast_set_value
data:
  device_id:
    - 126459d9ca587bd3b4b921e88532d4c3
    - a176e5aabe98ba310a3c4cc4de91bb96
  command_class: "37"
  endpoint: "1"
  value: true
  property: targetValue

Anything in the logs that might be useful for us?

2024-11-16 08:09:35.050 DEBUG (MainThread) [zwave_js_server] Publishing message:
{'command': 'multicast_group.set_value',
 'messageId': '8f892857cc7346d7af5308ff06f85541',
 'nodeIDs': [41, 37],
 'options': None,
 'value': False,
 'valueId': {'commandClass': 37, 'endpoint': 1, 'property': 'targetValue'}}
2024-11-16T08:09:35.436Z CNTRLR   [Node 041] [~] [Binary Switch] duration: {"value":0,"unit":"secon [Endpoint 2]
2024-11-16T08:09:35.438Z CNTRLR   [Node 041] [~] [Binary Switch] targetValue: true => false         [Endpoint 2]
2024-11-16T08:09:35.440Z CNTRLR   [Node 041] [~] [Binary Switch] currentValue: true => false        [Endpoint 2]
2024-11-16T08:09:35.545Z CNTRLR   [Node 041] [~] [Binary Switch] targetValue: true => false         [Endpoint 1]
2024-11-16T08:09:35.550Z CNTRLR   [Node 037] [~] [Binary Switch] targetValue: true => false         [Endpoint 1]
2024-11-16T08:09:35.554Z CNTRLR   [Node 041] [~] [Binary Switch] currentValue: true => false        [Endpoint 1]
2024-11-16T08:09:35.558Z CNTRLR   [Node 037] [~] [Binary Switch] currentValue: true => false        [Endpoint 1]
2024-11-16T08:09:35.692Z CNTRLR   [Node 037] [~] [Binary Switch] duration: {"value":0,"unit":"secon [Endpoint 1]
2024-11-16T08:09:35.697Z CNTRLR   [Node 037] [~] [Binary Switch] targetValue: false => false        [Endpoint 1]
2024-11-16T08:09:35.700Z CNTRLR   [Node 037] [~] [Binary Switch] currentValue: false => false       [Endpoint 1]
2024-11-16T08:09:36.207Z CNTRLR   [Node 037] [~] [Binary Switch] duration: {"value":0,"unit":"secon [Endpoint 2]
2024-11-16T08:09:36.209Z CNTRLR   [Node 037] [~] [Binary Switch] targetValue: true => false         [Endpoint 2]
2024-11-16T08:09:36.210Z CNTRLR   [Node 037] [~] [Binary Switch] currentValue: true => false        [Endpoint 2]

Additional information

Multicast commands are executed at 2024-11-16 08:09:25.141 and 2024-11-16 08:09:35.050

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0