lux4rd0 / sense-collector

Sense Collector provides a way of collecting real-time data from the Sense Energy Monitor. Includes Grafana dashboards for visualizations of detected devices and smart plugs and their wattage, voltage, and amp utilization.
https://labs.lux4rd0.com/sense-collector/
GNU Affero General Public License v3.0
26 stars 4 forks source link

Missing data #21

Open jsrichie opened 3 months ago

jsrichie commented 3 months ago

Sense Collector - Collector Info Void of all data

Device Detection Status: and In Progress Devices no populated on the Sense Collector - Monitor & Detection all other data on this page is present

I looked at the influxdb and the data is present but its not translating into the dashboard.

my yaml in case its needed: what else can I give? Sense version: 1.49.29-4a5ddd65-release

version: '3.6' services:

influxdb2: image: influxdb:2 container_name: influxdb2 restart: unless-stopped networks:

networks: sense_monitoring:

volumes: grafana_data2: influxdb_data2:

lux4rd0 commented 1 month ago

@jsrichie - if the data is in InfluxDB but not Grafana - did you set up the data source with these configurations?

https://github.com/lux4rd0/sense-collector/wiki/Grafana-Data-Source-Configuration

RyanRoberts210 commented 1 month ago

I am facing the same issue myself. I ran the docker as is and then I ran it again with Privileged turned on just in case... I did set it up as noted in the link I believe, where Value I filled in "Token jhgjgsgjgjhgjgjggjh" without the quote marks. It did Save & test OK but I'm not sure if that really exercises the Header/Value functionality at this point. I looked at the Dashboard, Settings, Variables and see "sense_o11y" in a few places, not sure if that is a specific Sense unit ID, i.e. why it doesn't work for us, or just a name of another table or database of some sort and the problem is elsewhere. Happy to help troubleshoot in any way. Thx!