Help with deconz in another HA instance

I have the deconz conbee 2 stick attached to my NUC and it is working fine.
I installed HA in a rasberry b3+ as a back up and for testing reasons and I restore from a snapshot of NUC.
Everything works except t the deconz integration. It can see the deconz stick but it says firmeare not connected. (photo below)

raspberry 2

in the configuration I have

device: /dev/ttyAMA0
vnc_password: ''

and the logs are like this

18:06:54:460 wait reconnect 9 seconds
18:06:54:509 dev /dev/ttyAMA0
18:06:55:460 failed to reconnect to network try=2
18:06:55:460 wait reconnect 8 seconds
18:06:56:460 wait reconnect 7 seconds
18:06:57:460 wait reconnect 6 seconds
18:06:58:460 wait reconnect 5 seconds
18:06:59:461 wait reconnect 4 seconds
18:07:00:460 failed to reconnect to network try=3
18:07:00:460 wait reconnect 3 seconds
18:07:01:461 wait reconnect 2 seconds
18:07:02:460 wait reconnect 1 seconds
18:07:02:513 dev /dev/ttyAMA0
18:07:02:513 COM: /dev/ttyAMA0 / serialno: 
18:07:02:513 COM: --dev: /dev/ttyAMA0 (RaspBee)
18:07:02:534 device disconnected reason: 4, index: 0
18:07:03:744 wait reconnect 15 seconds
18:07:03:786 dev /dev/ttyAMA0
18:07:03:786 COM: /dev/ttyAMA0 / serialno: 
18:07:03:786 COM: --dev: /dev/ttyAMA0 (RaspBee)
18:07:04:460 wait reconnect 14 seconds
18:07:04:507 dev /dev/ttyAMA0
18:07:05:460 failed to reconnect to network try=4
18:07:05:461 wait reconnect 13 seconds
18:07:06:460 wait reconnect 12 seconds
18:07:07:460 wait reconnect 11 seconds
18:07:08:461 wait reconnect 10 seconds
18:07:09:460 wait reconnect 9 seconds
18:07:10:460 failed to reconnect to network try=5
18:07:10:460 wait reconnect 8 seconds
18:07:11:460 wait reconnect 7 seconds
18:07:12:460 wait reconnect 6 seconds
18:07:13:460 wait reconnect 5 seconds
18:07:14:460 wait reconnect 4 seconds
18:07:14:503 dev /dev/ttyAMA0
18:07:15:461 failed to reconnect to network try=6
18:07:15:461 wait reconnect 3 seconds
18:07:16:460 wait reconnect 2 seconds
18:07:17:461 wait reconnect 1 seconds
18:07:17:509 dev /dev/ttyAMA0
18:07:17:509 COM: /dev/ttyAMA0 / serialno: 
18:07:17:509 COM: --dev: /dev/ttyAMA0 (RaspBee)
18:07:17:538 device disconnected reason: 4, index: 0
18:07:18:460 wait reconnect 15 seconds
18:07:18:507 dev /dev/ttyAMA0
18:07:18:507 COM: /dev/ttyAMA0 / serialno: 
18:07:18:507 COM: --dev: /dev/ttyAMA0 (RaspBee)
18:07:19:460 wait reconnect 14 seconds
18:07:20:460 failed to reconnect to network try=7
18:07:20:460 wait reconnect 13 seconds
18:07:21:460 wait reconnect 12 seconds
18:07:22:460 wait reconnect 11 seconds
18:07:23:460 wait reconnect 10 seconds
18:07:24:461 wait reconnect 9 seconds
18:07:24:507 dev /dev/ttyAMA0
18:07:25:460 failed to reconnect to network try=8
18:07:25:460 wait reconnect 8 seconds
18:07:26:460 wait reconnect 7 seconds
18:07:27:460 wait reconnect 6 seconds
18:07:28:460 wait reconnect 5 seconds
18:07:29:461 wait reconnect 4 seconds
18:07:30:460 failed to reconnect to network try=9
18:07:30:460 wait reconnect 3 seconds
18:07:31:460 wait reconnect 2 seconds
18:07:32:460 wait reconnect 1 seconds
18:07:32:505 dev /dev/ttyAMA0
18:07:32:505 COM: /dev/ttyAMA0 / serialno: 
18:07:32:505 COM: --dev: /dev/ttyAMA0 (RaspBee)
18:07:32:537 device disconnected reason: 4, index: 0
18:07:33:460 wait reconnect 15 seconds
18:07:33:508 dev /dev/ttyAMA0
18:07:33:508 COM: /dev/ttyAMA0 / serialno: 
18:07:33:508 COM: --dev: /dev/ttyAMA0 (RaspBee)
18:07:34:460 wait reconnect 14 seconds
18:07:34:502 dev /dev/ttyAMA0
18:07:35:461 failed to reconnect to network try=10
18:07:35:461 wait reconnect 13 seconds
18:07:36:460 wait reconnect 12 seconds
18:07:37:461 wait reconnect 11 seconds
18:07:38:460 wait reconnect 10 seconds
18:07:39:460 wait reconnect 9 seconds
18:07:40:461 reconnect network failed, try later
18:07:40:461 wait reconnect 8 seconds
18:07:40:960 start reconnect to network
18:07:41:460 wait reconnect 7 seconds
18:07:42:460 wait reconnect 6 seconds
18:07:43:460 wait reconnect 5 seconds
18:07:44:461 wait reconnect 4 seconds

Any suggestions what to do to make it work?

I have exactly the same issue with raspbee 2 on raspberry pi 3b+ with hassos installed from scratch. literally nothing else is running. i double checked if unit is working by booting from raspbian image provided by dresden elektronik and it is correctly functioning there. also i’ve connected to the addon via VNC and it’s stuck on initial screen listing my device as “Raspbee” anc connect button. pressing the connect button makes shows the “connecting” status on the bottom of the window, but then it’s just not moving forward.

@Makis i’ve found the fix: Zha can't connect to freshly installed RaspBee II on RPi 4B / RaspBee II seems not available

TL;DR: HassOS is broken in this matter as they have serial device enabled for bluetooth. Disable that in your config.txt on boot partition and it will be working again.
dtoverlay=pi3-disable-bt
also i am looking into installing regular raspbian back there as hassos is poorly constructed in my opinion - it’s a pain in the ass to enable ssh access, it’s stripped from a lot of CLI tools (including find - really???) and whenever something is broken you are not in control of the operating system and can not really fix it.

2 Likes

Glad I could help :slight_smile: