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
Issues after updating Domoticz docker
Moderators: leecollings, remb0
Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
-
hemant5400z
- Posts: 111
- Joined: Monday 05 November 2018 17:41
- Target OS: Linux
- Domoticz version:
- Contact:
- waltervl
- Posts: 6677
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2025.1
- Location: NL
- Contact:
Re: Issues after updating Domoticz docker
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)?
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)?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
hemant5400z
- Posts: 111
- Joined: Monday 05 November 2018 17:41
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Issues after updating Domoticz docker
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?
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?
- waltervl
- Posts: 6677
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2025.1
- Location: NL
- Contact:
Re: Issues after updating Domoticz docker
It could be that one of the scripts runs an external command that holds up the event system.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
hemant5400z
- Posts: 111
- Joined: Monday 05 November 2018 17:41
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Issues after updating Domoticz docker
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
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
- waltervl
- Posts: 6677
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2025.1
- Location: NL
- Contact:
Re: Issues after updating Domoticz docker
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.
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.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
hemant5400z
- Posts: 111
- Joined: Monday 05 November 2018 17:41
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Issues after updating Domoticz docker
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
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
- gizmocuz
- Posts: 2706
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Issues after updating Domoticz docker
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
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
Quality outlives Quantity!
-
hemant5400z
- Posts: 111
- Joined: Monday 05 November 2018 17:41
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Issues after updating Domoticz docker
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
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
Who is online
Users browsing this forum: No registered users and 1 guest