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
323 stars 29 forks source link

feat: add most feature of influx v1 to the influx v2 #13

Closed Belphemur closed 6 months ago

Belphemur commented 6 months ago

I wanted to be sure anybody could use influx v2 and have a nice dashboard like the v1.

I've taken the v1 and updated.

arpanghosh8453 commented 6 months ago

Thank you @Belphemur for working on the influxdb v2 dashboard. I do not run an instance of influxdb v2 for this project, so I was not able to work on it. Also, I am not very comfortable with flux, so I never attempted it.

Belphemur commented 6 months ago

No problem, thanks for making a scraper for the fitbit api :) The dashboard still has some issue that I'll fix later, but it's really closer to your vision and the one you made for influx v1.

I admit, the flux syntax isn't that straightforward in comparison to the old one ^^'