Skip to content

Releases: slipx06/sunsynk-power-flow-card

v4.36.1

01 May 22:34
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: missing default value for battery animation

Full Changelog: v4.36.0...v4.36.1

v4.36.0

01 May 09:02
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: display four additional essential loads on the full card when show_aux: false

🐛 Patches & Bug Fixes

  • fix: font alignment

Full Changelog: v4.35.0...v4.36.0

v4.35.0

30 Apr 16:13
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: added animation for battery charge when using linear gradient. Set the battery animate attribute to false to disable
    bat

  • feat: when solar sell is turned off the sell limit is grayed out

🐛 Patches & Bug Fixes

  • fix: alignment of PV names and solar efficiency on the lite and compact cards closes #414

Other Changes

  • docs: update new options
  • docs: update huawei example - thanks @Roving-Ronin in #411
  • docs update sunsynk example

Full Changelog: v4.34.1...v4.35.0

v4.34.1

28 Apr 17:07
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: add pv[1-4] max power to visual editor

Full Changelog: v4.34.0...v4.34.1

v4.34.0

28 Apr 16:30
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: You can now visualise the efficiency of your MPPT strings by adding the efficiency attribute to your solar section together with the pv[1-4]_max_power (Maximum power of the MPPT based on the number and size of panels). The efficiency attribute can be one of four numeric values and activates the following display modes
0 - Disabled 
1 - Graphic display 
2 - Text display 
3 - Graphic and text display

This is disabled by default and you must set the desired display mode and specify the pv[x]_max_power in order to display this extra data.

Some examples below
image
1 - Graphic display
image
2 - Text display
image
3 - Graphic and text display

🐛 Patches & Bug Fixes

  • fix: layout improvements. Remove space from battery soc.

Full Changelog: v4.33.0...v4.34.0

v4.33.0

24 Apr 20:33
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: add E3DC inverter image. closes #398

🐛 Patches & Bug Fixes

  • fix: rounding of battery SOC on full card. closes #401

Full Changelog: v4.32.0...v4.33.0

v4.32.0

20 Apr 10:17
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: adds support for SMA Solar inverters
  • feat: adds new decimal_places_energy attribute to set the number of decimal places displayed for the daily energy values. The default value is 1

Full Changelog: v4.31.0...v4.32.0

v4.31.0

19 Apr 18:39
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: icons can now be set using a template sensor e.g. load1_icon: sensor.template_icon
sensor:
  - platform: template
    sensors:
      template_icon:
        value_template: >-
          {% if is_state('switch.pump', "on")%}
            mdi:water-boiler
          {% elif is_state('switch.pump', "off")%}
            mdi:water-boiler-off
          {% endif %}

Full Changelog: v4.30.1...v4.31.0

v4.30.1

16 Apr 16:43
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: adjust svg viewbox
  • lang: update CZ translation

Other Changes

Full Changelog: v4.30.0...v4.30.1

v4.30.0

11 Apr 20:02
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: the following entities show more-info when clicked: aux_load1_extra, aux_load2_extra, grid_ct_power_172, grid_ct_power_L1, grid_ct_power_L2 closes #379
  • feat: display essential_load1_extra on the full card when additional_loads: 1 closes #379

🐛 Patches & Bug Fixes

  • lang: update Danish translation. Thanks @Breinholm-coder
  • fix: improve autarky and ratio formula

Full Changelog: v4.29.2...v4.30.0