Since Hubitat has grown so much and i can now view some key data for my home (Emporia & PTLevel) i would like to utilize Grafana.
Currently i have everything setup via cloud services. if i can get it running proper and reliably i will move it to a local headless Pi.
Currently i have been able to link influx through the InfluxDB Logger to Grafana.
i can view some data in a Grafana dashboard but selecting "temperature" for instance just brings in all my temp sensors and labels them all "Value."
Now, the values are correct but my device names are not showing and i cant seem to find a way for them to show.
just as well i cant seem to find a way to only, for conversation, show two of the three sensors.
I know theres a small Grafana community on here, just hoping i can figure this out.
C8 Pro
Grafana
InfluxDB Cloud V3 Serverless
SQL Query Language
Using Explore in Grafana it returned:
flightsql: rpc error: code = InvalidArgument desc = Error while planning query: Error during planning: table 'public.hubistats.temperature_pro' not found
Is the new version of influxdb avaliable yet for home use. My understanding was that influxdb v3.x was a cloud only thing.
Honestly bringing sql to influxdb is exciting for me. I have been dealing with DB's that use SQL for query for about 20 years. It isnt hard once you get use to it.
On another note if using docker for influxDB on Feb 3 it appears installs using :latest will start getting 3-core.
if i can make this a dependable dashboard tool i do plan to use docker.
currently im using DBs cloud offering to test viability.
not looking great so far.
My place of work uses Grafana, im hoping to learn it to help my career as well.
always easier to learn when its something for yourself, then apply it for a paycheck.
It is very dependable once setup. Take a look at the thread that @jtp10181 linked above to see several of his dashboards. The problem you are having is you are on influxdb3.
I will try to remeber tomorrow to install the 3-core instance on one of my servers and start to test it. It doesn't look like there is a direct upgrade path fron the older versions.
Awesome. I will do some reading tonight and research SQL coding.
I would greatly appreciate anything you can come up with if you're able to do some testing yourself.
Im sure it will help the community as well, as people continue to adopt Grafana.
SQL is my day-job as I expect it may be for others here.... happy (willing) to help where I can. Influx is less native for me... Python will need to become more familiar...
I didnt do anything special. I dropped my influx cloud url, port 443, and API token.
Booted up Grafana and was able to pull data from influx bucket.
I dont really know how the information is being sent/recieved but seeing data means somethings working, i assume.
I thought I saw on the main thread for the Influx Logger a while back where someone tested it and said it worked. I would guess you set it up with a v2 connection.