You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all details coming from the Fit 3 collar are state-based, what means they show weirdly in HA and are pretty much useless. I guess that's just the HA default and information wasn't crunched in any way?
From what I could understand, this is what the P3 responds with:
basic exercise details (activityRecord), which include "strenuous exercise" (playSum), "exercise" (walkSum) and the sum of both (total). This doesn't seem that useful since it depends on the last time I opened the app to sync... So, unless there's a history of sorts (data24??), it seems it could just show useless, out-of-sync information if I don't open the app for a few days?
calories details (no mystery here)
sleep sum in seconds, both for deep and light sleep, as well as... timestamps of start/end periods?
there's also a mysterious data24 list of timestamps(?) as well, which I have no clue what it's about - although the only info missing from the app dashboard would be the activity graph... But I couldn't match what I saw in the API response with what I see in the app.
It would be awesome to be able to see a daily graph of activity/sleep sums... And maybe even a graph of sleep times.
I leave below some samples of API responses, if it's of any help. My timezone is supposed to be -0300, but I noticed the app is a bit confused on the matter - graph seems correctly positioned, but the app jumps into the next day during the night, while after syncing the info is still in the current day.
Currently, all details coming from the Fit 3 collar are state-based, what means they show weirdly in HA and are pretty much useless. I guess that's just the HA default and information wasn't crunched in any way?
From what I could understand, this is what the P3 responds with:
activityRecord
), which include "strenuous exercise" (playSum
), "exercise" (walkSum
) and the sum of both (total
). This doesn't seem that useful since it depends on the last time I opened the app to sync... So, unless there's a history of sorts (data24
??), it seems it could just show useless, out-of-sync information if I don't open the app for a few days?data24
list of timestamps(?) as well, which I have no clue what it's about - although the only info missing from the app dashboard would be the activity graph... But I couldn't match what I saw in the API response with what I see in the app.It would be awesome to be able to see a daily graph of activity/sleep sums... And maybe even a graph of sleep times.
I leave below some samples of API responses, if it's of any help. My timezone is supposed to be -0300, but I noticed the app is a bit confused on the matter - graph seems correctly positioned, but the app jumps into the next day during the night, while after syncing the info is still in the current day.
First day (info only about the night)
Second day (supposedly complete?)
Third day (still incomplete as of now)
The text was updated successfully, but these errors were encountered: