Page 1 of 1

system-activity checker problem

Posted: Saturday 11 January 2020 2:47
by HvdW
Hi,
I have a problem that the ESP8266 controlling the boiler is off WiFi every now and then.
Yesterday the temperature rise to >23 before we noticed.
The relay was in state ON and ESP8266 wasn't online.

So I setup system-activity checker and used @dannybloe dzvents script https://github.com/dannybloe/dzVents/b ... ces.lua
The script 'compiles' without warnings, in the log I don't see it running like other scripts are when executed.
I suspect some error which makes that the script doesn't execute but I cannot find it.
Help appreciated.

Re: system-activity checker problem

Posted: Saturday 11 January 2020 8:12
by waaren
HvdW wrote: Saturday 11 January 2020 2:47 So I setup system-activity checker and used @dannybloe dzvents script https://github.com/dannybloe/dzVents/b ... ces.lua
I suspect some error which makes that the script doesn't execute but I cannot find it.
The example you use is from a repository created for a very old domoticz / dzVents version and is no longer maintained.
From the README.md of that repository:
dzVents is now part of Domoticz!
dzVents in this repository is no longer maintained! The documentation below is for 1.1.x.
The up to date example(s) can be found on your system. (<domoticz dir>/scripts/dzVents/examples/ ) and also in the main domoticz repository
system-alive check devices.lua
check dead devices.lua
check dead devices by desc.lua

Re: system-activity checker problem

Posted: Saturday 11 January 2020 19:09
by HvdW
Thanks @waaren !