Hi, I recently switched from ioBroker to Home Assistant. Initially I had everything running in Docker containers on a Synology Diskstation.
Now I have set up Home Assistant OS on an Odroid C2, that I have not used for a long time.The system runs so far fast and stable and now I wanted to make use of the addons from the Home Assistant Store. So I could run all the additional services centrally on the small single board computer (deconz, node-red, mosquitto). The addons work in principle, but also have small things that bother me a bit. For example mosquitto is not yet on version 2.x and node-red has many nodes preinstalled, that I don’t need.
And that brings me to my real question about the deconz addon. I have 2 Lidl thermostats. To make them work, I need to compile libde_rest_plugin.so from a special branch myself and replace it in the container filesystem. There has been a pull request for deconz for some time, but it is still not merged. This was no problem with my Synology docker, but with the Home Assistant addon it seems to recreate the container on every reboot, which then undoes my change. Is there a way to integrate the self-compiled libde_rest_plugin.so from the host system via “bind mount” into the addon-container system? Or does anyone have another solution in connection with Home Assistant OS?
Thanks a lot!