Releases: slipx06/sunsynk-power-flow-card
v4.31.0
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
What's Changed
🐛 Patches & Bug Fixes
- fix: adjust svg viewbox
- lang: update CZ translation
Other Changes
- Docs - Examples - Add PowMr by @Roving-Ronin in #387
Full Changelog: v4.30.0...v4.30.1
v4.30.0
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 whenadditional_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
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
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
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
-
feat: add MPP-Solar inverter image
🐛 Patches & Bug Fixes
- fix: update Fronius inverter status codes
- lang: update Danish translation thanks @Breinholm-coder
New Contributors
- @Breinholm-coder made their first contribution in #367
Full Changelog: v4.28.1...v4.29.0
v4.28.1
v4.28.0
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
- feat: display
aux_load1_extra:
info above the aux icon whenaux_loads: 0
closes #355
🐛 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
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
🐛 Patches & Bug Fixes
- fix: hide nonessential extras when show_grid is false.
- fix: Update visual editor
Full Changelog: v4.26.0...v4.26.1