remygrandin / Tuskla

Tesla control app for fitbit smartwatch
MIT License
4 stars 2 forks source link

Fitbit Sense support? #2

Open darkvertex opened 2 years ago

darkvertex commented 2 years ago

Would be cool.

remygrandin commented 2 years ago

I havn't tested on a sense, but it should work. I have to set back up my dev environment, I hadn't had time to update it further since last year

remygrandin commented 2 years ago

It seem sense would require an upgrade to SDK 5, but it will require a rework to change a display component not supported by sdk 5. It will require duplicating the codebase too as skd 5 does not support legacy device (like ionic for exemple)

Woutch commented 2 years ago

Fitbit Versa 3 user here, also interested. Following ;-)

remygrandin commented 2 years ago

I looked at the migration yesterday, I will have to redo all the buttons and text component, as fitbit removed them in sdk 5/6. Should not be too difficult but wil be a major undertaking nonetheless

Kilroy576 commented 2 years ago

Would also love to see an implementation for Fitbit Sense. Thanks for your effort in advance.

play150 commented 2 years ago

For fun/an exercise to learn coding, I'm thinking of building a Versa 3/Sense Tesla app/watchface with the ability to control things like climate/vent settings on the car. Do you think this is feasible for someone with very basic coding knowledge?