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

ZHA : Failed to perform the action light/turn_on. 'relays' after update to Core 2024.8.1 #123622

Closed
teedubyeah opened this issue Aug 11, 2024 · 3 comments · Fixed by #123743
Closed

Comments

@teedubyeah
Copy link

The problem

After the update I am getting this error when I try to toggle Zigbee switches using ZHA. "Failed to perform the action light/turn_on. 'relays'"

What version of Home Assistant Core has the issue?

Core 2024.8.1

What was the last working version of Home Assistant Core?

Core 2024.7.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ZHA

Link to integration documentation on our website

No response

Diagnostics information

config_entry-zha-dc1d4353d46338bd7de763eeb09679d0.json
home-assistant_zha_2024-08-11T23-12-54.634Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logs Attached.

Additional information

No response

@home-assistant
Copy link

Hey there @dmulcahey, @Adminiuga, @puddly, @TheJulianJES, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of zha 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 zha 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)


zha documentation
zha source
(message by IssueLinks)

@TheJulianJES
Copy link
Member

Disable source_routing in your config for now.

@euDominic
Copy link

Disable source_routing in your config for now.

Why should it be deactivated?
I have a 2022 EFR32 Pro V2 Coordinator and it is enabled in the recommended config.

https://github.com/tube0013/tube_gateways/tree/main/models/current/tubeszb-efr32-MGM12-eth_usb

For 2022 EFR32 Pro V2 Coordinators:

zha:
custom_quirks_path: zha_custom_quirks # Optional Customs Quirk Path
zigpy_config:
ota: # Optional OTA device firmware settings
otau_directory: /config/zigpy_ota
ikea_provider: true
ledvance_provider: true
source_routing: true
handle_unknown_devices: true
ezsp_config:
CONFIG_APS_UNICAST_MESSAGE_COUNT: 30
CONFIG_TX_POWER_MODE: 3
CONFIG_MAX_END_DEVICE_CHILDREN: 32
CONFIG_BROADCAST_TABLE_SIZE: 60
CONFIG_SOURCE_ROUTE_TABLE_SIZE: 200
CONFIG_ROUTE_TABLE_SIZE: 32
CONFIG_ADDRESS_TABLE_SIZE: 32
CONFIG_PACKET_BUFFER_COUNT: 255
CONFIG_BINDING_TABLE_SIZE: 32
CONFIG_NEIGHBOR_TABLE_SIZE: 16
CONFIG_MTORR_FLOW_CONTROL: 1
CONFIG_MAX_HOPS: 5

@github-actions github-actions bot locked and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants