Page 1 of 1

Restart every hour / Alle Stunde Neustart

Posted: Thursday 12 September 2024 9:42
by kalle
Hi, sorry aber mein engl. ist zu schlecht.
Ich habe Domoticz auf einem Raspi3b unter Docker laufen, es funktioniert alles. Allerdings wird Domo einmal pro voller Stunde neu gestartet, es dauert dann 5-6 Minuten bis alles wieder das ist. Meine Installation:
Version: 2024.7
Build Hash: b317cfab1
Compile Date: 2024-07-13 16:59:31
dzVents Version: 3.1.8
Python Version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]

Für eine Tipp wäre ich dankbar.

Re: Restart every hour / Alle Stunde Neustart

Posted: Thursday 12 September 2024 9:55
by jvdz
kalle wrote: Thursday 12 September 2024 9:42 Hi, sorry aber mein engl. ist zu schlecht..
Try anyways as this is an English forum!

Re: Restart every hour / Alle Stunde Neustart

Posted: Thursday 12 September 2024 10:03
by willemd
kalle wrote: Thursday 12 September 2024 9:42 Hi, sorry aber mein engl. ist zu schlecht.
Ich habe Domoticz auf einem Raspi3b unter Docker laufen, es funktioniert alles. Allerdings wird Domo einmal pro voller Stunde neu gestartet, es dauert dann 5-6 Minuten bis alles wieder das ist. Meine Installation:
Version: 2024.7
Build Hash: b317cfab1
Compile Date: 2024-07-13 16:59:31
dzVents Version: 3.1.8
Python Version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]

Für eine Tipp wäre ich dankbar.
It clearly is not normal if your domoticz restarts every hour. It is probably caused by a script or pluging that runs every hour, but without further info it is just guessing.

Try switching off as many scripts, plugins, hardware and devices as possible and then add them one by one, with a few hours in between. If the problem reoccurs then your last addition is probably the cause.

Another process that runs every hour is the automatic backup. Have you changed anything to it, such as the permissions on the backup folder? Try setting automatic backup to off in the settings and see whether that solves the problem.

Any error messages in the log?

Re: Restart every hour / Alle Stunde Neustart

Posted: Thursday 12 September 2024 17:06
by kalle
Try switching off as many scripts, plugins, hardware and devices as possible and then add them one by one, with a few hours in between. If the problem occurs again, the last addition is probably the cause.

I had already tested this, without success

Another process that runs every hour is the automatic backup. Have you changed anything in it, e.g. the permissions for the backup folder? Try disabling the automatic backup in the settings to see if this fixes the problem.

This seems to be the right way to go No reboot after switching off

Are there any error messages in the log?

No entry

Thanks for the tip

Translated with DeepL.com (free version)

Re: Restart every hour / Alle Stunde Neustart

Posted: Thursday 12 September 2024 18:40
by waltervl
If the automatic backup is the issue you have a database issue or disk size issue. You can start with the free disk size check. Also check the size of your database (domoticz.db). It should maximum be a 20 to 50 MB. If it is way bigger you have to investigate why it is so large.

Re: Restart every hour / Alle Stunde Neustart

Posted: Saturday 14 September 2024 16:34
by kalle
The automatic fuse is not the problem. But it stops Domoticz every hour, that was the problem.
I make a backup once a day with a script and Raspeberry. That's ok,

Re: Restart every hour / Alle Stunde Neustart

Posted: Sunday 15 September 2024 22:04
by waltervl
It could be some translation issue but here you wrote that you disabled the automatic backup:
kalle wrote: Thursday 12 September 2024 17:06 Another process that runs every hour is the automatic backup. Have you changed anything in it, e.g. the permissions for the backup folder? Try disabling the automatic backup in the settings to see if this fixes the problem.

This seems to be the right way to go No reboot after switching off