Is there a way in node-red to know if network has lost connection to vrm?
I know the cerbo has a watchdog ,but i’m trying to reboot the router should this happen .
I found this path but i cant find any info about it .
I have a Node-Red flow to do this. I use a custom input node to read the time of the last contact with VRM from the Cerbo. This is in milliseconds since a reference time. I then convert this to seconds and subtract it from the current time to give the elapsed time since last contact. If this exceeds a trigger value a reboot is forced. Of course this may also cause a reboot if VRM servers go down.


