Releases: slipx06/sunsynk-power-flow-card
Releases · slipx06/sunsynk-power-flow-card
v1.5.4
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 theinverter
section. (Enabled by default set tono
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
Fix rounding of Daily totals (use floats instead of integers). Thanks @MikeRobertson
v1.5.2
v1.5.1
v1.5.0
v1.4.9
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 sensorsensor.energy_production_today_remaining
or other integrations like solcast to provide the information once setup