Skip to content

Releases: slipx06/sunsynk-power-flow-card

v6.1.4

02 Dec 16:15
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: dynamic colour for load icon when grid power === 0 and production<consumption
  • fix: remove unused objects.
  • fix: total battery power if battery count === 1
  • docs: update examples

Full Changelog: v6.1.3...v6.1.4

v6.1.3

26 Nov 13:18
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: improve display of foreign elements
  • fix: improve rendering pipeline when solar is hidden
  • fix: change default card height to 100% on both cards. You may need to remove previous hard-coded card_height values to achieve the same layout.
  • fix: remove panel mode. The default card height is 100%. You can set this to any value in pixels to scale.
  • fix: dynamic sizing of the card when battery, solar or both are hidden closes #564
  • docs: Update docs and README

Full Changelog: v6.1.2...v6.1.3

v6.1.2

25 Nov 16:03
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: pv3 animation

Full Changelog: v6.1.1...v6.1.2

v6.1.1

25 Nov 15:34
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: remove some debug logs

Full Changelog: v6.1.0...v6.1.1

v6.1.0

25 Nov 13:23
1075b32
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features
This release adds an option to display a second battery on the lite, compact and full cards styles when using the wide view.

image

  • feat: add an option to display a 2nd battery on all the card styles when using the wide view closes #493 . Also addresses #380 #374 #296 #285 #232 #203 #135
  • feat: update visual editor
  • docs: update documentation with 2nd battery attributes and entities
  • docs: add entity categories

Other Changes

Full Changelog: v6.0.0...v6.1.0

v6.0.0

17 Nov 10:15
50bd40d
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

This release adds a long awaited wide screen view across the lite, compact and full cards. This lays the ground work to display two batteries and possible master and slave inverter pairs. It also looks better on tablets when displaying the card in panel/full screen.

  • feat: new wide screen view to display content in 16:9 format. set wide:true
  • feat: display up to 6 additional essential loads when using the wide screen view
  • feat: display up to 3 non essential loads when using the wide screen view
  • fix: grouping of SVG elements and standardise viewbox across lite,compact and full cards
  • locale: update Ukraine translation

image
image

Other Changes

Full Changelog: v5.4.0...v6.0.0

v5.4.0

30 Oct 17:27
Compare
Choose a tag to compare

🚀 Exciting New Features

Full Changelog: v5.3.2...v5.4.0

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