zigpy-zigate
zigpy-zigate copied to clipboard
Release 0.8.0 is unstable
Release 0.8.0 just stop working after a while (on HA 2022.3.4) Reverting to 0.7.4 fix the problem
How does one revert zigpy (and only zigpy) on HA?
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')]
RUN pip uninstall -y zigpy-zigate
RUN pip install zigpy-zigate==0.7.4
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.
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
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.