Hi, I'm trying to add support for this scale but I'm stuck and I'm asking for help.
Since now, I've installed the official app Fitdays, then I've started to log bt traffick by following gadgetbridge's guide step by step, setting to "verbose" the bluetooth logging level in my phone.
This is the log I've collected from the opening of the app to the actual measurement (I did three measurements): foryond.log
Then, I tried to follow https://github.com/oliexdev/openScale/wiki/How-to-support-a-new-scale, the scale has the following address: a0:91:61:03:98:31 and name AAA002, but I got stuck at part 1 point 5 "Analyze the Log": I'm sure that at least one measure should appear (68.8kg -> 688 or 6880 -> 2B0 or 1AE0) but I can't find it in any packet.
Then I tried to
Focus on Write and Indication/Notification packets
and if I understand correctly these are respectively HCI_CMD packets and HCI_EVT packets, but I'm unable to extract any information... I'm asking for help because I'm not able to go any further
Hi, I'm trying to add support for this scale but I'm stuck and I'm asking for help.
Since now, I've installed the official app
Fitdays, then I've started to log bt traffick by following gadgetbridge's guide step by step, setting to "verbose" the bluetooth logging level in my phone.This is the log I've collected from the opening of the app to the actual measurement (I did three measurements): foryond.log
Then, I tried to follow https://github.com/oliexdev/openScale/wiki/How-to-support-a-new-scale, the scale has the following address:
a0:91:61:03:98:31and nameAAA002, but I got stuck at part 1 point 5 "Analyze the Log": I'm sure that at least one measure should appear (68.8kg -> 688 or 6880 -> 2B0 or 1AE0) but I can't find it in any packet.Then I tried to
and if I understand correctly these are respectively HCI_CMD packets and HCI_EVT packets, but I'm unable to extract any information... I'm asking for help because I'm not able to go any further