I don't have an app installed on the Hubitat side and do get data into Grafana.
After the basic install instructions, I also copied another section from the main thread into my flow to create duplicate database entries for sleepy devices:
I have this working for me. I used @btk 's flow as a template and made a few tweaks. Essentially it does the following:
Queries the database for latest values of temp, battery and humidity measurements.
Scans the timestamps for anything that hasn't been updated in the past 15 minutes.
Pushes those measurements back to the database with updated timestamps.
This process repeats every 5 minutes. Here's a picture of my flow. The section described above, is below the red line.
[image]
This is th…