Skip to content

Releases: slipx06/sunsynk-power-flow-card

v4.22.2

12 Mar 14:26
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: revert nonessential line to correct direction and accuracy of power flow to and from grid

Full Changelog: v4.22.1...v4.22.2

v4.22.1

11 Mar 23:32
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: text alignment when using firefox

Other Changes

Full Changelog: v4.22.0...v4.22.1

v4.22.0

11 Mar 22:47
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • refactor: Move all consts related to inverters, to their own individual managed classes. This improves the overall readability, as well as making it easier to add new ones. Split out cards to their own classes, for better readability, maintenance, and to reduce IDE memory footprint. Thanks @Pho3niX90 in #303
  • feat: battery max_power: accepts a sensor as input

🐛 Patches & Bug Fixes

  • fix: better rendering of nonessential path

Full Changelog: v4.21.0...v4.22.0

v4.21.0

10 Mar 11:17
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: add SoFar Solar inverter image
  • feat: enable shutdown_soc_offgrid: for huawei inverters

🐛 Patches & Bug Fixes

  • fix: layout on compact card when using shutdown_soc_offgrid:

Full Changelog: v4.20.1...v4.21.0

v4.20.1

06 Mar 17:20
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: show_remaining_energy on compact when battery_status undefined

Full Changelog: v4.20.0...v4.20.1

v4.20.0

06 Mar 16:36
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: add show_remaining_energy: to compact card. Closes #292

Full Changelog: v4.19.1...v4.20.0

v4.19.1

06 Mar 16:05
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: use total_pv for line_width and autarky

Full Changelog: v4.19.0...v4.19.1

v4.19.0

05 Mar 17:29
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: add an option to invert the power of the load. If your sensor provides a negative number when the load is drawing power set this to true
  • feat: add card_height: and card_width: to the visual editor

Full Changelog: v4.18.1...v4.19.0

v4.18.1

04 Mar 20:17
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: Autarky and Ratio should never be negative numbers

Other Changes

  • Hauwei Examples - Added List of Sensors Required to be Enabled by @Roving-Ronin in #284

Full Changelog: v4.18.0...v4.18.1

v4.18.0

29 Feb 23:13
Compare
Choose a tag to compare

🚀 Exciting New Features

  • feat: add min_line_width attribute to the card config to set the minimum or default line width drawn on the card. Default value is 1
  • docs: update full Sunsynk example

🐛 Patches & Bug Fixes

  • fix: apply limits to max_line_width and min_line_width. Values greater than 8 will be ignored. Improve the scaling of the moving dot
  • fix: apply dynamic line width to second aux line on the full card

Full Changelog: v4.17.0...v4.18.0