Skip to content

v0.5.0

Compare
Choose a tag to compare
@chinezbrun chinezbrun released this 06 Aug 17:41
· 63 commits to main since this release

Major release

This release come with two new functionalities: logging and cells monitoring.

Main changes:

  • new: logging level, log size, number of backups can be selected now in config file (close #16)
  • new: power_events, bat_events, sys_fault are now monitored (close #18)
  • new: events are human readable (system faults only) (close #17)
  • new: cells details are logged in 'battery_events.log' when a selected event happened - log is created automat
  • new: pytes-serial events are now logged in 'pytes_serial.log'- log is created automat
  • new: no of events since script started are reported now in section 'serial_stat' of JSON file
  • info: old event.log is deprecated

Compatibility:
This release has backward compatibility (MQTT, MariaDB, JSON) but you need to pay attention to config file that was changed (two new sections added to the end) to accommodate new features #16, #18
More info here