Releases: slipx06/sunsynk-power-flow-card
Releases · slipx06/sunsynk-power-flow-card
v1.8.8
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
BREAKING CHANGE FROM v1.8.6. ENTITY NAMES HAVE CHANGED SEE Release Notes
Fixes
Correct stub config
v1.8.6
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
v1.8.4
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
v1.8.2
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