addons: deCONZ failed to reconnect to network

Hello, after a update a few days ago the deCONZ Addon does not work any more. I use the RaspBee 2. I think the addon can not connect to the RaspBee 2. In the addon UI the items like the lights are lost. Here is the log:

20:36:07:784 device disconnected reason: 1, index: 0
20:36:08:278 failed to reconnect to network try=3
20:36:08:278 wait reconnect 15 seconds
20:36:08:278 void zmMaster::handleStateIdle(zmMaster::MasterEvent) not connected goto OFF state
20:36:08:278 device state timeout ignored in state 1
20:36:09:277 wait reconnect 14 seconds
20:36:10:278 wait reconnect 13 seconds
20:36:10:318 dev /dev/ttyAMA0
20:36:11:277 wait reconnect 12 seconds
20:36:12:277 wait reconnect 11 seconds
20:36:13:278 failed to reconnect to network try=4
20:36:13:278 wait reconnect 10 seconds
20:36:14:277 wait reconnect 9 seconds
20:36:15:278 wait reconnect 8 seconds
20:36:16:278 wait reconnect 7 seconds
20:36:17:278 wait reconnect 6 seconds
20:36:18:278 failed to reconnect to network try=5
20:36:18:278 wait reconnect 5 seconds
20:36:19:278 wait reconnect 4 seconds
20:36:20:278 wait reconnect 3 seconds
20:36:20:321 dev /dev/ttyAMA0
20:36:21:278 wait reconnect 2 seconds
20:36:22:278 wait reconnect 1 seconds
20:36:22:314 dev /dev/ttyAMA0
20:36:22:314 COM: /dev/ttyAMA0 / serialno: 
20:36:22:314 COM: --dev: /dev/ttyAMA0 (RaspBee)
20:36:22:810 device state timeout ignored in state 2
20:36:23:277 try to reconnect to network try=6
20:36:24:778 device state timeout ignored in state 2
20:36:25:777 device state timeout ignored in state 2
20:36:26:778 device state timeout ignored in state 2
20:36:27:777 device state timeout ignored in state 2
20:36:28:278 try to reconnect to network try=7
20:36:29:778 device state timeout (handled)
20:36:29:785 device disconnected reason: 1, index: 0
20:36:30:278 wait reconnect 15 seconds
20:36:30:278 void zmMaster::handleStateIdle(zmMaster::MasterEvent) not connected goto OFF state
20:36:30:278 device state timeout ignored in state 1
20:36:30:317 dev /dev/ttyAMA0
20:36:31:277 wait reconnect 14 seconds

And here my config:

device: /dev/ttyAMA0
vnc_password: changeme

Any ideas to solove this problem?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 28 (1 by maintainers)

Most upvoted comments

This is not an issue addressable for the add-on, as the problem lies in the deCONZ software itself.

Since add-ons wrap existing applications, there is not much we can do.

Please report these issues with dresden itself.

Thanks 👍

Just an update for me that solved my issue:

  • Toke off the SD card from the raspberry
  • Placed the SD into a Linux base hardware
  • Wrote into config.txt (at the end of the doc) this code:
enable_uart=0
dtoverlay=pi3-miniuart-bt-overlay

After this, deConz recognized my device correctly and everything started working.