Skip to content

Releases: slipx06/sunsynk-power-flow-card

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

v4.29.2

06 Apr 19:00
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: update grid export icon on compact card

Full Changelog: v4.29.1...v4.29.2

v4.29.1

06 Apr 18:37
Compare
Choose a tag to compare

What's Changed

🐛 Patches & Bug Fixes

  • fix: add max_sell_power to visual editor

Full Changelog: v4.29.0...v4.29.1

v4.29.0

06 Apr 14:33
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: add max_sell_power: entity to display and set the maximum allowed output power to flow to the grid. Also known as "Export Control User Limit" closes #194
    image

  • feat: add MPP-Solar inverter image

🐛 Patches & Bug Fixes

  • fix: update Fronius inverter status codes
  • lang: update Danish translation thanks @Breinholm-coder

New Contributors

Full Changelog: v4.28.1...v4.29.0

v4.28.1

05 Apr 06:57
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: missing aux_load1_extra

Full Changelog: v4.28.0...v4.28.1

v4.28.0

04 Apr 20:08
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: add aux_dynamic_colour:. The respective aux elements on the card will be greyed out if aux power = 0W. closes #357
    image
  • feat: display aux_load1_extra: info above the aux icon when aux_loads: 0 closes #355
    image

🐛 Patches & Bug Fixes

Other Changes

  • update Huawei documentation / Examples thanks @Roving-Ronin in #358
  • lang: update Danish translation. Fixes #356

New Contributors

Full Changelog: v4.27.0...v4.28.0

v4.27.0

03 Apr 16:08
Compare
Choose a tag to compare

What's Changed

🚀 Exciting New Features

  • feat: add PowMr inverter image closes #352

🐛 Patches & Bug Fixes

  • fix: update auxOffColour
  • docs: update ReadME

Full Changelog: v4.26.1...v4.27.0

v4.26.1

31 Mar 09:09
Compare
Choose a tag to compare

🐛 Patches & Bug Fixes

  • fix: hide nonessential extras when show_grid is false.
  • fix: Update visual editor

Full Changelog: v4.26.0...v4.26.1