Skip to content
Compare
Choose a tag to compare
@RobertWojtowicz RobertWojtowicz released this 27 Nov 17:05
· 1 commit 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.23);
  • Add selection of HCI BLE adapter number in Omron module (omblepy.py);
  • Add BLE adapter search by MAC address instead of HCI number;
  • Add optional watchdog for WiFi connection;
  • Lots of code optimization.