[Hass.io] Starting deCONZ Hass.io Addon…
[Hass.io] Current deCONZ version: 2.05.35
[Hass.io] Web UI port: 8080
[Hass.io] Websockets port: 8443
libpng warning: iCCP: known incorrect sRGB profile
12:50:27:747 HTTP Server listen on address 0.0.0.0, port: 8080, root: /usr/share/deCONZ/webapp/
12:50:27:804 ZCLDB init file /data/.local/share/dresden-elektronik/deCONZ/zcldb.txt
12:50:27:900 parent process /bin/sh
12:50:27:900 gw run mode: normal
12:50:27:900 DB sqlite version 3.16.2
12:50:27:901 DB PRAGMA page_count: 113
12:50:27:901 DB PRAGMA page_size: 1024
12:50:27:901 DB PRAGMA freelist_count: 34
12:50:27:901 DB file size 115712 bytes, free pages 34
12:50:27:901 DB PRAGMA user_version: 2
12:50:27:901 DB cleanup
12:50:27:901 DB create temporary views
12:50:27:908 don’t close database yet, keep open for 900 seconds
12:50:27:908 Daylight now: solarNoon, status: 170, daylight: 1, dark: 0
12:50:27:909 started websocket server at port 8443
12:50:27:909 discovery updated announce interval to 10 minutes
12:50:27:910 GW firmware update not supported on x86 linux headless
12:50:27:910 found node plugin: libde_rest_plugin.so - REST API Plugin
12:50:27:911 found node plugin: libde_signal_plugin.so - Signal Monitor Plugin
12:50:27:914 found node plugin: libstd_otau_plugin.so - STD OTAU Plugin
This plugin does not support propagateSizeHints()
This plugin does not support propagateSizeHints()
12:50:27:936 discard sensor state push for 1: state/dark (already pushed)
12:50:27:937 discard sensor state push for 1: state/status (already pushed)
12:50:27:939 discard sensor state push for 1: state/lastupdated (already pushed)
This plugin does not support propagateSizeHints()
12:50:27:980 Device firmware version 0x261E0500
12:50:27:996 unlocked max nodes: 200
12:50:28:285 Device protocol version: 0x0106
12:50:28:301 new node - ext: 0x0000000000000000, nwk: 0x0000
12:50:28:301 SensorNode 1 set node 0x0000000000000000
12:50:28:477 Current channel 0
12:50:28:541 CTRL ANT_CTRL 0x02
12:50:32:894 Announced to internet
12:50:33:551 DB save zll database items 0x00000880
12:50:33:566 DB saved in 14 ms
12:50:33:566 don’t close database yet, keep open for 900 seconds
12:50:37:692 Daylight now: solarNoon, status: 170, daylight: 1, dark: 0
12:50:38:695 saved node state in 2 ms
12:50:38:744 sync() in 48 ms
12:50:47:692 Daylight now: solarNoon, status: 170, daylight: 1, dark: 0
ok i’m ditching hassos for now. It feels just nog stable enough to setup.
If i want to run it on VMWare, so much tweaking, and twitching is needed, it feels just to “beta” for me.
I upgraded my Hass.io Addon to version 2.05.39 and at the same time added a requirement to specify the deconz device and also experimental aarch64 support (experimental because I can’t test it myself).
Feedback on GitHub is appreciated!
Next big upgrade will be support for viewing the ZigBee mesh!
I updated to the new version, but the add on just won’t start anymore. I click Start and them the icon starts to roll as if it was updating, but after a few seconds it just says Start again. Anyone else experiencing something similar?
UPDATE: I guess reading the documentation first where it states that the device should be configured whould be a good starting point
I seem to had a problem wiht sql… now i could install it
But im a noob so i dont understand where to specifuy the device name and usb…shoukd it look like this?
{
“deconz_device”: null,
“web_port”: 8080,
“websockets_port”: 8443,
“debug_info”: 1,
“debug_aps”: 0,
“debug_zcl”: 0,
“debug_zdp”: 0,
“debug_otau”: 0
“/dev/ttyUSB0”
}
Unfortunately I’m bad at reading and tried updating and starting the addon without specifying the device name in my config. I restarted home assistant and now the frontend won’t load, but I still have access to my config files and can SSH into my pi. My config is ok, and the only errors I’m getting in my log are from pydeconz. What would be the best option for editing my addon config or for getting this fixed?