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

Interference with ZHA #240

Open
ilbeppe83 opened this issue Aug 30, 2024 · 2 comments
Open

Interference with ZHA #240

ilbeppe83 opened this issue Aug 30, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ilbeppe83
Copy link

Hello,

I had to disable this integration because when it's active ZHA fails the initialization.
When the itegration is disabled everything works normally.

This issue occurs already from the version 0.13, I waited for the new version but the issue is still present.

Has anyone experiences the same issue?

Thank you!
Giuseppe

@ilbeppe83 ilbeppe83 added the bug Something isn't working label Aug 30, 2024
@fishscrounger
Copy link

I run both addons and they work fine. Anything in the logs that could shed more light on this?

@ilbeppe83
Copy link
Author

Hello,

this is what I can find in the logs during home assistant reboot:

2024-09-04 14:34:24.118 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: EzspError('EZSP is not running')
2024-09-04 14:34:34.120 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: EzspError('EZSP is not running')
2024-09-04 14:34:44.121 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: EzspError('EZSP is not running')
2024-09-04 14:34:51.419 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('zha', 'd0e2336a80bb3deffc5d7940acb00e0f'): 37944.033985201}
2024-09-04 14:34:54.122 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: EzspError('EZSP is not running')
2024-09-04 14:34:54.122 WARNING (MainThread) [zigpy.application] Watchdog failure
2024-09-04T12:34:54.127604964Z Traceback (most recent call last):
2024-09-04T12:34:54.127615678Z File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 673, in _watchdog_loop
2024-09-04T12:34:54.127631671Z await self.watchdog_feed()
2024-09-04T12:34:54.127646478Z File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 655, in watchdog_feed
2024-09-04T12:34:54.127657122Z await self._watchdog_feed()
2024-09-04T12:34:54.127689141Z File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 1000, in _watchdog_feed
2024-09-04T12:34:54.127699848Z (res,) = await self._ezsp.readCounters()
2024-09-04T12:34:54.127711461Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-09-04T12:34:54.127727357Z File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/init.py", line 212, in command
2024-09-04T12:34:54.127738405Z raise EzspError("EZSP is not running")
2024-09-04T12:34:54.127747508Z bellows.exception.EzspError: EZSP is not running

This occurs only when HON integration is enabled, if I disable it I have no problems with ZHA.
Another detail: it seems that if I enable HON after the boot is complete ZHA works correctly until the next reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants