Page 1 of 1

It's midnight! Time to rewrite the dzVents files! WHY?

Posted: Thursday 14 January 2021 23:11
by Antori91
Hello,
I use dzVents scripts initially entered using the Domoticz editor. I notice that each day at midnight, Domoticz rewrite the DzVents script files (see log below).
Why such behavior?

2021-01-14 00:00:00.338 Status: EventSystem: reset all events...
2021-01-14 00:00:00.340 Status: dzVents: Write file: /usr/local/domoticz/var/scripts/dzVents/generated_scripts/LINKYdelestage.lua
2021-01-14 00:00:00.340 Status: dzVents: Write file: /usr/local/domoticz/var/scripts/dzVents/generated_scripts/Heating.lua
2021-01-14 00:00:00.341 Status: dzVents: Write file: /usr/local/domoticz/var/scripts/dzVents/generated_scripts/global_data.lua
2021-01-14 00:00:02.873 Status: Starting manual database backup procedure...

Re: It's midnight! Time to rewrite the dzVents files! WHY?

Posted: Thursday 14 January 2021 23:32
by waaren
Antori91 wrote: Thursday 14 January 2021 23:11 Hello,
I use dzVents scripts initially entered using the Domoticz editor. I notice that each day at midnight, Domoticz rewrite the DzVents script files (see log below).
Why such behavior?
It's part of the refresh routine. It is also done at every domoticz start and on every activate, delete, deactivate, change and create of a script when done from the internal editor. The process delete all files in the generated script dir and rebuild them.

Re: It's midnight! Time to rewrite the dzVents files! WHY?

Posted: Thursday 11 March 2021 6:21
by ak97
can this interfere with the execution of any tasks at 0:00 ?

Re: It's midnight! Time to rewrite the dzVents files! WHY?

Posted: Thursday 11 March 2021 6:23
by waaren
ak97 wrote: Thursday 11 March 2021 6:21 can this interfere with the execution of any tasks at 0:00 ?
No.