RaspBee Firmware keeps "not connected" in DeCONZ

Hi, I just put an Raspbee II module (not USB) into my Raspberry Pi 4 with Home Assistant OS. I installed “deCONZ” over the Add-On Store, but in Phoscon the Gateway keeps “Firmware: Not Connected”.

So I did a firmware upgrade by using a second SD Card with the deconz image and this guide:

The deconz image for raspberry works well. It shows the firmware version 26-72-0700 and I can connect Zigbee Devices without any problems. But when I put the home assistant SD card back into my Raspberry Pi it keeps “Firmware: Not Connected”.

Is there any solution?

I think this might be your problem. The Deconz image will already have this built in so that is why it work, but for HomeAssistant OS you will have to do this manually.

You will need to add this to the config.txt file on the rpi:

dtoverlay=disable-bt

Install deCONZ add-on and set it to run on /dev/ttyAMA0

I think this will get you going.

2 Likes

Omg, thank you! I should have rtfm :smiley:

I’m glad it worked out.