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

ZigateV2 version 3.20 compatibility #99

Open
printzlau opened this issue Sep 9, 2021 · 0 comments
Open

ZigateV2 version 3.20 compatibility #99

printzlau opened this issue Sep 9, 2021 · 0 comments

Comments

@printzlau
Copy link

I have the PiZigate+ with firmware 3.20

Home-Assistant is unable to setup.
Is it compatible?

`Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:152
First occurred: 9:47:30 PM (2 occurrences)
Last logged: 10:00:52 PM

Error setting up entry /dev/ttyAMA0 for zha
Traceback (most recent call last):
File "/usr/local/lib/python3.9/asyncio/tasks.py", line 492, in wait_for
fut.result()
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/zigpy_zigate/api.py", line 133, in command
return await asyncio.wait_for(
File "/usr/local/lib/python3.9/asyncio/tasks.py", line 494, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/zha/init.py", line 102, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 152, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.9/site-packages/zigpy/application.py", line 69, in new
await app.startup(auto_form)
File "/usr/local/lib/python3.9/site-packages/zigpy_zigate/zigbee/application.py", line 52, in startup
await self.form_network()
File "/usr/local/lib/python3.9/site-packages/zigpy_zigate/zigbee/application.py", line 74, in form_network
network_formed, lqi = await self._api.start_network()
File "/usr/local/lib/python3.9/site-packages/zigpy_zigate/api.py", line 228, in start_network
return await self.command(0x0024, wait_response=0x8024)
File "/usr/local/lib/python3.9/site-packages/zigpy_zigate/api.py", line 142, in command
raise NoResponseError
zigpy_zigate.api.NoResponseError
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant