Skip to content

Releases: slipx06/sunsynk-power-flow-card

v1.5.4

30 May 13:43
f1b1cf6
Compare
Choose a tag to compare

Updates

  • Changes some sensors back to integers to fix rounding issues
  • Introduces two new optional data points on the card through optional autarky: configuration under the inverter section. (Enabled by default set to no to hide). Autarky is the percentage of self sufficiency through Home Production. Ratio is the percentage of produced electricity used by the home. It calculated based on the formula below and borrowed from the Power Distribution Card
    • Autarky in Percent = Home Production(Daily Solar + Daily Battery Discharge + Daily Grid Sell)*100 / Home Consumption (Daily Load + Daily Grid Buy + Daily Battery Charge)
    • Ratio in Percent = Home Consumption(Daily Load + Daily Grid Buy +Daily Battery Charge) / Home Production(Daily Solar + Daily Battery Discharge + Daily Grid Sell)*100

v1.5.3

29 May 08:41
f1b58e2
Compare
Choose a tag to compare

Fix rounding of Daily totals (use floats instead of integers). Thanks @MikeRobertson

v1.5.2

28 May 22:49
ff2be6a
Compare
Choose a tag to compare

Update README
Remove requirements for MPPT3 and MPPT4 sensors

v1.5.1

28 May 21:15
d6af2e7
Compare
Choose a tag to compare

Updates

  • Daily load is displayed when show_aux: is set to yes
  • show_aux is no longer a required card configuration. The card can be configured without any load attributes and defaults will be used
  • All daily Totals have been rounded to 1 decimal place

v1.5.0

28 May 15:42
727d180
Compare
Choose a tag to compare

Include the forecast time that the battery will reach fully charged or shutdown states

v1.4.9

27 May 21:57
ef43fff
Compare
Choose a tag to compare

Updates

  • Better handling of battery attributes with 0 value
  • An optional entity can be added to the card remaining_solar: to display the remaining daily solar forecast energy. You can use the default HA sensor sensor.energy_production_today_remaining or other integrations like solcast to provide the information once setup

v1.4.8

26 May 14:09
1d2a161
Compare
Choose a tag to compare

Updates

  • Battery now displays time until fully charged
  • BATTERY FLOATING message when SOC >= 99% and -2<=Battery Current<=2

v1.4.7

18 May 21:24
95126e3
Compare
Choose a tag to compare

Updates

  • Update README to correct HACS issue
  • Simplify default card stub
  • Fix alignment of old inverter image

v1.4.6

18 May 16:32
0417b39
Compare
Choose a tag to compare

Updates
Add new card option large_font: to increase the size of the displayed sensor data. Default is no. Set to yes to enable. See README and example card config for more information

v1.4.5

15 May 16:56
53d47e1
Compare
Choose a tag to compare

This release improves the display of battery information to better fit the overall look and feel of the card