Skip to content

Releases: Codegnosis/givtcp-battery-card

v0.2.4

28 Mar 11:11
2775be9
Compare
Choose a tag to compare

Improvements

  • Update dependencies

Features

  • Add stats for daily charge/discharge energy data

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

18 Mar 13:39
15a3aef
Compare
Choose a tag to compare

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

24 Jan 13:15
f9366c4
Compare
Choose a tag to compare

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

22 Jan 12:49
2e60f55
Compare
Choose a tag to compare

Fixes

  • Fix battery power using incorrect UoM for output

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Jan 10:52
6d92fef
Compare
Choose a tag to compare

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

Full Changelog: v0.1.9...v0.2.0

v0.2.0-beta.3

19 Jan 12:04
844d2d3
Compare
Choose a tag to compare
v0.2.0-beta.3 Pre-release
Pre-release

Features

  • Add option to display/hide DOD stats

What's Changed

Full Changelog: v0.1.9...v0.2.0-beta.3

v0.2.0-beta.2

19 Jan 09:17
3de9ac5
Compare
Choose a tag to compare
v0.2.0-beta.2 Pre-release
Pre-release

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

18 Jan 10:47
ec22038
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

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

15 Jan 10:30
1145fc7
Compare
Choose a tag to compare

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

07 Nov 10:31
a03ea40
Compare
Choose a tag to compare

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

Full Changelog: v0.1.7...v0.1.8