I am having an issue with my Deconz Component after upgrading to 0.78.
After reboot all of my Deconz devices sensors, lights are lost from the HA, however on the Deconz GUI everything is there any works fine. I found that in the Integrations menu (where Deconz is configured it shows as “Setup_error”.
Downgraded back to 0.77.3 and I am back to normal now, but waiting for solution possibly in the next update…
Think I found something. It seems that a host reboot causes a setup error. After just restarting has through settings, it loads fine. Will try it out with debugger as well
Interesting observation - it doesn’t work indeed if I try to activate the log level. It works as long as I don’t use logger with homeassistant.components.deconz. If I try to log deconz I get the same error as Csiza “couldn’t load data from deconz”.
As soon as I uncomment the logger deconz works as intended.
Just fyi.
For me it only work until version 0.77.3.
On 78.0, 78.1, 78.3 same issue. I am back on 77.3 now works fine everything and waiting for your fix Robben. Many thanks in advance.
Just adding myself to the list of users encountering this timeout issue when HA initially starts. Have been struggling the last day as I’ve migrated to a new SD card and thought there was something I’d screwed up, but appears it’s not my problem after all.
You might consider bringing up HA after deconz. In the HA service file (usually /etc/systemd/system/home-assistant.service) put deconz-gui.service in the [Unit] After= section.