Zigbee is not longer working After updating from HA 7.2 >> 7.3

Hi,
after updating my HA from 7.2 >> 7.3 Zigbee stopped working out of a sudden. There are no logs or any messaged which indicates there is anything wrong. It just stopped. When moving a switch (e.g. from poweron to poweroff) just nothing happens.

I restored my config to yesterday - nothing happend. I also unplugged and re-plugged the zigbee ConBee stick.

I even waited overnight in the case my entities needed some time to recover from the update, also without success. All other devices and entities are working without any problems and issues.

env:

  • Standard HA Image on Raspberry 4B
  • Zigbee Stick: ConBee II with the newest Firmware.
    ConBee2_01

Anyone an Idea?
Thanks!

Try to restart host - (not only HA)

That I did several timesā€¦

Really no logs, nothing?

No, not in the WEBUI, I have been been through all available logs. Attached the log of ā€œeverythingā€ - canā€™t find anything that gives a hint to ZigBee. And as you can see in the attached file - no errors on the surface.

I did copy the newest Log Version here if you want to take a look:

Junge, the logfile is full of errors related to ZHA (= Zigbee Home Alliance), like

2022-02-08 11:17:54 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x621F:1:0x0300]: async_initialize: all attempts have failed: [DeliveryError(ā€˜[0x621f:1:0x0300]: Message send failureā€™), DeliveryError(ā€˜[0x621f:1:0x0300]: Message send failureā€™), DeliveryError(ā€˜[0x621f:1:0x0300]: Message send failureā€™), DeliveryError(ā€˜[0x621f:1:0x0300]: Message send failureā€™)]

Donā€™t know the reasons, though. Options:

  • check WiFi channels, so they donā€™t interfere with Zigbee network
  • use an extension cable for the Conbee unless done already
  • check that the Conbee II is available in HA, USB device links may change on (re-) plugging.

Hi, sry, i did filter for the wrong keyword (instead of zha i took zigbee), but anyway, I have been though all 3 suggestions. It neither the interfering with my WiFi channel and I did re-plugging differn times and the ConBee Stick is recognized without issues. I do have 112 zigbee entities in 3 stories and all have been worked nice before the update to 7.3.

Can you downgrade to 7.2?

Hi, that was exactly my intention, downgrade the homeassistant server to version 7.2 again and then waiting up for some kind of ā€œpositiveā€ behaviour in regards of the zigbee entities.

But I did not get involved how to do that yet, the downgrade. Canā€™t do that with my backup files that much all figured out.

I did only find some hints and clues how to down create the core and the supervisor. That seems pretty straightforward and easy, but afterwards the system itself will obviously stay at version 7.3:(

Ok, I downgraded the core too some version 14 days ago. It is now Version 2021.12.10. But the zha error in the log stays - always the same:
[homeassistant.components.zha.core.channels.base] [0x3FE8:3:0x0300]: async_initialize: all attempts have failed:

Ok, I succeeded also with downgrading the operating system from version seven point three to seven ppint two and afterwards all the ZigBee entities have been working again. So problems solved after downgrading the OS. But now? I do not dare to update the system since I fear that the same thing will happen again:(

1 Like

Congratulations on restoring your system, maybe it was just a glitch during upgrade and next time will work.

However, since I donā€™t use HA OS I am out of help.

What installation method are you into?
Plugin onto your Nas?
Using some container runtime like podman or cri-o?

I am a container freak and I have sufficient knowledge in container and container orchestration.

I run Portainer in a container on an x86_64 host and HA, MariaDB, Mosquitto and Watchtower as Portainer ā€žStackā€œ on the same host.

Portainer Agent and Zigbee2mqtt are running as containers on a Raspberry Pi 3B+. Reason is I am using Raspbee II as Zigbee coordinator device.

Portainer and Portainer Agent are for easier administration only, my setup can also be achieved using docker compose.

Yes Iā€™m working at RedHat. Thereā€™s really anything about Linux and containers. I myself running several services and programs in containers on my raspberries - with podman (itā€™s very similar to docker but rootless, no service, just a very slender runtime).

Ok, thanks for the heads up and maybe I will give a try on containers as well, maybe the better approach.

1 Like

Same Issue, Zigbee completely stopped working after 7.3 update from 7.2. Tried restore from snapshot, I however did not have ny luck with that. Remaining on old insecure versions of home assistant is unacceptable anyway, I wouldnā€™t leave my television on old firmware, let alone the literal brain of my house. Tried to remove addon and readd it, no luck, wonā€™t find the coordinator. This was after doing extra work to even attempt to get my raspbee 2 to even be seen by home assistant. (Playing in the config file.) Still no luck though, my raspbee 2 and my zigbee is completely borked and I donā€™t know how to fix it.

Hi,

what you could try is to re-produce it the way I did without restoring it via snaphsots you did create beforehand.

  • bring your HA back to 7.3.

  • Downgrade the Core via ssh or the Terminal:
    ha core update --version=2021.12.10

  • Downgrade the OS via ssh or the Terminal:
    ha os update --version=7.2

Maybe worth a shot?

Iā€™m going to keep my Installation on 7.2 until 7.4 has been released in the next weeks.