Releases: slipx06/sunsynk-power-flow-card
Releases · slipx06/sunsynk-power-flow-card
v2.10.0
🚀 Exciting New Features
- feat: aux power can be displayed as an absolute value by setting
show_absolute_aux:true
closes #86
Full Changelog: v2.9.1...v2.10.0
v2.9.1
v2.9.0
🚀 Exciting New Features
- doc: add support for CZ language. Thanks @Legnava89. Closes #84
- feat: Battery shutdown (
shutdown_soc:
) accepts either a numeric value or sensor e,g,sensor.sunsynk_battery_capacity_shutdown
Closes #85
Full Changelog: v2.8.0...v2.9.0
v2.8.0
🚀 Exciting New Features
- feat: you can now display extra sensor data for your additional essential loads e.g. daily energy or temperature etc. The following optional entities can be used:
essential_load1_extra
andessential_load2_extra
. This data is not displayed on the full card ifshow_aux: true
due to insufficient space.
Full Changelog: v2.7.2...v2.8.0
v2.7.2
🐛 Patches & Bug Fixes
- fix: rounding of grid_power_169 & inverter_power_175 when auto_scale is used
- fix: rounding of temperature values - battery_temp_182, radiator_temp_91
- chore: update README. The card has been added to HACS
Full Changelog: v2.7.1...v2.7.2
v2.7.1
🐛 Patches & Bug Fixes
- fix: round grid_power_169 & inverter_power_175
Full Changelog: v2.7.0...v2.7.1
v2.7.0
🚀 Exciting New Features
- feat: adds optional auto scaling of power values for each of the card sections i.e. battery, solar, grid , load and inverter. When
auto_scale: true
power values greater than 999W will be displayed as kW i.e. 4,32kW. The number of decimal places is set to2
by default but can be adjusted globally using the carddecimal_places:
attribute
Full Changelog: v2.6.1...v2.7.0
v2.6.1
🐛 Patches & Bug Fixes
- patch: battery power and current are no longer displayed as absolute values by default. Use the
show_absolute: true
attribute under the battery card config
Full Changelog: v2.6.0...v2.6.1
v2.6.0
🚀 Exciting New Features
- feat: adds an optional card title. Set size and colour.
- chore: update README and de translation
Full Changelog: v2.5.1...v2.6.0
v2.5.1
🐛 Patches & Bug Fixes
- fix: display additional essential loads correctly when
show_solar: false
and/orshow_battery: false
Full Changelog: v2.5.0...v2.5.1