Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple wave failures after update Z-Wave JS UI from 3.24.0 to 4.0.0 error #141277

Open
wallyto opened this issue Mar 24, 2025 · 8 comments
Open

Comments

@wallyto
Copy link

wallyto commented Mar 24, 2025

The problem

After updating Z-Wave JS UI from 3.24.0 to 4.0.0, multiple zwave devices failed with error ZW202.

Error executing script. Error for call_service at pos 3: Unable to set value 54-38-0-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)�[0m

Tried re-interview the affected the devices, but the calls still failed.

I restored the add-on back to 3.24.0 and the problems stopped.

I am using zwave controller zooz ZST39 LR Firmware: 1.4

What version of Home Assistant Core has the issue?

Core 2025.3.4 Supervisor 2025.03.3 Operating System 15.0 Frontend 20250306.0

What was the last working version of Home Assistant Core?

Core 2025.3.4 Supervisor 2025.03.3 Operating System 15.0 Frontend 20250306.0

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Z-Wave JS UI 4.0.0

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 556, in _handle_exception
    raise exception
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 524, in _async_step
    await getattr(self, handler)()
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1009, in _async_step_call_service
    response_data = await self._async_run_long_action(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<9 lines>...
    )
    ^
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 624, in _async_run_long_action
    return await long_task
           ^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2794, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1032, in entity_service_call
    raise result from None
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1628, in async_request_call
    return await coro
           ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/light/__init__.py", line 659, in async_handle_light_off_service
    await light.async_turn_off(**filter_turn_off_params(light, params))
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/light.py", line 275, in async_turn_off
    await self._async_set_brightness(0, kwargs.get(ATTR_TRANSITION))
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/light.py", line 399, in _async_set_brightness
    await self._async_set_value(
        self._target_brightness, zwave_brightness, zwave_transition
    )
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/entity.py", line 337, in _async_set_value
    raise HomeAssistantError(
        f"Unable to set value {value.value_id}: {err}"
    ) from err
homeassistant.exceptions.HomeAssistantError: Unable to set value 54-38-0-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)�[0m
�[33m2025-03-23 21:58:12.787 WARNING (MainThread) [homeassistant.components.automation.master_tv] Master TV on: Already running�[0m
�[31m2025-03-23 21:58:38.736 ERROR (MainThread) [homeassistant.components.script.lower_level_off] lower_level_off: Error executing script. Error for call_service at pos 3: Unable to set value 54-38-0-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)�[0m
�[31m2025-03-23 21:58:38.738 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [546799420032] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<7 lines>...
    )
    ^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2794, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 718, in _service_handler
    response = await self._async_start_run(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        variables=service.data, context=service.context, wait=True
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 674, in _async_start_run
    script_result = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 707, in _async_run
    return await self.script.async_run(script_vars, context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1828, in async_run
    return await asyncio.shield(create_eager_task(run.async_run()))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 460, in async_run
    await self._async_step(log_exceptions=False)
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 526, in _async_step
    self._handle_exception(
    ~~~~~~~~~~~~~~~~~~~~~~^
        ex, continue_on_error, self._log_exceptions or log_exceptions
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 556, in _handle_exception
    raise exception
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 524, in _async_step
    await getattr(self, handler)()
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1009, in _async_step_call_service
    response_data = await self._async_run_long_action(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<9 lines>...
    )
    ^
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 624, in _async_run_long_action
    return await long_task
           ^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2794, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1032, in entity_service_call
    raise result from None
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1628, in async_request_call
    return await coro
           ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/light/__init__.py", line 659, in async_handle_light_off_service
    await light.async_turn_off(**filter_turn_off_params(light, params))
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/light.py", line 275, in async_turn_off
    await self._async_set_brightness(0, kwargs.get(ATTR_TRANSITION))
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/light.py", line 399, in _async_set_brightness
    await self._async_set_value(
        self._target_brightness, zwave_brightness, zwave_transition
    )
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/entity.py", line 337, in _async_set_value
    raise HomeAssistantError(
        f"Unable to set value {value.value_id}: {err}"
    ) from err
homeassistant.exceptions.HomeAssistantError: Unable to set value 54-38-0-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)�[0m
�[31m2025-03-23 21:58:48.932 ERROR (MainThread) [homeassistant.components.script.lower_level_off] lower_level_off: Error executing script. Error for call_service at pos 3: Unable to set value 54-38-0-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)�[0m
�[31m2025-03-23 21:58:48.935 ERROR (MainThread) [homeassistant.components.automation.master_tv] Master TV on: Error executing script. Error for call_service at pos 8: Unable to set value 54-38-0-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)�[0m
�[31m2025-03-23 21:58:48.939 ERROR (MainThread) [homeassistant.components.automation.master_tv] Error while executing automation automation.master_tv: Unable to set value 54-38-0-targetValue: zwave_error: Z-Wave error 202 - Failed to send the message after 3 attempts (ZW0202)�[0m
�[33m2025-03-23 22:05:29.930 WARNING (MainThread) [alexapy.helpers] alexaapi.get_customer_history_records((<alexapy.alexalogin.AlexaLogin object at 0x7f64879e80>,), {'max_record_size': 10}): Timeout error occurred accessing AlexaAPI: An exception of type CancelledError occurred. Arguments:
()�[0m
�[33m2025-03-23 22:09:32.408 WARNING (MainThread) [homeassistant.components.automation.new_automation_3] Kitchen Light off: Already running�[0m
s6-rc: info: service legacy-services: stopping
�[33m2025-03-23 22:11:31.914 WARNING (MainThread) [homeassistant.runner] Task could not be canceled and was still running after shutdown: <Task cancelling name='Task-358' coro=<FcmPushClient._listen() running at /usr/local/lib/python3.13/site-packages/firebase_messaging/fcmpushclient.py:722> wait_for=<Future pending cb=[Task.task_wakeup()]>>�[0m
[03:11:35] INFO: �[32mHome Assistant Core finish process exit code 0�[0m
[03:11:35] INFO: �[32mHome Assistant Core service shutdown�[0m
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping

Additional information

No response

@heyitsyang
Copy link

I can verify the same problem. Reverting to 3.24.0 appears to stop the errors and my zwave automations work again.

@kpine
Copy link
Contributor

kpine commented Mar 24, 2025

This is a driver issue and already logged at zwave-js/zwave-js#7691.

@mkarnebeek
Copy link

Just updated to 4.0.2 and still see the network getting stuck for a few seconds when applying big scenes (about half of the lights apply in an order, slower than usual, like 3-4 lights per second, then 3-4 seconds pause, then the rest applies in the same slower speed). I don't see the specific error in the logs or any error at all.

@allenporter allenporter added this to the 2025.4.0 milestone Mar 28, 2025
@allenporter
Copy link
Contributor

Tagging as beta related, to make sure this is triaged properly. (I saw something similar or relevant but have not done a full diagnosis yet)

@allenporter allenporter removed this from the 2025.4.0 milestone Mar 28, 2025
@allenporter
Copy link
Contributor

Untagging, likely making the wrong correlation.

@heyitsyang
Copy link

Not sure if related or a new problem, but updating to 4.0.3 results in my Zwave devices not working at all.

@wallyto
Copy link
Author

wallyto commented Mar 29, 2025

Heyitsyang: what model zwave hub are you using and version of firmware?
If possible can you turn z-wave js ui debug logging on (under add ons - configuration) and capture the log

@heyitsyang
Copy link

Awayfrom my computer at the moment so can't do logs. I have a Zooz 700 USB stick as hub. Version info from HA is below.

I also posted the problem at hassio-addons/addon-zwave-js-ui#765

All hardware
Search hardware
Zooz
1-4.1.4
ttyUSB0
/dev/serial/by-id/usb-Silicon_Labs_Zooz_ZST10_700_Z-Wave_Stick_be6c1fb2f5c9ec119f6f63a341be1031-if00-port0
Subsystem:
tty
Device path:
/dev/ttyUSB0
ID:
/dev/serial/by-id/usb-Silicon_Labs_Zooz_ZST10_700_Z-Wave_Stick_be6c1fb2f5c9ec119f6f63a341be1031-if00-port0
Attributes:
DEVLINKS: >-
/dev/serial/by-id/usb-Silicon_Labs_Zooz_ZST10_700_Z-Wave_Stick_be6c1fb2f5c9ec119f6f63a341be1031-if00-port0
/dev/serial/by-path/pci-0000:00:14.0-usb-0:4.1.4:1.0-port0
/dev/serial/by-path/pci-0000:00:14.0-usbv2-0:4.1.4:1.0-port0
DEVNAME: /dev/ttyUSB0
DEVPATH: >-
/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.4/1-4.1.4:1.0/ttyUSB0/tty/ttyUSB0
ID_BUS: usb
ID_MODEL: Zooz_ZST10_700_Z-Wave_Stick
ID_MODEL_ENC: Zooz_ZST10_700_Z-Wave_Stick
ID_MODEL_ID: ea60
ID_PATH: pci-0000:00:14.0-usb-0:4.1.4:1.0
ID_PATH_TAG: pci-0000_00_14_0-usb-0_4_1_4_1_0
ID_PATH_WITH_USB_REVISION: pci-0000:00:14.0-usbv2-0:4.1.4:1.0
ID_REVISION: '0100'
ID_SERIAL: Silicon_Labs_Zooz_ZST10_700_Z-Wave_Stick_be6c1fb2f5c9ec119f6f63a341be1031
ID_SERIAL_SHORT: be6c1fb2f5c9ec119f6f63a341be1031
ID_TYPE: generic
ID_USB_DRIVER: cp210x
ID_USB_INTERFACES: ':ff0000:'
ID_USB_INTERFACE_NUM: '00'
ID_USB_MODEL: Zooz_ZST10_700_Z-Wave_Stick
ID_USB_MODEL_ENC: Zooz_ZST10_700_Z-Wave_Stick
ID_USB_MODEL_ID: ea60
ID_USB_REVISION: '0100'
ID_USB_SERIAL: Silicon_Labs_Zooz_ZST10_700_Z-Wave_Stick_be6c1fb2f5c9ec119f6f63a341be1031
ID_USB_SERIAL_SHORT: be6c1fb2f5c9ec119f6f63a341be1031
ID_USB_TYPE: generic
ID_USB_VENDOR: Silicon_Labs
ID_USB_VENDOR_ENC: Silicon\x20Labs
ID_USB_VENDOR_ID: 10c4
ID_VENDOR: Silicon_Labs
ID_VENDOR_ENC: Silicon\x20Labs
ID_VENDOR_ID: 10c4
MAJOR: '188'
MINOR: '0'
SUBSYSTEM: tty
TAGS: ':systemd:'
USEC_INITIALIZED: '3374292'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants