Recent Releases of Sunsynk-Power-Flow-Card

Sunsynk-Power-Flow-Card - v2.2.0

🚀 Exciting New Features

  • feat: separate energy cost for buy and sell

Full Changelog: https://github.com/slipx06/sunsynk-power-flow-card/compare/2.1.2...2.2.0

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by github-actions[bot] over 1 year ago

Sunsynk-Power-Flow-Card - v2.1.2

🐛 Patches & Bug Fixes

  • fix: PV4 default name and alignment of PV4 current
  • fix: Battery error message when energy set to 0

Full Changelog: https://github.com/slipx06/sunsynk-power-flow-card/compare/2.1.1...2.1.2
*Note breaking change from 2.0.0. Please refer to documentation

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by github-actions[bot] over 1 year ago

Sunsynk-Power-Flow-Card - v2.1.1

🐛 Patches & Bug Fixes

fix: fixes https://github.com/slipx06/sunsynk-power-flow-card/issues/62 aux_load2 more-info

Full Changelog: https://github.com/slipx06/sunsynk-power-flow-card/compare/2.1.0...2.1.1

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by github-actions[bot] over 1 year ago

Sunsynk-Power-Flow-Card - Release 2.1.0

What's Changed

Other Changes

Full Changelog: https://github.com/slipx06/sunsynk-power-flow-card/compare/2.0.1...2.1.0

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by github-actions[bot] over 1 year ago

Sunsynk-Power-Flow-Card - Release 2.0.1

🐛 Patches & Bug Fixes

  • Fix alignment of the daily total on the lite card

Full Changelog: https://github.com/slipx06/sunsynk-power-flow-card/compare/2.0.0...2.0.1

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by github-actions[bot] over 1 year ago

Sunsynk-Power-Flow-Card - Release 2.0.0

What's Changed

Excited to release v2.0.0 of the card. There have been lots of under the hood improvements thanks to @marksie1988 contribution in https://github.com/slipx06/sunsynk-power-flow-card/pull/56.

Some highlights:

  • Migration to typescript which allows for better code management and efficiencies.
  • Documentation has been moved to Github Pages.
  • Added a translation module for multi language support
  • Added support for lux inverter status codes
  • Added unit of measurement to energy cost
  • Clicking additional loads shows more-info dialog for full and lite cards
  • Added daily aux load

💥 Breaking Changes

Some of the card configuration options have changed so please refer to the documentation and examples. Specifically the following has
changed:

  • change yes/no options to boolean true / false
  • change no / one / two / three to numbers 0 / 1 / 2 / 3
  • remove hidden option from battery.energy instead use 0 to disable

Other Changes

New Contributors

Full Changelog: https://github.com/slipx06/sunsynk-power-flow-card/compare/v1.9.8...2.0.0

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by github-actions[bot] over 1 year ago

Sunsynk-Power-Flow-Card - v1.9.8

Fixes

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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 over 1 year ago

Sunsynk-Power-Flow-Card - v1.9.7

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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 over 1 year ago

Sunsynk-Power-Flow-Card - 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.

image

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 over 1 year ago

Sunsynk-Power-Flow-Card - 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

image

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - 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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.9.3

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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.9.2

Small cosmetic updates

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.9.1

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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - 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.

image
image

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.8.9

Updates
Better handling of non-integer PV sensor data

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

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.

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.8.7

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

Fixes
Correct stub config

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - 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:

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.8.5

Fixes display of PV4 current

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - 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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.8.3

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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - 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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.8.1

Updates

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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.8.0

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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.9

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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.8

Updates
New non-essential icon (aircon)
New AUX icons. Select one of the following ( gen, inverter, default, oven, pump, aircon, boiler, charger)

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.7

Updates
Add support for customising non-essential icons when there are two non-essential loads. See optional load1_icon: and load2_icon: attributes under the grid card configuration. Options are default, oven, boiler, charger, pump If you need other icons please open a request on GitHub.

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.6

Updates

  • Introduces a new optional nonessential_icon: attribute under the grid card configuration to change the non-essential image. Options are default, oven, boiler, charger, pump If you need other icons please open a request on GitHub
  • Code refactoring

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.5

Updates
Autarky tuning

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.4

Updates

  • Remove strict checks for MPPT voltage and current to allow optional sensors
  • Update Autarky calculations

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.3

Updates
Improvements to Autarky and Ratio calculations

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.2

Updates
The formula to calculate essential power has been updated to:

essential = inverter_out_175 + inverter_load_grid_169 - aux_power_166

The inverter_load_grid_169: attribute should be supplied with a sensor that reads either register 167 (Grid LD Power) or 169 (Grid Power). It is recommended that you try register 167 first and if your readings are wrong use register 169. Alternatively you should provide sensors for both of the essential_power: and nonessential_power: attributes under the entities card configuration and the card will not use its internal logic.

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.7.1

Updates

  • Display up to two additional essential loads. See the additional_loads: attribute in the Load card section. Set the sensor to display using the essential_load2: attribute under entities
  • Improvement to Autarky formula

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.70

