OliE
OliE
It seems you have a slightly different scale than the implemented one. Could you post the Bluetooth services and characteristic of your scale, see Nr. 2 at https://github.com/oliexdev/openScale/wiki/How-to-reverse-engineer-a-Bluetooth-4.x-scale#2-find-out-the-bluetooth-services-and-characteristic
it seems your scale slightly difference from the other QN-scales because the scale don't have the Bluetooth `0xffe3 ` characteristic. see also #771. Without some experiments it's hard to solve...
it depends do you know a bit of java? You could experiment if you just change the Charachteristic in Step 2 in `com.health.openscale.core.bluetooth.BluetoothQNScale` to `0xffe2` for example.
I already tried that but the way I implemented it was really cpu consumption, so I skipped that.
@FreakyPancake try out the latest developer build https://github.com/oliexdev/openScale/releases/tag/dev-build
@FreakyPancake for the first problem it should be fixed now with the latest dev version please try it out. The second problem is it seems you have a slightly different...
@axcro7 sure you could try to reverse engineering the water, bone and muscle, see https://github.com/oliexdev/openScale/pull/873
@schweigel thanks for your photo @FreakyPancake what's is your Art-No. of the scale? I cannot guarantee if we get your scale to work. You could try to comment out the...
@FreakyPancake yes that is what I mean, sure you need a little bit of Android programming experience. You could also do it with the BLE Scanner APP see Step 2...