Releases: Codegnosis/givtcp-battery-card
Releases · Codegnosis/givtcp-battery-card
v0.2.4
Improvements
- Update dependencies
Features
- Add stats for daily charge/discharge energy data
What's Changed
- Add stats for daily charge/discharge by @Codegnosis in #32
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Fixes
- Fix typo in README's example
yaml
- Get battery status from calculated power value
Improvements
- Simple error check for configured invertor serial value
Features
- Add debug output to console & config option
What's Changed
- Check misconfiguration & add debug output config option by @Codegnosis in #31
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Improvements
- Split up the visual config editor into smaller sections, making it easier to see the effects of changes on the fly
What's Changed
- Improvement - clean up and categorise/section the visual editor by @Codegnosis in #28
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Fixes
- Fix battery power using incorrect UoM for output
What's Changed
- Update README with new config settings by @Codegnosis in #26
- fix - use correct UoM for battery power by @Codegnosis in #27
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Fixes
- Fixes some issues outlined in the Issue #20 thread
- Capacity & SOC energy use configured decimal places
- Other minor bug fixes & tweaks
Improvements
- Restructure stats code. All stats are calculated and configured in a single method at render time
Features
- Battery Charge/Discharge rates, and rate usage as a percentage can optionally be displayed in the card
- Experimental Custom DoD override. A custom DoD percentage can be set in the configuration, which will be used to override both the battery capacity and SOC kWh values supplied by GivTCP
What's Changed
- Feature - display charge/discharge rates & usage data by @Codegnosis in #23
- Feature - Experimental DoD override by @Codegnosis in #24
Full Changelog: v0.1.9...v0.2.0
v0.2.0-beta.3
v0.2.0-beta.2
Fixes some issues outlined in the Issue #20 thread
Fixes
- Capacity & SOC energy use configured decimal places
Improvements
- Restructure capacity stats output
Features
- Add setting to use DOD capacity to calculate battery reserve
What's Changed
Full Changelog: v0.1.9...v0.2.0-beta.2
v0.2.0-beta.1
Introduces two new features:
Features
- Battery Charge/Discharge rates, and rate usage as a percentage can optionally be displayed in the card (see PR #23)
- Experimental Custom DoD override. A custom DoD percentage can be set in the configuration, which will be used to override both the battery capacity and SOC kWh values supplied by GivTCP (see PR #24)
Full Changelog: v0.1.3...v0.2.0-beta.1
v0.1.9
Fixes
- Fix not using GivTCP entities'
unit_of_measurment
attribute (#21)
Improvements
- Pre-calculate battery stats at render time and store in a single object.
What's Changed
- Pre-calculate battery stats based on GivTCP UoM attribute by @Codegnosis in #22
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Improvements
- Battery status has its own column & icon, replacing the global, single battery icon
- Countdown & clock now use
--:--:--
&--:--
when load is 0 instead of sleep icon
Features
- Configurable battery status icons
What's Changed
- Implement configurable battery status icons by @Codegnosis in #19
Full Changelog: v0.1.7...v0.1.8