Skip to content

Releases: Andreas-Menzel/BatterySoCMonitor

BatterySoCMonitor v2.3.1

22 Jun 15:15
ecd6757
Compare
Choose a tag to compare

What's new?

  • added file metadata (description, license, ...)
  • added code comments
  • added log files of test runs

Other changes

  • improved README.md
  • moved code to separate folder

BatterySoCMonitor v2.3.0

30 Dec 15:19
03c44fb
Compare
Choose a tag to compare

Bugs fixed

  • consumption_spp was not saved in list

Added features

  • added total battery runtime estimation (thanks @tizianerlenberg !)
  • time_started is now printed when script is started with -v or --verbose

Other changes

  • Fixed typo in comment
  • Added # to Goodbye! output
  • Fixed typo in output

BatterySoCMonitor v2.2.0

29 Dec 14:55
10d0eb1
Compare
Choose a tag to compare

Bug fixes

  • division by zero in end() function when script terminates fast
  • --cmd_min_soc and --cmd_max_soc were always executed when the script terminated. This is now fixed.

Added features

  • Added shebang and changed file permissions for easier execution (thanks @tizianerlenberg )
  • Now prints out running OS when started with -v or --verbose
  • -l or --log_file does not require a filename. The script will choose a default file name.

BatterySoCMonitor v2.1.1

27 Dec 16:45
778c818
Compare
Choose a tag to compare

Bug fixes

  • calculation of consumption in seconds / percent in normal operation
  • calculation of consumption in seconds / percent when script terminates

BatterySoCMonitor v2.1.0

27 Dec 11:10
bc95844
Compare
Choose a tag to compare

Improvements

  • Improved calculation of median consumption

Added features

  • Added median consumption in seconds / percent

BatterySoCMonitor v2.0.2

26 Dec 13:07
5b31a91
Compare
Choose a tag to compare

Bugs fixed

  • clear_previous_line() did not work on Windows. Is now only performed on Linux
  • steady median_power_consumption

BatterySoCMonitor v2.0.1

25 Dec 16:44
d3261f4
Compare
Choose a tag to compare

No changes to the code. Just fixed an example in the README.md.

BatterySoCMonitor v2.0.0

25 Dec 16:07
9799504
Compare
Choose a tag to compare

New

  • Added arguments --cmd_min_soc and --cmd_max_soc
  • Added new output information: median consumption in % / h

Improvements

  • Beautified output (e.g. only latest values are shown in the terminal)

Other changes

  • Replaced --delay with --sample_rate and --output_rate

BatterySoCMonitor v1.1.0

12 Dec 09:31
4631fb3
Compare
Choose a tag to compare

Bug fixes

  • function seconds_to_human_form(...)

Added features

  • Script now prints out all parameters when started
  • Script now prints out a summary when terminated

Other changes

  • Default minimum_soc is now None
  • Default maximum_soc is now None

BatterySoCMonitor v1.0.0

10 Dec 11:50
8d87045
Compare
Choose a tag to compare

Have a look at the README.md for more information on how to use the script.