Skip to content

Releases: slipx06/sunsynk-power-flow-card

v2.5.0

11 Sep 21:07
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: battery information can be hidden from the card with show_battery: false
  • chore: added translations for da, de, es, et, fr, nl, ru,

Full Changelog: v2.4.1...v2.5.0

v2.4.1

30 Aug 18:13
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • patch: show absolute value for battery_current

Full Changelog: v2.4.0...v2.4.1

v2.4.0

29 Aug 19:32
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: add solarman inverter status #71
  • fix: add default rounding #70

Full Changelog: v2.3.0...v2.4.0

v2.3.0

28 Aug 16:20
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: fixes #69 add solarman grid connected value
  • chore: update release name
  • chore: update tag

Full Changelog: 2.2.0...v2.3.0

v2.2.0

25 Aug 22:05
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: separate energy cost for buy and sell

Full Changelog: 2.1.2...2.2.0

v2.1.2

22 Aug 08:55
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: PV4 default name and alignment of PV4 current
  • fix: Battery error message when energy set to 0

Full Changelog: 2.1.1...2.1.2
*Note breaking change from 2.0.0. Please refer to documentation

v2.1.1

20 Aug 20:50
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

fix: fixes #62 aux_load2 more-info

Full Changelog: 2.1.0...2.1.1

v2.1.0

19 Aug 10:50
eca8f02
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 2.0.1...2.1.0

v2.0.1

18 Aug 23:58
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • Fix alignment of the daily total on the lite card

Full Changelog: 2.0.0...2.0.1

v2.0.0

18 Aug 17:11
c913527
Compare
Choose a tag to compare

What's Changed

Excited to release v2.0.0 of the card. There have been lots of under the hood improvements thanks to @marksie1988 contribution in #56.

Some highlights:

  • Migration to typescript which allows for better code management and efficiencies.
  • Documentation has been moved to Github Pages.
  • Added a translation module for multi language support
  • Added support for lux inverter status codes
  • Added unit of measurement to energy cost
  • Clicking additional loads shows more-info dialog for full and lite cards
  • Added daily aux load

💥 Breaking Changes

Some of the card configuration options have changed so please refer to the documentation and examples. Specifically the following has
changed:

  • change yes/no options to boolean true / false
  • change no / one / two / three to numbers 0 / 1 / 2 / 3
  • remove hidden option from battery.energy instead use 0 to disable

Other Changes

New Contributors

Full Changelog: v1.9.8...2.0.0