Inverter Power Flow Card

Greetings. Thank you very much for your work. I’m almost at the finish line with debugging. Basic info from inverter sourced from solar2mqtt. Could you help me? I can’t see the status of the inverter
IMG_5822


Ukrainian translation is not supported
The operating mode is not displayed: network, battery, solar panel
Thank you

IMG_5827
please tell me what these values ​​correspond to?

I read the wiki and understood what my problem is. My inverter status sensor provides a value as a word and the map requires a value of 1-5.

Hi. Would need to have a look at your full config. Please open an issue in GitHub and we can troubleshoot.

Hi. Have a look at the documentation Sunsynk-Power-Flow-Card — sunsynk-power-flow-card documentation

1 Like

v5.4.0

:rocket: Exciting New Features

  • feat: add support for Sungrow inverters. Thanks @19Andy89 closes #547
  • locale: add Ukraine translation. Thanks @lightzhuk closes #535

Full Changelog: Comparing v5.3.2...v5.4.0 · slipx06/sunsynk-power-flow-card · GitHub

2 Likes

Hello,
Hello,

I’m trying to display “Priority Load” entity wich on my system is : select.sun10k_energy_priority. If I select on it(from Solarman Add-on), I can change from Battery First to Priority First, but on card nothing is displayed near “Time of Use” wich is working ok.
Maybe its because the entity isnt a “switch” and its a select with 2 options?

My configuration is :

use_timer_248: switch.sun10k_time_of_use
priority_load_243: select.sun10k_energy_priority

Great work, thank you for sharing.

Hi. The sensor requires a entity that is setup as a switch. i.e. returns a state that is either on or off. I guess you could create a template sensor that toggles based on your selected option

Is anyone using inverter power flow card with Huawei Solar? Could you please paste the code for me? I’m having trouble selecting the entities.
Thank you.

I am wondering about the placement of the ‘DAILY LOAD’ figure, which is associated with the House icon and ‘Essential’ loads.

In my configuration my ‘Essential’ loads are my low power essential’s such as fridge, hot water (600 W), lighting (200W) and the like, so the Daily Energy consumption of my Essentials are quite small.

My big consumers are my ‘Non Essential’ loads, Pool, HVAC and EV charging.

So in my graphic above the bulk of my Non Essential DAILY LOAD is the 78.2 kWh show up near the Essential house icon.

I’m wondering if it might be possible to have a Non Essential DAILY LOAD energy box, near the Non Essential loads that could be used for this purpose?

Hi.
Can anyone help me? I’m having trouble configuring the battery.
It’s currently charged at 71% (I have 2 batteries of 4.8KW/h for a total of 9.6kw/h) and despite this it gives me a residual time of 2h50m and at the moment I’m using the battery’s energy to power the house (5w grid are self-consumption) and the direction of the battery flow is as if it were still storing but in reality they are discharging (-8A: if instead it were charging the value would be positive +8) I configured the power direction but nothing changes. Can you help me? This is the data I have available

* AC_in_Frequenz 49,9 Hz
* AC_in_rating_current 26 A
* AC_in_rating_voltage 230 V
* AC_in_Voltage 227,2 V
* AC_out_Frequenz 49,9 Hz
* AC_out_percent 37%
* AC_out_rating_active_power 6.000 W
* AC_out_rating_apparent_power 6.000 W
* AC_out_rating_current 26 A
* AC_out_rating_frequency 50 Hz
* AC_out_rating_voltage 230 V
* AC_out_VA 2.272 VA
* AC_out_Voltage 227,2 V
* AC_out_Watt 2.211 W

* Battery_bulk_voltage 53,2 V
* Battery_float_voltage 53,2 V
* Battery_Load -13 A
* Battery_Percent 71%
* Battery_Power_Direction 2
* Battery_rating_voltage 48 V
* Battery_re-charge_voltage 51 V
* Battery_re-discharge_voltage 50 V
* Battery_temperature 0 °C
* Battery_type 3
* Battery_under_voltage 45 V
* Battery_Voltage 48,8 V
* Charger_source_priority Solar first
* Current_max_AC_charging_current 2 A
* Current_max_charging_current 120 A

* Input_voltage_range Appliance
* Inverter_Operation_Mode Hybrid
* Machine_type Off-grid Tie
* Output_mode Single module
* Output_source_priority Solar-Battery-Utility
* Solar_power_priority Load-Battery-Utility

Hi. Please post your issue on GitHub and share your config. Lets see if we can help

Good day. please i need your help. First of all, I want to thank you for the great work, the card is incredible. I have several difficulties that I cannot do anything about. First: after adding the translation, two values ​​are incorrect (not on all devices). Second: the grid icon is too big. Is it possible to change the size of one icon separately? Thank you for your attention.

v6.0.0

What’s Changed

:rocket: Exciting New Features

This release adds a long awaited wide screen view accross the lite, compact and full cards. This lays the ground work to display two batteries and possible master and slave inverter pairs. It also looks better on tablets when displaying the card in panel/full screen.

  • feat: new wide screen view to display content in 16:9 format. set wide:true
  • feat: display up to 6 additional essential loads when using the wide screen view
  • feat: display up to 3 non essential loads when using the wide screen view
  • fix: grouping of SVG elements and standardise viewbox across lite,compact and full cards
  • locale: update Ukraine translation


Other Changes

Full Changelog: Comparing v5.4.0...v6.0.0 · slipx06/sunsynk-power-flow-card · GitHub

3 Likes

Hi. You need to clear your cache and those values will be translated correctly.
Have you adjusted the card height or width? Trying to understand why they grid icon is not scaled correctly

I’m using iOS, maybe you can help me clear the cache. so far he has not given anything on the Internet. I even uninstalled the app and reinstalled it. it didn’t help. Thank you.

large_font: false
panel_mode: true
show_battery: true
show_grid: true
decimal_places: 1
inverter:
  modern: true
  autarky: "no"
  three_phase: false
  colour:
    - 78
    - 122
    - 39
  auto_scale: true
dynamic_line_width: true

Inside the companion app navigate to:

Settings → Companion App → Debugging → Reset frontend cache

1 Like

it doesn’t help, the translation is still not complete

It should. For now just set it manually in the config:

Under the load section
label_daily_load:

Under the grid section
label_daily_grid_buy:

1 Like

thanks it worked now the card looks flawless

the problem with the scale was solved by changing the name to icon)

This might be very off-topic, but I am trying to recreate Victron’s new GUI v3.5

Here is a pic of it.

I’m working on doing my own in Home Assistant

Here’s my question. How can I get the cool dots running along the lines to indicate flow? As found on this wonderful Inverter Power Flow Card.

My apologies if this is off topic, I do not intend on high-jacking the topic.

Eric