New Scale Medisana BS A45
aeff81 opened this issue · 1 comments
aeff81 commented
I found that connecting to my BSA45 works better when using a shorter timeout.
I changed
- tries = 3
- tries = 10
-
device = adapter.connect(address, 8, addresstype)
-
device = adapter.connect(address, 3, addresstype)
in BS440.py and otherwise configured it as BS444 in BS440.ini.
I'll do some further testing, but right now it works pretty reliable.
Maybe that's also helpful for somebody else.