vanous

Results 35 comments of vanous

Hi, so i have tried, but have failed, due to the complexity of how the library tries to autodetect stuff etc through iterators... It probably is not so complicated, but...

Hi Alex, thank you for getting back to me. Same almost zero experience with async on my side. I have used aiohttp previously (the replacement for requests) so i will...

Hi Alex, Just for you or anyone else interested. I have ended up wrapping the WG calls into asyncio loop.run_in_executor, which should span a new thread and allows to return...

This is very awesome, having the possibility to use pymeshlab and export glb would be really great!

Yes, yes, i corrected myself fast, after noticing it :) . I just tested pymeshlab and it works well, great job!

@brodeurlv Not sure if it should go all the way to individual muscle definition, i presume the OP request was maybe for that, for me, rather then adding Supraspinatus, Infraspinatus,...

I would suggest to look at Gadgetbridge, it has periodic export function in sqlite3. https://github.com/Freeyourgadget/Gadgetbridge

Do you mean as in getting the steps from the band and into fastnfitness? Gadgetbridge itself pulls the data. Or you mean inserting fastnfitness data into Mifit app?

The mifit export is a csv file, very simple to be imported into gadget bridge data, which can easily be used anytime in the future with not only daily totals...

The current work flow (untested) would be: make an export of the current data into an sqlite3 file. Get mifit export and push csv data into this sqlite3. Import sqlite3...