Skip to content

Releases: slipx06/sunsynk-power-flow-card

v5.3.2

28 Oct 17:04
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: setting the battery invert_flow: attrtibute to true will now update the "runtime" and "charge to" formula. This is useful if your sensor provides a positive number for battery charging and a negative number for battery discharging and you don't want to invert battery power.
  • chore: update documentation

Full Changelog: v5.3.1...v5.3.2

v5.3.1

27 Oct 15:41
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: custom daily load label on full card closes #537

Full Changelog: v5.3.0...v5.3.1

v5.3.0

26 Oct 17:05
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: the animated flow can be inverted for each of the card sections. Discussed in #463
  • feat: add a custom label for the "DAILY LOAD". Discussed in #527
  • chore: update documentation

Full Changelog: v5.2.0...v5.3.0

v5.2.0

20 Oct 11:15
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: add the navigate option to the grid icon. If set overides the default grid connected more-info pop up

Full Changelog: v5.1.1...v5.2.0

v5.1.1

17 Oct 14:29
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: adjust the minimum charge cut-off capacity to 50%

Full Changelog: v5.1.0...v5.1.1

v5.1.0

16 Oct 19:12
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: you can specify the battery charge cut-off capacity using the soc_end_of_charge attribute. If for example you set your battery to charge up to 90% the card will correctly display charge time to this capacity. Expects a numeric value between 80 and 100 or sensor i.e. sensor.soc_end_of_charge. closes #514
  • feat: introduces the navigate attribute that allows you to link to other dashboards and views e.g. /lovelace/1 when clicking some of the card icons. It can currently be configured for the battery icon, essential load icon, solar icon, and inverter icon. closes #521

Full Changelog: v5.0.1...v5.1.0

v5.0.1

14 Oct 16:13
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: better handling of the system timer when programs overlap into the next day

Full Changelog: v5.0.0...v5.0.1

v5.0.0

24 Sep 17:27
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes
After HA version 2024.7.4 there was an update to the rules that determine the use of legacy or modern builds. The browser minimum versions that support the modern build were increased. This means that older devices and older browser version no longer support the modern build. The problem with the legacy build is it does not support dynamic cascading style sheets (CSS) or dynamic styles. This custom card makes extensive use of both of these features and will not render properly when using the legacy build. Unfortunately the only practical workaround is to update your device/browser to a version that HA considers modern or stay on HA version 2024.7.4. If you are using the companion app it is also a good idea to make sure you have updated to the latest version. For reference the following are the browser versions that support the modern build:

Browser Legacy Modern
Android 63 115
Chrome 63 109
Edge 79 115
Firefox 67 115
iOS 13 15.6
Safari 13 16.6
Opera 50 101
Opera Mobile* - 80
Samsung 8.2 22

🚀 Exciting New Features

  • locale: add Swedish translation
  • locale: update Catalan translation. Thanks @pacoculebras

🐛 Patches & Bug Fixes

  • fix: title size on lite and compact card not working

Full Changelog: v4.44.0...v5.0.0

v4.44.0

11 Jul 21:08
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: reverses animation of essential load when load values are negative closes #491

Full Changelog: v4.43.3...v4.44.0

v4.43.3

09 Jul 21:49
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: battery linear gradient colour. Replace yellow with gold for better visibility on white backgrounds. Thanks @basti122303
  • chore: code cleanup

New Contributors

Full Changelog: v4.43.2...v4.43.3