Page 1 of 1

SOLVED: Hardware devices not enabled Python error in Docker (?) Beta 17204

Posted: Saturday 21 February 2026 13:40
by Sjonnie2017
Hi all,

This morning my Docker container was updated to latest beta (17204). There seems to be a problem with a Python library if I interpret the log correctly:
2026-02-21 13:32:06.430 Status: Domoticz V2025.2 (build 17204) (c)2012-2026 GizMoCuz
2026-02-21 13:32:06.430 Status: Build Hash: 71a61ff22, Date: 2026-02-20 11:33:19
2026-02-21 13:32:06.431 Status: Startup Path: /opt/domoticz/
2026-02-21 13:32:06.511 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2026-02-21 13:32:06.513 Status: PluginSystem: 'ConBee2' Registration ignored, Plugins are not enabled.
2026-02-21 13:32:06.513 Status: PluginSystem: 'SolarEdge' Registration ignored, Plugins are not enabled.
2026-02-21 13:32:06.513 Status: PluginSystem: 'Shelly MQTT' Registration ignored, Plugins are not enabled.
Should not be related (because I use Docker) but I am running Docker on a headless Debia Trixie NUC.

I am posting this in the hope that this will be corrected in the next beta. I have no desire to go fiddle inside the container ;)

SOLVED: Hardware devices not enabled Python error in Docker (?) Beta 17204

Posted: Saturday 21 February 2026 14:45
by Sjonnie2017
Solved! I used latest beta after reading this:

https://github.com/domoticz/domoticz/issues/6586

Thanks to Pipiche, Mealgi and ofcourse Gizmocuz :mrgreen:

Re: SOLVED: Hardware devices not enabled Python error in Docker (?) Beta 17204

Posted: Monday 23 February 2026 18:18
by Sjonnie2017
Note to self:

These are busy times for Gizmocus et all with the major overhaul of parts of Domoticz and there is bound to be a beta broken the next coming days.

No biggie! I for now can fix the problem with the following command sequence:

Code: Select all

docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
Another note to self :) : use sudo for each command :mrgreen: