Skip to content
Compare
Choose a tag to compare
@RobertWojtowicz RobertWojtowicz released this 09 Nov 21:39
· 1 commit to master since this release

What's changed in 1.x:

  • Completely redesigned integration (miscale2garmin change to export2garmin);
  • Add Omron blood pressure monitor support;
  • Modular design (Miscale, Omron, User);
  • Add data processing in tmpfs (/dev/shm/);
  • Add debug omblepy in import_data.sh and omron_pairing.sh;
  • Add downloading all records from Omron (recommended only one-time import);
  • Add a lock for records of undefined users in Omron and Miscale;
  • Add blocking of multiple instances of same import_data.sh script process;
  • Add a loop function for faster data retrieval;
  • Add running as an Export2Garmin service;
  • Add verifying correct working of BLE (import_data.sh + miscale_ble.py);
  • Add better handling of duplicates and similar raw data from scale (longer but more accurate);
  • Add blood pressure category to Omron integration;
  • Add impendence fault detection (during weighing);
  • Add exceptions for Omron devices not supported in time synchronization;
  • Add a check if any BLE devices have been detected;
  • Updating dependent libraries, optimizing code.