oliexdev / openScale

Open-source weight and body metrics tracker, with support for Bluetooth scales
GNU General Public License v3.0
1.71k stars 296 forks source link

Add SBF73 its same SBF72 #940

Closed davvarrr closed 1 year ago

davvarrr commented 1 year ago

Hello, I just bought a scale SBF73 it and not support, but seen that the SBF72 is well recognized I tested by changing just the SBF72 in SBF73 and it works very well, the user already created on the scale is well recognized and all the information on the body are also.

if you need pictures of the app said the month, for the moment I will keep the one I created to support the SBF73

I don't know how to extract the log ble and sorry for my english I translate them by deepl

2spirit commented 1 year ago

OK, I found the file needs change.

@oliexdev , in file android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java

line 130 , you can change by :

    if (deviceName.equals("SBF72") || deviceName.equals("BF915") || deviceName.equals("SBF73")) {

Thanks !