arpanghosh8453 / public-fitbit-projects

A script to fetch data from Fitbit servers using their API and store the data in a local influxdb database.
BSD 4-Clause "Original" or "Old" License
338 stars 31 forks source link

Hardcoded bucket name #27

Open skybarberom opened 4 days ago

skybarberom commented 4 days ago

Some panels in the grafana dashboard doesn't have from(bucket: "${bucket}") but it's hardcoded 'tower' bucket. Since even changing tower with the variable or the right bucket nothing appears, there may be a problem with names also from the script in the container since values are not populated (with a bucket with different name)?

arpanghosh8453 commented 3 days ago

I have not designed the influxdb v2 grafana dashboard, it was designed by @20chan ( Please see #9 ). I would like to refer this issue to @20chan if he can help with this.