Updates
Inverter status can be hidden from the card if inverter_status_59 is set to none

Fix
Battery Floating text on lite card

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.9

Updates
Autarky and Ratio can now be displayed using real time power values or daily energy values. This can be set using the autarky attribute under the inverter card configuration. Valid values are energy (default), power or set to no to hide

Fixes
Better logic to hide sensors when set to none and not in use

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.8

Updates
New non essential image
Additional inverter option for aux_type: to display a micro inverter

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.7

Updates

  • New battery image and layout
  • New optional aux_type: attribute under the Load config that lets you change the default AUX image to display a generator image

Fixes
Undefined properties when using minimal configurations

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.6

Updates

  • solar_sell_247: accepts 0/1 or off/on
  • Battery SOC is displayed as an integer to fix potential layout issues

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.5.1

Fixes
Correct solar_sell logic

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.5

Updates
This releases introduces two new optional entities.
energy_cost: For those of you using Tibber or equivalent you can display the current cost per kWh on the card using this attribute
solar_sell_247: Displays an icon that updates if solar sell is on or off. The icon can be clicked to toggle this setting if the attribute is supplied with a switch sensor

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.4

Updates

  • MPPTs labels can now be customized. The following optional card attributes can be added to the solar section:
    • pv1_name:
    • pv2_name:
    • pv3_name:
    • pv4_name:
  • Sensor data can now be hidden from the card when setting the entities value to none. If you prefer to keep the 0 placehoder then set it to zero or any other value

Fixes
Adjust position of the AC temperature when MPPTs is set to four to fix overlap

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.3

Updates
The card supports the display of an additional essential load in both the full and lite views. The following optional new attributes have been added to the load section:

  • additional_loads: Display an additional load on the essential side (one/no)
  • load1_name: Set the display name for the Essential Load 1

The power for the additional load is read from the following optional entities sensor:

  • essential_load1: Sensor that contains the power of your essential load 1 (W)

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.2

Updates

  • The Auxiliary load can be renamed using the optional aux_name: attribute under the Load section

  • The Non-essential load can be configured to display two additional sensor values i.e. Geyser/Car charger and supports renaming. The following new optional attributes have been added to the Grid Section:

    • nonessential_name: Set the display name for the Non-Essential Load
    • nonessential_dual: Toggle the display of two Non-Essential loads (yes/no)
    • load1_name: Set the display name for the Non-Essential Load 1
    • load2_name: Set the display name for the Non-Essential Load 2
  • The following entity sensors will be read to populate the two loads:

    • non_essential_load1: Sensor that contains the power of your non-essential load (W)
    • non_essential_load2: Sensor that contains the power of your non-essential load (W)

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6.1

Updates
Toggle time slot grid charge on/off from within the card

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.6

