Page 1 of 1

Issues after updating Domoticz docker

Posted: Friday 17 October 2025 9:48
by hemant5400z
Hi All,

I'm currently running:
Version: 2025.2 (build 16816)
Build Hash: 298225976
Compile Date: 2025-10-16 15:00:28
dzVents Version: 3.1.8
Python Version: 3.11.2 (main, Apr 28 2025, 14:11:48) [GCC 12.2.0]

I noticed that all my counters do not work any more, also automation triggers seem to fail, I dont's see any errors in the logs.
After restarting the docker all seems to work again but, next morning I get the same issues, anyone has same problems and a solution for this issue?

Looks like an issue with the Event triggers

Cheers,
Hemant

Re: Issues after updating Domoticz docker

Posted: Friday 17 October 2025 14:58
by waltervl
The event system is switched on (see settings in Domoticz)? https://wiki.domoticz.com/Application_S ... y/Scripts)
Location in Domoticz settings is filled in correctly? It sets the time zone in Domoticz.
Settings of the docker container for Time zone is correct (eg ENV TZ=Europe/Amsterdam)?

Re: Issues after updating Domoticz docker

Posted: Thursday 30 October 2025 12:44
by hemant5400z
Hi,

It it not that it does not work completely. It just stops processing after a while.
After reboot everything is normal again but after a couple of hours it does not triggeer any events. I have checked the logs and error tab but all is clean.

My managed counters stop updating also my light switch auto mation stops working until i reboot the docker.

Any ideas?

Re: Issues after updating Domoticz docker

Posted: Thursday 30 October 2025 19:23
by waltervl
It could be that one of the scripts runs an external command that holds up the event system.

Re: Issues after updating Domoticz docker

Posted: Thursday 30 October 2025 20:10
by hemant5400z
Hi,

Not sure about that i have some scripts vut those have been running for years.

Any indea of to debug because i cannot see anything in de logs.

Cheers hemant

Re: Issues after updating Domoticz docker

Posted: Thursday 30 October 2025 22:51
by waltervl
As you run now in docker a lot can be different in scripts.....
Check with top in the docker container if a process keeps running.
Also be sure that the executed external commands in the docker are available. If not you need to install them in the docker container. And change the customstart.sh to install them again on the next docker update.

Re: Issues after updating Domoticz docker

Posted: Thursday 30 October 2025 22:55
by hemant5400z
Ok but have no commands that are not available all scripts run and have been running dor years no additional install is/was required.

Als id that would be the case for a missing package than not sure why all works after reboot for hours.

Also all my p1 en influx keeps working it is not that the status log is stalled.

Hemant

Re: Issues after updating Domoticz docker

Posted: Friday 31 October 2025 9:20
by gizmocuz
First I would suggest to disable the Eventsystem and Python scripts in the settings and see if Domoticz keeps running (web interface working)

From what Domoticz version did you upgrade? We are using Python 3 these days which is using a .env environment.
Maybe this is causing a python script/plugin issue?

I assume you are using docker compose? And it is configured like:

https://hub.docker.com/r/domoticz/domoticz

Re: Issues after updating Domoticz docker

Posted: Friday 31 October 2025 9:53
by hemant5400z
Hi,

While the issue happens I do have access to webif,for the TZ that has always been there.
Indeed using Docker and pull latest when it is available.

so it is a bit of mysterie, assume latest python comes with the docker don't have a seperate install.

Cheers,

Hemant