Skip to content

Releases: slipx06/sunsynk-power-flow-card

v1.4.3

13 May 00:39
101c04f
Compare
Choose a tag to compare

Update - Please note the breaking change, show_solar has been moved to the root config.

  • Optimizes the card configuration and includes smarter attribute error checking.
  • README updated to show required/optional attributes and their default values.
  • Card configuration examples have been updated

v1.4.2

11 May 21:40
072fe17
Compare
Choose a tag to compare
  • Add more clickable entities
  • Priority Load /Priority Battery can be toggled from the card
  • System Timer can be toggled from the card

v1.4.1

11 May 15:06
10bdcfe
Compare
Choose a tag to compare

Updates

  • Improve AUX flow
  • Nearly all card entities are clickable if associated with a valid Home Assistant entityID

v1.3.6

11 May 12:20
903b557
Compare
Choose a tag to compare

Daily Totals now display more-info when clicked

v1.3.5

10 May 21:21
919125b
Compare
Choose a tag to compare

NOTE: This update renames the ess_power: to essential_power and introduces a new nonessential_power attribute. Please update your card configuration

Updates
Internal calculations for essential and non-essential power will be ignored if sensors are specified e.g. Solar Assistant provides sensors for these two attributes. Setting the attribute values to none will use the internal card logic below to calculate.

nonessential = grid_external_power_172 - inverter_load_grid_169
essential = inverter_out_175 - (aux_power_166 - inverter_load_grid_169 )

v1.3.4

10 May 15:35
6250005
Compare
Choose a tag to compare

Fix error in the grid daily sell sensor

v1.3.3

10 May 13:54
06f457d
Compare
Choose a tag to compare

Please note card configuration changes for this release. Refer to the README

Updates

  • New card options for grid - show_daily_buy: 'yes' and show_daily_sell: 'yes'. These replace the old show_daily attribute
  • New sensor entity added - grid_sell_day_77
  • Daily Grid Sell Total displayed on the card
  • Ability to toggle on/off "Daily Grid Buy" and "Daily Grid Sell" independently

v1.3.2

10 May 11:55
77635e3
Compare
Choose a tag to compare

Updates

  • Better handling of float values
  • Improve flow logic

v1.3.1

10 May 08:09
5a2c0cf
Compare
Choose a tag to compare

This release contains breaking changes. See the README for additional required card attributes
v1.3.1 Updates

  • Update README

v1.3.0

10 May 08:05
3017492
Compare
Choose a tag to compare

This release contains breaking changes. See the README for additional required card attributes
v1.3.0 Updates

  • Display up to four mppts through new solar configuration attribute mppts (one, two, three, four).
  • Add option to hide non-essential from full card and reposition daily grid when enabled.
  • The simple card has been removed. This view can be created using the full card and setting show_aux: no and show_nonessential: no.
  • Add option to invert AUX power. Set to yes if your sensor provides a positive number for AUX input and negative number for AUX output.