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

"Home Assistant Repairs" detecting siren.turn_on in automations as an "Error" #133568

Open
nplawes opened this issue Dec 19, 2024 · 1 comment
Open

Comments

@nplawes
Copy link

nplawes commented Dec 19, 2024

The problem

I reported an issue 8 months ago, which is now "closed" but the issue still exists, so I feel the need to raise it again.

Every time that I (re)start my home assistant lately I get a load of repairs listed, each of which is not true, and each requires 3 clicks to clear.

Chime - Freezer Door state uses an unknown service
The automation "Chime - Freezer Door state" (automation.chime_freezer_door_state) has an action that calls an unknown service: siren.turn_on.

This error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.

To fix this error, [edit the automation](https://ha.xxx.com/config/automation/edit/chime_freezer_door_state) and remove the action that calls this service.

Click on SUBMIT below to confirm you have fixed this automation.

When I check, the siren.turn on does indeed exist, and works as expected, as it has done for a long time.

To me this felt like some sort of startup race condition where an automation was triggering before startup had completed, but speaking to petro on the forum I understand that this should not be the case...

The device concerned is an aeotec siren-6 created by the z-wave integration which is configured to use the websocket interface to access the zwave-js-ui docker service. All containers were updated to their latest today, and restarted (and again gave these repair messages).

From the logs I can see the error messages being generated before HA says it is setting up the siren, which is why I assumed a race condition.

I will re-iterate that my system continues to work fine, since the siren does exist and work... the concern is for the 10 erroneous repair messages which take 30 clicks to get rid of every time I restart.

What version of Home Assistant Core has the issue?

2024.12.3

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

Presumably Zwave

Link to integration documentation on our website

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

Diagnostics information

config_entry-zwave_js-ceb16334bf04216f0c355323ef7ffb72-2.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-12-19 10:32:47.920 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:47.920 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:47.921 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:47.921 ERROR (MainThread) [homeassistant.components.automation.chime_computer_room_window_right_state] Chime - Computer Room Window Right state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:47.939 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:47.939 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:47.940 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:47.940 ERROR (MainThread) [homeassistant.components.automation.chime_freezer_door_state] Chime - Freezer Door state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:47.962 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:47.962 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:47.963 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:47.963 ERROR (MainThread) [homeassistant.components.automation.chime_small_bedroom_window_state] Chime - Small Bedroom Window state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:47.999 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:47.999 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:48.000 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.000 ERROR (MainThread) [homeassistant.components.automation.chime_computer_room_window_left_state] Chime - Computer Room Window Left state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.016 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:48.016 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:48.040 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.041 ERROR (MainThread) [homeassistant.components.automation.chime_fridge_freezer_door_state] Chime - Fridge Freezer Door state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.057 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:48.057 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:48.057 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.058 ERROR (MainThread) [homeassistant.components.automation.chime_bathroom_window_state] Chime - Bathroom Window state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.060 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:48.060 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:48.061 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.075 ERROR (MainThread) [homeassistant.components.automation.chime_bedroom_window_right_state] Chime - Bedroom Window Right state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.077 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:48.077 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:48.077 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.078 ERROR (MainThread) [homeassistant.components.automation.chime_bedroom_window_left_state] Chime - Bedroom Window Left state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.775 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:48.775 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:48.776 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.776 ERROR (MainThread) [homeassistant.components.automation.chime_lounge_window_right_state] Chime - Lounge Window Right state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.783 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:32:48.784 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:32:48.784 ERROR (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:32:48.785 ERROR (MainThread) [homeassistant.components.automation.chime_patio_door_state] Chime - Patio Door state: Error executing script. Service not found for call_service at pos 1: Action siren.turn_on not found
2024-12-19 10:33:21.946 INFO (MainThread) [homeassistant.setup] Setting up siren
2024-12-19 10:33:21.948 INFO (MainThread) [homeassistant.components.siren] Setting up zwave_js.siren
2024-12-19 10:33:22.741 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:33:22.741 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:33:22.833 WARNING (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Already running
2024-12-19 10:33:22.838 WARNING (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Already running
2024-12-19 10:33:22.922 WARNING (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Already running
2024-12-19 10:33:22.949 WARNING (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Already running
2024-12-19 10:33:22.957 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:33:22.957 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:33:23.038 WARNING (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Already running
2024-12-19 10:33:23.085 WARNING (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Already running
2024-12-19 10:54:19.638 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:54:19.638 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:55:45.459 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:55:45.459 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:59:26.490 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:59:26.490 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service
2024-12-19 10:59:37.263 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Running script sequence
2024-12-19 10:59:37.264 INFO (MainThread) [homeassistant.components.script.siren_chime] siren_chime: Executing step call service

Additional information

No response

@home-assistant
Copy link

Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration (zwave_js) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of zwave_js can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign zwave_js Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zwave_js documentation
zwave_js source
(message by IssueLinks)

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

1 participant