tahnok / colmi_r02_client

A python client + documentation for the Colmi R02 smart ring
MIT License
346 stars 20 forks source link

Full data sync to sqlite #14

Open tahnok opened 3 weeks ago

tahnok commented 3 weeks ago

Implement a feature that will sync all data from the ring (steps, heart rate, spo2) into a sqlite database.

The goal is to have a single colmi_r02_client sync database_file.sqlite command that will pull all available data off the ring. It should be smart enough to know when the last sync was so that it can fetch just the new data

TODO:

jrobsontull commented 2 weeks ago

ORM would be a nice touch!