Skip to content

Releases: slipx06/sunsynk-power-flow-card

v1.8.8

17 Jul 21:17
6b7b0bd
Compare
Choose a tag to compare

BREAKING CHANGE FROM v1.8.6. ENTITY NAMES HAVE CHANGED. SEE Release Notes

Updates

  • Remove default labels (load1, load2) for additional essential and nonessential loads. Label is empty unless specified.
  • Centre align the additional essential load labels on the lite card to allow for longer labels.
  • Add attributes to the battery card config to specify the battery empty and battery full percentages to customise when the battery icon changes.
Attribute Requirement Default Description
full_capacity: Optional 80 If SOC >= this value the Fully Charged battery image will be shown. Accepts any value between 80-100
empty_capacity: Optional 30 If SOC <= this value the Empty battery image will be shown. Accepts any value between 1-30

Fixes

  • Return a 0 value when additional essential and nonessential loads are not a number.

v1.8.7

15 Jul 08:36
641cf68
Compare
Choose a tag to compare

BREAKING CHANGE FROM v1.8.6. ENTITY NAMES HAVE CHANGED SEE Release Notes

Fixes
Correct stub config

v1.8.6

14 Jul 23:23
d47f9a5
Compare
Choose a tag to compare

BREAKING CHANGE
The following entities have been renamed. Please update your card configuration with the new names:

Old Name New Name
batchargeday_70: day_battery_charge_70:
batdischargeday_71: day_battery_discharge_71:
loadday_84: day_load_energy_84:
grid_buy_day_76: day_grid_import_76:
grid_sell_day_77: day_grid_export_77:
solarday_108: day_pv_energy_108:
inverter_grid_voltage_154: inverter_voltage_154:
inverter_load_freq_192: load_frequency_192:
inverter_out_164: inverter_current_164:
inverter_out_175: inverter_power_175:
inverter_load_grid_169: grid_power_169:
battery_out_190: battery_power_190:
grid_external_power_172: grid_ct_power_172:
pv1_v_109: pv1_voltage_109:
pv1_i_110: pv1_current_110:
pv2_v_111: pv2_voltage_111:
pv2_i_112: pv2_current_112:
pv3_v_113: pv3_voltage_113:
pv3_i_114: pv3_current_114:
pv4_v_115: pv4_voltage_115:
pv4_i_116: pv4_current_116:
grid_status_194: grid_connected_status_194:
battery_temp: battery_temp_182:
inverter_ac_temp: radiator_temp_91:
inverter_dc_temp: dc_transformer_temp_90:

v1.8.5

11 Jul 14:25
530d638
Compare
Choose a tag to compare

Fixes display of PV4 current

v1.8.4

05 Jul 17:15
c306f36
Compare
Choose a tag to compare

Updates
New card attribute card_height: that lets you set the height of the card when panel_mode is set to no. Can be used to fine tune dashboard layouts. Specify height in pixels i.e 450px. The default card height is 396px

Fixes
Remove additional card objects when show_solar is set to no

v1.8.3

02 Jul 13:26
81db4dc
Compare
Choose a tag to compare

Updates

  • Apply fixed positions for mdi icons.

NOTE: There is a known issue with the positioning and scaling of mdi icons in Safari. Please use the built in presets instead

v1.8.2

01 Jul 22:47
3a5864a
Compare
Choose a tag to compare

Updates

  • You can now use any mdi icon to customise card images. Use either the built in presets i.e. oven, aircon etc. or specify the icon you want to use i.e. load1_icon: mdi:pool
  • Adds <ha-card> element for card mod
  • Removes charger icon preset. Use mdi:ev-station instead

v1.8.1

01 Jul 13:07
d1e6dde
Compare
Choose a tag to compare

Updates

  • Add new oven icon for essential loads
  • Essential icons can be displayed on the lite card

v1.8.0

30 Jun 17:39
8c52084
Compare
Choose a tag to compare

Updates

  • Add support for customising essential icons when there are two additional essential loads. See the optional load1_icon: and load2_icon: attributes under the load card configuration. Options are boiler, aircon, pump If you need other icons please open a request on GitHub.
  • Logic fixes

v1.7.9

28 Jun 22:24
20e9aba
Compare
Choose a tag to compare

Updates

  • Improve logic checks
  • Change default autarky mode. Values are calculated based on real time power usage instead of daily energy. Set preferred mode in the card config