Hi!
My system has the following data:
- HomeAssistent 88.2 on a Raspberry Pi 3
- Official add-On deCONZ1.4 with Conbee-USB-Stick on same Raspberry Pi
My Problem:
After each restart the entries within the deCONZ integration have disappeared.
In the log file I found the following entry:
Config entry failed since one deCONZ instance already exists
Here are all deCONZ related entries in the log from the last hours:
2019-03-01 12:53:35 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/core_deconz/info to 10.20.19.12 (auth: True)
2019-03-01 12:53:35 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/core_deconz/logo to 10.20.19.12 (auth: False)
2019-03-01 12:53:35 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/core_deconz/logs to 10.20.19.12 (auth: True)
2019-03-01 12:56:12 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/local_conbee_deconz/logo to 10.20.19.12 (auth: False)
2019-03-01 12:56:12 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/local_conbee_deconz/logs to 10.20.19.12 (auth: True)
2019-03-01 12:56:12 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/local_conbee_deconz/info to 10.20.19.12 (auth: True)
2019-03-01 13:01:14 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/local_conbee_deconz/info to 10.20.19.12 (auth: True)
2019-03-01 13:02:12 DEBUG (MainThread) [pydeconz.utils] Sending {} to https://dresden-light.appspot.com/discover
2019-03-01 13:02:12 DEBUG (MainThread) [pydeconz.utils] HTTP request response: [{'macaddress': '00212EFFFF0278BA', 'name': 'deConzZigbee', 'internalipaddress': '172.30.33.1', 'publicipaddress': '149.172.42.85', 'internalport': 80, 'id': '00212EFFFF0278BA'}]
2019-03-01 13:02:12 INFO (MainThread) [pydeconz.utils] Discovered the following bridges: [{'bridgeid': '00212EFFFF0278BA', 'host': '172.30.33.1', 'port': 80}].
2019-03-01 13:02:13 DEBUG (MainThread) [pydeconz.utils] Sending {'auth': None, 'data': b'{"devicetype": "pydeconz"}'} to http://172.30.33.1:80/api
2019-03-01 13:02:13 DEBUG (MainThread) [pydeconz.utils] HTTP request response: [{'success': {'username': '27AFC7A4D2'}}]
2019-03-01 13:02:13 INFO (MainThread) [pydeconz.utils] API key: 27AFC7A4D2
2019-03-01 13:02:16 ERROR (MainThread) [homeassistant.components.deconz] Config entry failed since one deCONZ instance already exists
2019-03-01 13:02:25 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/core_deconz/info to 10.20.19.12 (auth: True)
2019-03-01 13:02:25 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/core_deconz/logo to 10.20.19.12 (auth: False)
2019-03-01 13:02:26 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/core_deconz/logs to 10.20.19.12 (auth: True)
I have found the following information so far, which unfortunately did not help me:
https://community.home-assistant.io/t/deconz-official-thread/100504
In the forum post I found at the end the reference to a solution for the problem, but unfortunately I can also do nothing with it:
https://github.com/home-assistant/home-assistant/pull/21492
Does anyone have any advice on what I can do now? Thank you very much!