Hello,
I need to monitor my devices to check if they are online (when one of them goes offline, I signal it with a sound alarm). One approach I considered is using webhooks to send a datastream value (time update) from each device (10 in total) to an ESP32 in another location that will monitor them. Is this an appropriate solution?
For this, how do I define the webhook URL (for the ESP32 that will be doing the monitoring)? Does anyone have a example of how to send datastreams to another device (ESP32)?