Skip to content

Releases: slipx06/sunsynk-power-flow-card

v4.43.2

30 Jun 10:24
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: localisation of configurable names closes #487

Full Changelog: v4.43.1...v4.43.2

v4.43.1

19 Jun 18:19
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: don't round when unknown unit of measurement closes #481

Full Changelog: v4.43.0...v4.43.1

v4.43.0

08 Jun 10:56
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: Set custom text for the "DAILY GRID BUY" and "DAILY GRID BUY" labels. See the label_daily_grid_buy: and label_daily_grid_sell: attributes in the Grid section

Full Changelog: v4.42.0...v4.43.0

v4.42.0

05 Jun 17:10
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: display extra load information on compact card when additional loads = 3 and 4. Thanks @MiniBlister closes #472
  • feat: customise the grid icons. See import_icon:, export_icon:, and disconnected_icon: under grid section. Specify mdi or sensor that returns an mdi:icon closes #475 and closes #469

🐛 Patches & Bug Fixes

  • fix: position of grid provider name when Daily Grid Buy is hidden

Other Changes

  • Updated Card View Compact to show essential_load3_extra and essential_load4_extra by @MiniBlister in #476

New Contributors

Full Changelog: v4.41.2...v4.42.0

v4.41.2

04 Jun 16:36
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: reorder dynamic colour for battery. Solar from top
  • fix: off_threshold is based on watt (W) value. Fixes #467
  • fix: extend dynamic colour to inverter path on full card. Only active if dynamic colour is enabled for load and battery objects closes #474

Full Changelog: v4.41.1...v4.41.2

v4.41.1

02 Jun 16:08
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: wrong colours when displaying 3 essential loads on compact/lite card closes #467

Full Changelog: v4.41.0...v4.41.1

v4.41.0

01 Jun 23:51
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: add battery SOH. See battery_soh: entity. Note you can chose to display either battery temperature or battery SOH but not both. They are displayed in the same place on the card. If battery_temp_182: is defined it will take priority and this sensor will not be displayed.

Full Changelog: v4.40.2...v4.41.0

v4.40.2

01 Jun 08:53
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: add grid name to custom and lite card closes #466
  • fix: apply off_threshold to grid power closes #465
  • docs: update Sunsynk full example

Full Changelog: v4.40.1...v4.40.2

v4.40.1

31 May 18:04
6752b22
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

Full Changelog: v4.40.0...v4.40.1

v4.40.0

29 May 18:02
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: Specify threshold when load/pv is considered off. Use the off_threshold: attribute under the solar, load, and grid sections. When power falls below this value the load will be considered off and colour will change to grey. Can be set to -1 to disable or dynamic_colour: false closes #462
  • feat: Specify threshold to apply dynamic colour to the battery and load path elements. Use the path_threshold: attribute. The colour of the path will change to the source colour if the percentage supply by a single source equals or exceeds this value. By default this is set to 100%. For example if your load is 100 W and your source PV power is 101 W it will colour the line using solar_colour. If you lower the path_threshold to 90 (90%) the colour of the path will change if 90% or more of the load is supplied i.e. PV power is 90 W and load is 100 W closes #458

🐛 Patches & Bug Fixes

  • fix: logic when applying dynamic colour to the path element.

Full Changelog: v4.39.1...v4.40.0