Closed ammacdonald3 closed 1 year ago
Hey there @jc2k, @bdraco, mind taking a look at this issue as it has been labeled with an integration (homekit_controller
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
homekit_controller documentation homekit_controller source (message by IssueLinks)
2023-08-09 10:09:18.042 DEBUG (MainThread) [aiohomekit.controller.ip.connection] 192.168.0.231: raw response: bytearray(b'{"status":-70407}')
This error meads the device it out of resources:
outOfResource: -70407,
Thank you for the help! Do you know what the "out of resource" error means? Is it possible that too many devices are connected to my Aqara hub?
The vendor decides when to throw that error. You would have to ask them
Sounds good, thank you again! I'll close out this issue and explore alternate methods (maybe connecting these sensors directly to HA with Skyconnect).
The problem
I recently added two new Aqara door sensors and one new Aqara motion sensor. The sensors initially fed over to Home Assistant and automatically created entities through the HomeKit Device integration. However, very frequently, the entities report a "Became Unavailable" status. My resolution is to reload the HomeKit Device integration, which seems to temporarily resolve the issue before it happens again.
The sensors integrate with the Aqara app and report statuses there without issue. Additionally, I have dozens of other Aqara sensors that have been integrated with Home Assistant through the HomeKit Device integration (via an Aqara G2H camera hub). All other sensors have generally performed without issue, but since adding these three new ones, they periodically report "Became Unavailable" as well (but not as often as the three new sensors).
Restarting Home Assistant and/or reloading the integration provides a temporary fix until it eventually starts happening again. Restarting the hub (Aqara G2H camera) didn't do anything.
What version of Home Assistant Core has the issue?
core-2023.8.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
HomeKit Device
Link to integration documentation on our website
https://www.home-assistant.io/integrations/homekit_controller/
Diagnostics information
home-assistant_homekit_controller_2023-08-09T14-09-18.808Z.log
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response