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
25 stars 4 forks source link

2.0? #14

Closed edasque closed 2 weeks ago

edasque commented 4 months ago

I’ve been enjoying using sense-collector 1.0.1 for a while, thanks to your work.

I noticed recently that you had pushed a 2.0 image on docker hub a few months back. I don’t see a 2.0 branch, new commits or documentation on GitHub, is that something you will update soon?

lux4rd0 commented 2 weeks ago

Hey @edasque - the new version was just pushed out today!! Thanks for hanging in there! I thought I was ready to go but was sidetracked with other projects! Let me know how it works out! Thanks!

edasque commented 2 weeks ago

Do you only support influxDB 2.x? It's unclear from the documentation. I imagine so since you're talking about tokens and moved on from user/password for InfluxDB?

lux4rd0 commented 2 weeks ago

Do you only support influxDB 2.x? It's unclear from the documentation. I imagine so since you're talking about tokens and moved on from user/password for InfluxDB?

Hi @edasque - yep - moved to 2.x - the requirement is on the main page but not explicitly stating that I no longer work with 1.x. Influx stopped supporting that version at the end of 2021, and I was kind of dragging my feed, happy to go along with "what worked." Thankfully, InfluxQL still works quite well in v2, and having Grafana work with it was just a different config in the data source.