-
Notifications
You must be signed in to change notification settings - Fork 36
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
Backup blueprint broke with latest update #239
Comments
It looks like I may have been mistaken, in that ZHA_Toolkit had not started due to not finding HA Core. updating to V1.1.12 seems to have fixed that, but I am getting the following when I execute the script: |
It looks like the latest version obliges to find a new way to access the 'gateway' instance (if it's still there). This surely impacts more than just the backup which is as far as I know also proposed by ZHA itself. |
The gateway file was deleted from 2024.7.4 to 2024.8.0b
|
But thre is a function to get it (accroding to gateway: [-ZHAGateway-]{+Gateway+} = get_zha_gateway(hass)
app = gateway.application_controller And found in the zha helpers:
I do not have a 2024.8.X system yet, and other priorities as well. |
then, this integration requires more rework and will fail for all users next week. Unfortunately, I also do not have the capacity to go through all cases :-( |
Tip of the day : Keep version HA 2024.7 or lower ! I'm using 2024.6.4 version and all i need, works like a charm. Why change ? |
We're restructuring ZHA a lot and will have more major changes in the next couple of releases. I think long-term the functionality you rely on to be provided by ZHA Toolkit needs to be moved into zigpy and ZHA for it to be stable. |
Why i need zha_toolkit ? Because in ZHA there are a "zha.set_zigbee_cluster_attribute" but no "zha.get_zigbee_cluster_attribute". I do not understand why because this function is available on HA UI. I need it to read information on zigbee a device every 40s. When you request this feature, the first answer is "install zha-toolkit" ! Thanks a lot if you can add it. |
Try out the beta release, 1.1.19 and see how things go. This resolved all issues for my use cases. |
#271 is a duplicate, but I already tagged that one, so I am closing this. |
`The latest update seems to have removed the zha_execute service that the backuyp blueprint uses, so it give an error message.
I think the blueprint needs to be changed to the new zhe_toolkit.backup service.
The text was updated successfully, but these errors were encountered: