Skip to content

Releases: slipx06/sunsynk-power-flow-card

v1.9.8

13 Aug 17:13
e71b62b
Compare
Choose a tag to compare

Fixes

  • Code clean up when aux loads are shown
  • Update documentation

v1.9.7

11 Aug 11:01
5a14383
Compare
Choose a tag to compare

Updates

  • Change to absolute positioning for full card
  • Improve layout of additional AUX loads
  • Display one, two or no additional load. ( aux_loads: one or aux_loads: two, aux_loads: no)

image
image

v1.9.6

10 Aug 17:22
db87a5b
Compare
Choose a tag to compare

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.

image

v1.9.5

01 Aug 19:06
87ad9e6
Compare
Choose a tag to compare

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

image

v1.9.4

31 Jul 19:21
278be58
Compare
Choose a tag to compare

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

29 Jul 22:48
d2dd124
Compare
Choose a tag to compare

Updates
Adds the optional aux_colour attribute to the load card configuration to change the colour of all the AUX objects. If omitted will use the colour set for the load or default load colour if this is not set.

image

v1.9.2

27 Jul 20:46
e17c0d6
Compare
Choose a tag to compare

Small cosmetic updates

v1.9.1

25 Jul 19:09
ac281a7
Compare
Choose a tag to compare

Updates
Returns 0 if any of the daily totals are not a number i.e. NaN
Reduce the number of required entity attributes. The minimum card config now only requires six entities

Fixes
Better handling of missing PV names on the lite card

v1.9.0

18 Jul 18:27
61ddbe4
Compare
Choose a tag to compare

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.

image
image

v1.8.9

17 Jul 22:47
d6d8cba
Compare
Choose a tag to compare

Updates
Better handling of non-integer PV sensor data