Hi, I was wondering if it is possible to "write" steps to fitbit. Is this possible? Or can I just read step data.
Answered! Go to the Best Answer.
Best Answer
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
@AndrewFitbit That's nice, but this logs a Walk activity, not the steps walk during the day. Is there a way to do that?
Additionaly, is there a way to provide more info when logging a sleep (https://dev.fitbit.com/docs/sleep/#log-sleep) ?
I'm writing an app to import data from my MS Band to Fitbit, and I'd like to able to log things like awake count, minutes awake / asleep etc.
For instance, here are all properties that I'm able to match:
{"date", "2017-02-20"},
{"startTime", "22:41"},
{"duration", "34175000"},
{"efficiency", "79"},
{"awakeCount", "9"},
{"minutesAsleep", "443"},
{"minutesAwake", "126"},
{"minutesToFallAsleep", "13"},
Best Answer
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
@dr1rrb Logging an activity with steps would be the only way to add steps, so I guess the answer would be no.
dr1rrb wrote:For instance, here are all properties that I'm able to match:
{"efficiency", "79"},
{"awakeCount", "9"},
{"minutesAsleep", "443"},
{"minutesAwake", "126"},
{"minutesToFallAsleep", "13"},
The only POST parameters you can send for sleep are startTime, duration, and date if you're manually logging. The rest of these are tracked by a Fitbit device.
Best Answer