Skip to content

Releases: odya/hass-ina219-ups-hat

v0.3.12-alpha2

02 Sep 23:29
f2db789
Compare
Choose a tag to compare
v0.3.12-alpha2 Pre-release
Pre-release

For testing purpose

Full Changelog: v0.3.12-alpha1...v0.3.12-alpha2

v0.3.12-alpha1

02 Sep 23:18
ece5a74
Compare
Choose a tag to compare
v0.3.12-alpha1 Pre-release
Pre-release

For testing purpose

v0.3.11

02 Sep 13:28
Compare
Choose a tag to compare

!!!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

v0.3.11-rc4

25 Aug 23:47
Compare
Choose a tag to compare
v0.3.11-rc4 Pre-release
Pre-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

v0.3.9

07 Jul 00:29
00cffcc
Compare
Choose a tag to compare

!!!Breaking Changes!!!

  • Config format changed. 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

fix: Config format changed to single platform

Full Changelog: v0.3.8...v0.3.9

v0.3.8

06 Jul 23:48
3d27662
Compare
Choose a tag to compare

What's Changed

fix: version bump

Full Changelog: v0.3.7...v0.3.8

v0.3.7

06 Jul 23:43
ab2b433
Compare
Choose a tag to compare

What's Changed

fix: Removed deprecated "hass.helpers" usage

Full Changelog: v0.3.6...v0.3.7

v0.3.6

06 Jul 21:43
1163a75
Compare
Choose a tag to compare

What's Changed

fix: addr fatal error
fix: update manifest version

Full Changelog: v0.3.5...v0.3.6

v0.3.5

06 Jul 21:03
26887c7
Compare
Choose a tag to compare

Breaking Changes

  • addr config parameter is required now
  • hassio_ups_remaining_capacity changed mAh to Wh
  • batteries_count now defaults to 3, battery_capacity now defaults to 9000

What's Changed

  • fix: sensor.hassio_ups_remaining_capacity mAh to Wh #12
  • feat: addr config parameter for device i2c address #6
  • feat: ina219 mock for dev env
  • feat: readme update
  • fix: undefined battery_capacity leads to integration fail

Full Changelog: v0.3.4...v0.3.5

v0.3.4

06 Jul 14:17
a6efda2
Compare
Choose a tag to compare

What's Changed

feat: min_online_current & min_charging_current params moved to config
fix: current resolution lowed to .2

Full Changelog: v0.3.3...v0.3.4