sense-collector icon indicating copy to clipboard operation
sense-collector copied to clipboard

Sense Collector - Device Overview

Open danktankk opened this issue 7 months ago • 4 comments

Based on the lack of replies here this project looks abandoned. Thats a shame if that is true. I have been at this all afternoon and thought I might just simply ask why this one visualization isn't working. I have all 4 dashboards running with no issues and I am stumped on this one called [Device Status]. Its got nothing going on graphically.

db is created influx db v1.8 as 'sense' and added to grafana with no issues at all.

This is the query from the 'Device Status' dashboard and how it came from the import:

SELECT last("device_state") FROM "sense_event" WHERE ("event_type" = 'new_timeline' AND "name" =~ /^$devices$/) AND $timeFilter GROUP BY time($__interval), "name" fill(previous)

When I edit the dash and look in 'explore' it does see the devices, yet it doesn't display anything in this one dashboard. Its driving me crazy. lol Any ideas?

[edit] some things are beginning to pop in but are completely incorrect. Ill give it a few days to iron out.

danktankk avatar Nov 25 '23 23:11 danktankk