Skip to content

v0.3.11-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@odya odya released this 25 Aug 23:47
· 4 commits to master since this release

!!!Breaking Changes!!!

  • Config format changes was introduced in v0.3.9. Now you must use single ina219_ups_hat: platform entry. Example:
ina219_ups_hat:
  name: Hassio UPS          # Optional
  unique_id: hassio_ups     # Optional
  addr: 0x41                # Required
  scan_interval: 60         # Optional
  batteries_count: 3        # Optional
  max_soc: 91               # Optional
  battery_capacity: 9000    # Optional
  sma_samples: 5            # Optional
  min_online_current: -100  # Optional, mA
  min_charging_current: 50  # Optional, mA

What's Changed

feat: More accurate SoC calculation method using OCV curve and interpolation
fix: Config structure changed
fix: Refactored integration structure
fix: All code uses Black formatter
fix: Versions conflict of numpy, pandas
fix: Readme updated
fix: Mock and interface updated

Full Changelog: v0.3.9...v0.3.11-rc4