Page 1 of 1

monitoring and alert Domoticz

Posted: Monday 23 November 2020 16:27
by AllesVanZelf
I have two Raspberry's. Both with Domoticz. One as master and one as slave configured.
They do communicate with each other.
Now I want to make a switch on both of them, that will tricker when the other domoticz is offline/online.
I had a look at Http/https poller, but I do no understand how this would work for me.
Has anyone creates such a switch? And how do I configure this?

Re: monitoring and alert Domoticz

Posted: Tuesday 24 November 2020 9:15
by azonneveld
Share a sensor to each other that is updated regularly, f.i. the cpu load.
Then create a notification on that sensor when last update is greater than x minutes.

Or in case you would like to have a separate switch, test for the last update and trigger the switch from script.

Re: monitoring and alert Domoticz

Posted: Tuesday 24 November 2020 16:21
by AllesVanZelf
That is a good solution.
I will try that out