home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.92k stars 30.14k forks source link

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

Closed teedubyeah closed 1 month ago

teedubyeah commented 1 month ago

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[bot] commented 1 month ago

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 commented 1 month ago

Disable source_routing in your config for now.

euDominic commented 1 month ago

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