That logic is handled in the compiled JavaScript. You only need to provide the senor that returns the expected values i.e 0,1,2,3,4,5 for battery status
v3.6.0
Exciting New Features
- locale: update Czech language closes #112
- feat: display total grid power when using three phase closes #115
Full Changelog: Comparing v3.5.1...v3.6.0 · slipx06/sunsynk-power-flow-card · GitHub
v3.7.0
Exciting New Features
- feat: card_height will read the value provided or you can specify a sensor and it will read its state. i.e.
card_height: input.number_height
closes #117 - feat: new
card_width
attribute. Only used whenpanel_mode: true
. Sets the card width in pixels or percentage. For adjustments when using the Panel(1 card) view types or grid layouts closes #116 - feat: new grid attribute
essential name:
Set the display name for the essential load closes #116 - docs: Update documentation
Full Changelog: Comparing v3.6.0...v3.7.0 · slipx06/sunsynk-power-flow-card · GitHub
v3.8.0
Exciting New Features
- feat: you can now display extra sensor data for your additional aux loads e.g. daily energy or temperature etc. The following optional entities can be used:
aux_load1_extra
andaux_load2_extra
. Closes #118
Patches & Bug Fixes
- fix: reposition
energy_cost_buy
andenergy_cost_sell
on full card. Closes #118 - fix: adjust layout when displaying three phase L1,L2,L3 current
- fix: Update Goodwe inverter status message based on work mode . Closes #119
- docs: Update documentation
Full Changelog: Comparing v3.7.0...v3.8.0 · slipx06/sunsynk-power-flow-card · GitHub
v3.9.0
Exciting New Features
- feat: Goodwe users can now select which inverter model to use:
goodwe
orgoodwe_gridmode
. If you are usingsensor.work_mode_code
to display inverter status usegoodwe
as the model. If you are usingsensor.grid_mode_code
to display inverter status usegoodwe_gridmode
as the model. See #119 for more info
Patches & Bug Fixes
- fix: adjust display of energy tariff
Full Changelog: Comparing v3.8.1...v3.9.0 · slipx06/sunsynk-power-flow-card · GitHub
v3.10.0
Exciting New Features
- feat: additional
essential_loads
will now display the sensors unit of measurement. This means you can use them to display other sensor data like daily energy or temperature. This only works whenauto_scale: false
. Whenauto_scale: true
the card expects a sensor that contains the power of your essential load. Closes #121
- feat: battery energy can be specified as a numeric value or sensor i.e.
sensor.sunsynk_battery_capacity_energy
Closes #122 - locale: update French translation Closes #122
Patches & Bug Fixes
- fix: three phase grid power not displayed when sensor state is 0 and
auto_scale:false
Closes #123 - fix: various three phase fixes (animation, energy costs, grid colour when exporting)
Full Changelog: Comparing v3.9.0...v3.10.0 · slipx06/sunsynk-power-flow-card · GitHub
@slipx06 Cool! One question. What are the entities for displaying the 3 phase powers for the Essential Load?
You need to add these entities
load_power_L1:
load_power_L2:
load_power_L3:
v3.11.0
Exciting New Features
- feat: add support for Solis inverter by @Pho3niX90 in feat: add Solis inverter by Pho3niX90 · Pull Request #124 · slipx06/sunsynk-power-flow-card · GitHub
Full Changelog: Comparing v3.10.0...v3.11.0 · slipx06/sunsynk-power-flow-card · GitHub
v3.12.0
Exciting New Features
- feat: new option to hide the grid for off grid systems.
show_grid
Patches & Bug Fixes
- fix: moves the essential_name from grid to the load card section. Please update your configuration if you are using a custom name
Full Changelog: Comparing v3.11.1...v3.12.0 · slipx06/sunsynk-power-flow-card · GitHub
v3.13.0
Exciting New Features
- feat: add inverter images based on model. Set
modern: false
to enable
Solis
Lux
Goodwe
Sunsynk
Patches & Bug Fixes
- fix: refactor and optimise code
- fix: position of ac temp when mppt is set to four on full card
Other Changes
- Feature/refactoring by @Pho3niX90 in Feature/refactoring by Pho3niX90 · Pull Request #131 · slipx06/sunsynk-power-flow-card · GitHub
Full Changelog: Comparing v3.12.0...v3.13.0 · slipx06/sunsynk-power-flow-card · GitHub
Great work and wunderfull frontend. I am still trying to fugre out amny of there options … endless
could you pleae tell me on hiow to remove the box? Or change that on the lite version the additional battery sensor are gone?
Thanks a lot and keep going.
greetings to all …
Hi. There is no option to remove the rectangle. You can hide the battery using the show_battery
option.
Thanks for the hint. As I have a battery but no information on the A/W of it i rather want to remove the rectangle. Perhaps in a upcoming versin this will be available.
let’s wait and see
Hi, can someone please send the settings for the 3 phase DEYE? Thank you very much!
Zdravím, mohu vás požádat o pomoc s češtinou? Vyzkoušel jsem všechny postupy, co jsou zde ve fóru a nic
Rovněž se mi nepodařilo pomocí attributu three_phase: zobrazit třífázové senzory…
Díky!
I need some help … the moving dot of the battery is missing. What entity needs to be added to get it?
Thanks for any help.
You need to specify your battery_power_190 sensor
Requires a negative number for battery charging and a positive number for battery discharging. Set the invert_power
battery attribute to yes
if your sensor reports this the other way around
v3.17.0
Exciting New Features
- feat: introduces new load attribute
dynamic_colour:
If set totrue
the essential icon colour will change based on the % contribution of the power source (battery, grid, solar) supplying the load. This is enabled by default. Set tofalse
to disable. See #145 - fix: Revert essential_power calculation when
three_phase: true
and L1,L2 or L3 are not defined. Closes #148
Full Changelog: Comparing v3.16.1...v3.17.0 · slipx06/sunsynk-power-flow-card · GitHub
3.18.0
Exciting New Features
- feat: add support for huawei inverters
- fix: hide modern inverter image if set to false
Full Changelog: Comparing v3.17.1...v3.18.0 · slipx06/sunsynk-power-flow-card · GitHub
3.19.0
Exciting New Features
- feat: adds new entity
environment_temp:
Display outside temperature or other environment temperature below the sun icon
Full Changelog: Comparing v3.18.0...v3.19.0 · slipx06/sunsynk-power-flow-card · GitHub