Releases: slipx06/sunsynk-power-flow-card
v1.9.8
v1.9.7
v1.9.6
Updates
You can now display two additional loads on the AUX side. This can be toggled setting the aux_loads:
attribute to yes
under the load configuration section. The load names and icons can be configured using the following attributes:
aux_load1_name: Aux load 1
aux_load2_name: Aux load 2
aux_load1_icon: mdi:air-conditioner
aux_load2_icon: mdi:stove
The entities aux_load1:
and aux_load2:
can be used to supply the power for these additional loads.
v1.9.5
Updates
Adds a new entities attribute called aux_connected_status:
This is similar to the grid_connected_status and accepts a binary sensor to indicate the connection status of the AUX input/output. Valid input is a 1/0
or on/off
Adds a new aux_off_colour
attribute under the load card configuration to set the colour of the AUX icon and label when disconnected or off
v1.9.4
Updates
You can now provide a sensor for your total solar output. There is a new entities attribute called pv_total:
If a sensor is provided it becomes clickable to show historical data. If no sensor is provided the card will continue to use the internal logic to calculate the total pv based on pv1+pv2+pv3+pv4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
BREAKING CHANGE FROM v1.8.6. ENTITY NAMES HAVE CHANGED. SEE Release Notes
Updates
This update allows you to specify either one or two additional non-essential loads and brings consistency to the attribute used for this setting i.e. the same used for additional essential loads. If you have multiple non-essential loads (oven, pool, aircon) but only want to track energy monitoring on one device you can now display this by setting additional_loads: one
. This new grid attribute replaces the previous nonessential_dual:
attribute. Valid inputs are one
,two
or no
. Please update your card configuration.