Page 3 of 3
Re: Domoticz version 2025.2 released (Fails)
Posted: Wednesday 15 October 2025 0:00
by Zuikkis
OK upgraded my raspberry debian from bullseye to bookworm and all is fine again.
For those that upgrade with "apt", if you encounter an error about raspi-firmware see this link for more information:
https://forums.raspberrypi.com/viewtopic.php?t=359689
There's a command snippet that creates /boot/firmware which then allows raspi-firmware to install.
Re: Domoticz version 2025.2 released (Fails)
Posted: Wednesday 15 October 2025 9:10
by gizmocuz
BartSr wrote: Tuesday 14 October 2025 23:24
Q: how do I update Domoticz in docker compose?
Go to your container folder and issue
Code: Select all
docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
If you have more docker compose containers you might want to give
Dockge a try
Re: Domoticz version 2025.2 released (Fails)
Posted: Wednesday 15 October 2025 11:21
by WouterO
First: thank you for this new release. It makes me happy that you continue working on improving Domoticz.
Just updated flawlessly via the web-update. I’m on Bookworm on my Raspberry Pi 4. Few Python plugins, and a handful of Zigbee devices.
Re: Domoticz version 2025.2 released (Fails)
Posted: Wednesday 15 October 2025 17:43
by goblin
So i am not the only one with a blue Domoticz page after update to the latest version.
i luckily made an update but was not even able to restore it.
Therefore i place new RPI software and a new install of domoticz on a new SD-card
A lot later i found that the RPI imager placed the new trixie on the SD card and where not able to get Domoticz running.
Back to bookworm and after reinstalling mosquitto almost everything is up and running.
Only one is not. and that is MySensor.
Mysensors is using a NRF24L01radio directly connected to my RPI.
there are 3 possible hardware settings in domoticz: MySensors gateway with USB, Lan interface or MQTT.
Original MySensors gatway with Lan interface was/is selected but get an Error: rf: Can not connect to: 127.0.0.1:5003 in the log file.
and i assume the settings are not one of those 3 options.
Does someone has an idea how to continue?
Thanks
(i have a new RPI5 with NVME SSD ready to use when i have documented everything i need to know)