Skip to content
Compare
Choose a tag to compare
@RobertWojtowicz RobertWojtowicz released this 23 Nov 11:58
· 3 commits to master since this release

What's changed in 2.x:

  • Add verifying correct working of BLE (miscale_ble.py used for all modules);
  • Add better handling of duplicates and similar raw data from scale (longer but more accurate);
  • Add blood pressure category to Omron integration (EU and US);
  • Add impendence fault detection (during weighing);
  • Add exceptions for Omron devices not supported in time synchronization (hem-6232t, hem-7530t);
  • Add a check if any BLE devices have been detected;
  • Updating dependent libraries (bleak-0.22.3 garminconnect-0.2.20);
  • Add selection of HCI BLE adapter number in Omron module (omblepy.py);
  • Add BLE adapter search by MAC address instead of HCI number;
  • Manuals have been rebuilt;
  • Lots of code optimization.