I’m looking to build a KeepAlive server to monitor my Home Assistant with ESPHome. It will ping the Home Assistant instance and email an alert if HA does not respond after a certain time.
Has anyone implemented this or something similar?
I’m looking to build a KeepAlive server to monitor my Home Assistant with ESPHome. It will ping the Home Assistant instance and email an alert if HA does not respond after a certain time.
Has anyone implemented this or something similar?
Take a look at healthchecks.io, can highly recommend it. I’m using it as a heartbeat for HA and some backups.
Can you please resend the link
I edited my post with the correct address.
Thank you @Burningstone
I’ve set a NodeRed flow with an HTTP request - this is exactly what I needed and it works perfectly