03-31-2023 01:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-31-2023 01:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
I would like to get information about extracting accelerometer data from a versa 4.
We would like this information for different type of measurement. Is it possible to get real time accelerometer data to a server for a period of 1 hour.
We are using python as script. Please inform us how we can get this accelerometer data. In the SDK of Fitbit there is something mentioned. But not really worked out. I've found also some scripts which could extract this data, but till now I get everytime an error for reading out. Althougt the versa 4 has accelerometer data, we cannot get these at the moment. Or is there another way to extract these data of x, y, z accelerometer. Thanks in advance

03-31-2023 04:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-31-2023 04:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello @weusthofm and welcome to the Community. I'm moving your post to a developer forum. This forum's focus is user device questions. I found this page that might help you get started.
Laurie | Maryland
Sense 2, Luxe, Aria 2 | iOS | Mac OS
Take a look at the Fitbit help site for further assistance and information.

03-31-2023 12:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-31-2023 12:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I don't think it's possible to do this using the Web API. If you look in the SDK Development forum, you'll see many other posts about this. The short answer is that you'll need to wait until Fitbit releases an SDK for Versa 4.
Gondwana Software

04-03-2023 00:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-03-2023 00:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Could you tell me which device of fitbit currently is capable of showing accelerometer data. The only ones which I found were de versa and ionic. Now I've bought the versa 4, for obvious reasons, now the SDK is not working for versa 4. Which SDK can read out accelerometer data from which fitbit device?

04-03-2023 00:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


04-03-2023 00:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Versa 4 and Sense 2 will almost certainly work when Fitbit releases the SDK for those. Right now, any earlier Versa or Sense will work. I'd be wary about buying a superseded watch unless you really can't wait.
In all cases, you'll need to use the Device API (with SDK version appropriate to the watch type).
Also be warned that this is a difficult thing to do, and you can't do it all in Python.
Gondwana Software

04-05-2023 13:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


04-05-2023 13:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@weusthofmThere is some source code to do this here (see 'Accelerometer Fetcher' and 'Android Fitbit Fetcher'). It's very rough.
Gondwana Software

