Releases: odya/hass-ina219-ups-hat
v0.3.12
v0.3.12-alpha2
For testing purpose
Full Changelog: v0.3.12-alpha1...v0.3.12-alpha2
v0.3.12-alpha1
For testing purpose
v0.3.11
!!!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
!!!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
!!!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
v0.3.7
v0.3.6
v0.3.5
Breaking Changes
addr
config parameter is required nowhassio_ups_remaining_capacity
changed mAh to Whbatteries_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 fordev
env - feat: readme update
- fix: undefined
battery_capacity
leads to integration fail
Full Changelog: v0.3.4...v0.3.5