Updates
This release adds System Timer information to the battery display. (PR#36 Thanks @Papsnoek). The card accepts 18 (optional) additional sensors to read data for the six time slots (prog1 - prog6). For example prog1 sensors below:

|prog1_time:| Optional | select.ss_prog1_time | Program 1 start time (HH:MM)
|prog1_capacity:| Optional | number.ss_prog1_capacity | Program 1 capacity (SOC) setting
|prog1_charge:| Optional | select.ss_prog1_charge | Program 1 charge options (on/off, 0/1, No Grid or Gen)

The battery display will show the set time slot SOC capacity next to the current SOC and adjust the time to charge or discharge accordingly. There is an additional icon next to the Timer On /Timer Off text which indicates if grid charge is active/inactive for the current time slot.

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.5.7

Updates

  • Add optional dynamic speed animations depending on power draw. PR#29. Thanks @Papsnoek. New attributes can be configured for battery, grid, load and solar. If not defined this is disabled and default speeds are used.
    • animation_speed: - Set slowest animation speed in seconds, depending on Power draw
    • max_power: - Maximum Power draw to calculate animation speed
  • Adds an optional attribute (invert_grid:) to invert grid power. See Readme.

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.5.6

Updates
Adds support for optional display of temperature attributes. The following new sensors can be added to the card configuration:

Attribute Requirement Default Description
battery_temp: Optional sensor.ss_battery_temperature Battery Temperature (℃)
inverter_ac_temp: Optional sensor.ss_dc_radiator_temperature Inverter AC Temperature (℃)
inverter_dc_temp: Optional sensor.ss_dc_transformer_temperature Inverter DC Temperature (℃)

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.5.5

  • Update Readme
  • Limit maximum Ratio value to 100%

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

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 the inverter section. (Enabled by default set to no 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

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.5.3

Fix rounding of Daily totals (use floats instead of integers). Thanks @MikeRobertson

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.5.2

Update README
Remove requirements for MPPT3 and MPPT4 sensors

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.5.1

Updates

  • Daily load is displayed when show_aux: is set to yes
  • show_aux is no longer a required card configuration. The card can be configured without any load attributes and defaults will be used
  • All daily Totals have been rounded to 1 decimal place

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.5.0

Include the forecast time that the battery will reach fully charged or shutdown states

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - 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 sensor sensor.energy_production_today_remaining or other integrations like solcast to provide the information once setup

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.4.8

Updates

  • Battery now displays time until fully charged
  • BATTERY FLOATING message when SOC >= 99% and -2<=Battery Current<=2

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.4.7

Updates

  • Update README to correct HACS issue
  • Simplify default card stub
  • Fix alignment of old inverter image

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.4.6

Updates
Add new card option large_font: to increase the size of the displayed sensor data. Default is no. Set to yes to enable. See README and example card config for more information

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.4.5

This release improves the display of battery information to better fit the overall look and feel of the card

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.4.4

Updates

Adds sensor for battery current
Adjustments to battery layout to accommodate battery current

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.4.3

Update - Please note the breaking change, show_solar has been moved to the root config.

  • Optimizes the card configuration and includes smarter attribute error checking.
  • README updated to show required/optional attributes and their default values.
  • Card configuration examples have been updated

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.4.2

  • Add more clickable entities
  • Priority Load /Priority Battery can be toggled from the card
  • System Timer can be toggled from the card

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.4.1

Updates

  • Improve AUX flow
  • Nearly all card entities are clickable if associated with a valid Home Assistant entityID

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.3.6

Daily Totals now display more-info when clicked

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.3.5

NOTE: This update renames the ess_power: to essential_power and introduces a new nonessential_power attribute. Please update your card configuration

Updates
Internal calculations for essential and non-essential power will be ignored if sensors are specified e.g. Solar Assistant provides sensors for these two attributes. Setting the attribute values to none will use the internal card logic below to calculate.

nonessential = grid_external_power_172 - inverter_load_grid_169
essential = inverter_out_175 - (aux_power_166 - inverter_load_grid_169 )

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.3.4

Fix error in the grid daily sell sensor

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.3.3

Please note card configuration changes for this release. Refer to the README

Updates

  • New card options for grid - show_daily_buy: 'yes' and show_daily_sell: 'yes'. These replace the old show_daily attribute
  • New sensor entity added - grid_sell_day_77
  • Daily Grid Sell Total displayed on the card
  • Ability to toggle on/off "Daily Grid Buy" and "Daily Grid Sell" independently

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.3.2

Updates

  • Better handling of float values
  • Improve flow logic

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.3.1

This release contains breaking changes. See the README for additional required card attributes
v1.3.1 Updates

  • Update README

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.3.0

This release contains breaking changes. See the README for additional required card attributes
v1.3.0 Updates

  • Display up to four mppts through new solar configuration attribute mppts (one, two, three, four).
  • Add option to hide non-essential from full card and reposition daily grid when enabled.
  • The simple card has been removed. This view can be created using the full card and setting show_aux: no and show_nonessential: no.
  • Add option to invert AUX power. Set to yes if your sensor provides a positive number for AUX input and negative number for AUX output.

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.2.3

Update card style

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.2.2

NOTE: The card configuration has changed from release v1.2.0. Please see the README

Updates:

  • Grid Connected /Grid Disconnected status now displayed with separate icons ( "mdi:powerline" / "mdi:powerline-off")
  • Grid Disconnected dot removed and instead the "grid disconnected" icon colour can be configured through the card config to match your colour scheme

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.2.1

NOTE: The card configuration has changed from release v1.2.0. Please see the README

Updates:

  • Daily totals can now be toggled independently.
  • Option to hide "AUX" from the full card
  • Realign PV data to avoid overlap
  • Daily load is displayed on the full card if "AUX" is hidden and the load show_daily attribute is set to yes
  • Add more verbose inverter status message i.e Normal, Fault etc

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.2.0

NOTE: This release changes the card configuration. Please see the README

Updates:

  • Choose between two inverter images (modern or Sunsynk)
  • Colour options for all card objects
  • Supports inverted battery power i.e. -discharge, +charge

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.1.3

Updates

  • Improve text displayed when batteries are charging
  • Merge pull request 14. Refactor inverter state logic. Thanks @Sparkz0629
  • Merge pull request 12. Add card configuration example to README. Thanks @Sparkz0629

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.1.2

Fix missing battery icon and other issues as a result of changing the inverter image

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.1.1

Fix missing battery image on full card

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.1.0

Updates

  • Change the inverter image to create a more unified look and feel.
  • Reposition some of the path elements
  • Add inverter_colour: attribute to the card config. Customise the look of your card by choosing your own inverter colour.

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.0.5

Fix grid_connected_status check

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.0.4

Updates

  • Add panel_mode attribute: yes/no. Removes any card height restrictions for better card scaling. For use with Panel(1 card) view types or grid layouts.
  • Update grid_status_194 attribute. Now accepts 1/0 or on/off

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.0.3

Fix wonky essential path

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.0.2

Correctly size card when show_solar: no and cardstyle: lite

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 almost 2 years ago

Sunsynk-Power-Flow-Card - v1.0.1

Update show solar and daily totals card config options

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 about 2 years ago

Sunsynk-Power-Flow-Card - Initial Release

Initial Release

Renewable Energy - Photovoltaics and Solar Energy - TypeScript
Published by slipx06 about 2 years ago