Releases: slipx06/sunsynk-power-flow-card
Releases · slipx06/sunsynk-power-flow-card
v4.43.2
What's Changed
🐛 Patches & Bug Fixes
- fix: localisation of configurable names closes #487
Full Changelog: v4.43.1...v4.43.2
v4.43.1
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
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:
andlabel_daily_grid_sell:
attributes in the Grid section
Full Changelog: v4.42.0...v4.43.0
v4.42.0
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:
, anddisconnected_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
- @MiniBlister made their first contribution in #476
Full Changelog: v4.41.2...v4.42.0
v4.41.2
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
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
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. Ifbattery_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
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
What's Changed
🐛 Patches & Bug Fixes
- fix: editor restructure by @Pho3niX90 in #459 closes #450
Full Changelog: v4.40.0...v4.40.1
v4.40.0
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 ordynamic_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