You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both @jamoross and I had the the same situation happen recently. We had airnotes that had gone offline (poor sun in my case), and had reconnected them (I moved mine indoors).
When you make this change and scan the QR code it's easy to wind up on the "no data" case since we only look at the last 8 days.
It'd be great if we could have that page include a "last seen" query. Asking for the most recent time a device_urn has been seen, even since the beginning of time (2020 for the airnotes should be fine), should be quite cheap for the elasticsearch, or any data store really.
While the current point-in-time dashboard probably wouldn't make sense for a very old time span, we could maybe link off to grafana where the time selector is more present and allow people to see their old data or at least have the page open and ready to watch for new updates as the device gets started on the network again.
The text was updated successfully, but these errors were encountered:
Hey @matschaffer 🙂 Sorry it took me forever to reply here. Back in May I made a small wording change, and added a link to Grafana if there’s no data (see a260a96).
I want to dig in and add a more thorough solution here soon. I like the idea of querying for the most recent time seen.
Both @jamoross and I had the the same situation happen recently. We had airnotes that had gone offline (poor sun in my case), and had reconnected them (I moved mine indoors).
When you make this change and scan the QR code it's easy to wind up on the "no data" case since we only look at the last 8 days.
airnote.live/src/routes/Dashboard/Dashboard.svelte
Lines 105 to 113 in 11105a4
It'd be great if we could have that page include a "last seen" query. Asking for the most recent time a device_urn has been seen, even since the beginning of time (2020 for the airnotes should be fine), should be quite cheap for the elasticsearch, or any data store really.
While the current point-in-time dashboard probably wouldn't make sense for a very old time span, we could maybe link off to grafana where the time selector is more present and allow people to see their old data or at least have the page open and ready to watch for new updates as the device gets started on the network again.
The text was updated successfully, but these errors were encountered: