keptenkurk / BS440

Python code to talk to Medisana BS440 bluetooth enabled bathroom scale
MIT License
50 stars 34 forks source link

Error message when receiving data #113

Open jordy101091 opened 1 year ago

jordy101091 commented 1 year ago

I have a weight scale BS436 from Medisana. I have followed every step in the tutorial but I get this message every time:

Capture

What could be the issue here Hope somebody could help me out

DjZU commented 1 year ago

I recommend to install this in a python virtual environment so your pip packages are up-to-date and isolated from the system ones.

BS436 is not yet supported.

First thing is to find out the address type. You can try to set device_model to BS410 in your BS440.ini if the value was the default BS440. This will switch the address type from random to public. I don't think it will help though as it seems that you can connect successfully to the scale.

The Characteristics may be different. To find this out, you have some good lecture here: https://github.com/keptenkurk/BS440/issues/56

Next time please paste your log as text from BS440.log