Releases: slipx06/sunsynk-power-flow-card
Releases · slipx06/sunsynk-power-flow-card
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
v4.39.1
What's Changed
🐛 Patches & Bug Fixes
- fix: alignment of energy cost buy and sell
- fix: display shutdown soc and shutdown off grid soc for all inverters if program mode or system timer is false. Use hide_soc: true to hide closes #446
- docs: update configuration
Other Changes
- Update full-card.ts by @Roving-Ronin in #457
Full Changelog: v4.39.0...v4.39.1
v4.39.0
What's Changed
🚀 Exciting New Features
- feat: apply dynamic colour for load and battery to the flow paths closes #449
🐛 Patches & Bug Fixes
- fix: handle Wh, Kwh and Mwh for battery energy sensor
- fix: alignment of non_essential load 1 and load 2 extra information
- fix: alignment of energy_cost_sell and energy_cost_buy data
- fix: alignment of daily load on full card
Full Changelog: v4.38.0...v4.39.0
v4.38.0
What's Changed
🚀 Exciting New Features
- feat: pv max_power attributes accept sensors closes #436
🐛 Patches & Bug Fixes
- fix: Victron status codes closes #438 thanks @drtinaz
- locale: update Italian translation closes #424
New Contributors
Full Changelog: v4.37.2...v4.38.0
v4.37.2
What's Changed
🐛 Patches & Bug Fixes
- fix: solar efficiency can exceed 100% (limited to 200%) closes #437
- fix: update visual editor. Added an expandable optional sensors section to each of the card sections. Some card attributes accept both a value or a sensor e.g. battery
shutdown_soc
. You can either enter a value in the provided field i.e.30
or alternatively specify a sensor in this section i.e.sensor.battery_shutdown_soc
. - docs: update documentation
Full Changelog: v4.37.1...v4.37.2
v4.37.1
What's Changed
🐛 Patches & Bug Fixes
- fix: add additional fields to the visual editor Closes #433
- locale: update Russian translation Closes #434 Thanks @ikeare
- docs: update documentation
Full Changelog: v4.37.0...v4.37.1
v4.37.0
What's Changed
🚀 Exciting New Features
- feat: solar efficiency display mode 3 is enabled by default. Remember to set your MPPT max power for correct calculations
- feat: allow custom string for
DAILY AUX
🐛 Patches & Bug Fixes
- fix: nonessential_power should not be clickable when no state information is available
- fix: update the order of the linearGradient colours for the essential icon. grid->bat>solar Thanks @RhysMcW for the input.
- fix: update Growatt status codes
- docs: update autarky and nonessential_power descriptions
Full Changelog: v4.36.1...v4.37.0
v4.36.1
What's Changed
🐛 Patches & Bug Fixes
- fix: missing default value for battery animation
Full Changelog: v4.36.0...v4.36.1