I made an app to view your Bosch Smart System data outside the app
Hi !
I wanted to graph my ODO progression somehow and I ended up coding (with my dear new-friend Claude) an online app using Bosch Cloud APIs.
For now it features
- Listing your bikes
- Listing /sorting your activities and see their details
- See a heat map of your loaded activities with some filters on the heatmap.
It's just a pet project nothing much to be excited about but i thought this might bring some ideas.
It's working only for Smart System bikes.
I still took the time to host it to vercel https://bosch-smartsystem-ebike-stats.vercel.app/
Also it's fully open source https://github.com/clementdevos/bosch-ebike-smartsystem-stats
Please note It does not store any data, it uses YOUR Bosch account to fetch YOUR data and stores everything client side (and reloads everything every time)
Also no user tracking has been implemented.
There might be bugs.
Have fun !