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

Release 0.8.0 is unstable #118

Open
doudz opened this issue Mar 15, 2022 · 6 comments
Open

Release 0.8.0 is unstable #118

doudz opened this issue Mar 15, 2022 · 6 comments

Comments

@doudz
Copy link
Collaborator

doudz commented Mar 15, 2022

Release 0.8.0 just stop working after a while (on HA 2022.3.4)
Reverting to 0.7.4 fix the problem

@doudz doudz changed the title Release 0.8.0 unstable Release 0.8.0 is unstable Mar 15, 2022
@janick
Copy link

janick commented Mar 15, 2022

How does one revert zigpy (and only zigpy) on HA?

@baimard
Copy link

baimard commented Mar 16, 2022

home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:17 WARNING (MainThread) [zigpy_zigate.zigbee.application] Extended error code 133
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:17 WARNING (MainThread) [zigpy_zigate.zigbee.application] Extended error code 133
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:17 WARNING (MainThread) [zigpy_zigate.zigbee.application] Extended error code 133
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:17 WARNING (MainThread) [zigpy_zigate.zigbee.application] Extended error code 131
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:17 WARNING (MainThread) [zigpy_zigate.zigbee.application] Extended error code 131
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:17 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x1500:1:0x0001]: async_initialize: all attempts have failed: [DeliveryError('[0x1500:1:0x0001]: Message send failure'), DeliveryError('[0x1500:1:0x0001]: Message send failure'), DeliveryError('[0x1500:1:0x0001]: Message send failure'), DeliveryError('[0x1500:1:0x0001]: Message send failure')]
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:18 WARNING (MainThread) [zigpy_zigate.zigbee.application] Extended error code 133
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:18 WARNING (MainThread) [zigpy_zigate.zigbee.application] Extended error code 131
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:18 WARNING (MainThread) [zigpy_zigate.zigbee.application] Extended error code 131
home_assistant.1.iayelvp8clwa@home3    | 2022-03-16 20:52:18 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x1500:1:0x0405]: async_initialize: all attempts have failed: [DeliveryError('[0x1500:1:0x0405]: Message send failure'), DeliveryError('[0x1500:1:0x0405]: Message send failure'), DeliveryError('[0x1500:1:0x0405]: Message send failure'), DeliveryError('[0x1500:1:0x0405]: Message send failure')]

@baimard
Copy link

baimard commented Mar 16, 2022

RUN pip uninstall -y zigpy-zigate
RUN pip install zigpy-zigate==0.7.4

@doudz
Copy link
Collaborator Author

doudz commented Mar 16, 2022

The best way is editing homeassistant/components/zha/manifest.json :
replace "zigpy-zigate==0.8.0", by "zigpy-zigate==0.7.4",

and then restart HA.

@janick
Copy link

janick commented Mar 16, 2022

I'm using HASSIO and there isn't directory named "components" anywhere:

$ find / -name components
/config/esphome/esp32-cam-sensors/src/esphome/components
/config/esphome/garage-sensors/src/esphome/components
/config/esphome/.esphome/build/garage-sensors/src/esphome/components

@puddly
Copy link
Collaborator

puddly commented Mar 17, 2022

Some more issues:

  • Reconnection logic in 0.8.0 does not work: if I unplug the USB and plug it back in, the network doesn't really function.
  • New devices cannot be joined.

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

4 participants