espressif / esp-insights

ESP Insights: A remote diagnostics/observability framework for connected devices
Apache License 2.0
101 stars 27 forks source link

Updating 'status' in Insights dashboard for each device. #46

Open gadget-man opened 1 month ago

gadget-man commented 1 month ago

How can we provide data to update the 'status' colour next to each node on the Insights dashboard? Currently I only ever see either 'offline' or 'unknown', even when the device is connected to wifi (I'm using HTTPS REST not MQTT).

I'd like to be able to report the status as 'online', 'offline', and ideally also 'asleep'. Can I set this as a custom metric or variable on the device itself?