Inverter Power Flow Card

Hi. Yes you can specify a sensor that provides this value. Have a look at the optional sensors under the battery config options.

1 Like

You might need to install a splitter if your battery is using the port.

1 Like

It’s been asked a few times but will require a lot of work. No plans at this stage to implement.

thanks would be a game changer though

Hi there,

I would like to put, a different configuration for the wallbox charger, thinking alone, a little more big, there is a chance ?

Thanks

Works fine with Solis S5 inverter. Only issue can’t read battery temperature.
Can I change Solis inverter picture to a different inverter picture. If selecting Solis it comes as S6 inverter picture. Thanks

I love this card, despite its complexity its really easy to configure and the adaptability is great.
My only issue is with the Battery Runtime (Time to discharge or charge), no matter what I do it’s drastically way too low.
Right at this moment my Heat Pump is on, it’s using 2.5KW the battery is at 96* SOC. Its capacity is set at 13,800 Wh but the discharge is showing 5 mins!
Shutdown SOC = 20%
I’ve changed the energy: under battery to different values but nothing changes, no errors, the Runtime stays the same.
One thing that confuses me is there is also en entity (battery_rated_capacity) which is set correctly but with or without that its the same.
The SOC works perfectly and displays the correct number.|
Anyone else seen this and more imortantly how did you fix it? Please. :hugs:

Ok, forget that, after writing my plea for help I worked it out myself. Might be useful for someone else equally as stupid though.
With the Huawei integration; on the battery there is more than one current and volatage there are the BUS sensors and the battery packs. You need the BUS sensors, it works perfectly then!

Is it possible to provide for the icon for the essential load to be displayed as an inverter? Why? This would solve the display issue of the third inverter. The household consumption could then be displayed as a non-essential load.

Hi! Is it possible to add 3 battery visualizations to this card? I understand that this will certainly come at the expense of the visibility of other entities.

Hi @marcinek0758. Its not possible at the moment

v7.2.0

What’s Changed

:rocket: Exciting New Features

:bug: Patches & Bug Fixes

Full Changelog: Comparing v7.1.3...v7.2.0 · slipx06/sunsynk-power-flow-card · GitHub

1 Like

Hi @slipx06 ,
Happy new year !! As everyone say here, your work is amazing !!
Do you think showing essentials loads and aux load together would be possible ? I think about something like this


Thanks for your time and all your work !!

Hello @slipx06 ! thanks for this update, I have got the Sunsynk Power Flow Card up and running but when I try and link the Inverter entity “Load Frequency 192” it says “No items available” . I do have an entity available though, it is sensor.deye_sunsynk_sol_ark_grid_frequency. Any ideas how I can get the entity listed to allow it to be imported? When I add it manually in the code editor the value is not displayed either.
can you let us know what I am doing wrong?

Hi. The visual editor has some filtering built in for the different entities. It looks at the device class. For this specific sensor it filters on device class equal to frequency. I’m not sure what integration method you are using to extract your inverter data but make sure that the sensor has the correct unit of measurement configured i.e Hz. You can see this in the developer tools.

Switching to the code editor will override the visual editor filtering and you can provide any sensor.

Thanks for replying so quick, so I am using the MQTT integration to get my data from my SunSynk Inverter which is published by my Solar Assistant device. I can see the entity is available, and I have manually added this into code/config section but the value is not rendering still on the card :frowning:

the entity is tracking (i think!) ok

does the unit of measurement for the entity look ok in dev tools?

Your sensor name is not correct in your config

From your dev tools

image

In your config

image

Thanks @slipx06 , sory my bad, I posted the wrong one, yes I have 2 sensors, one named sensor.deye_sunsynk_sol_ark_ac_output_frequency
and one named sensor.deye_sunsynk_sol_ark_grid_frequency - they both contain the same value, i have tried using both of them but still struggling to get the value onto the cad :sob: sorry for being such a noob btw!