slipx06 / sunsynk-power-flow-card

⚡A customizable Home Assistant card to emulate the Sunsynk System flow that's displayed on the Inverter screen.
MIT License
161 stars 48 forks source link

Compact Mode / Display essential_load1_extra, essential_load2_extra, essential_load3_extra, essential_load4_extra #472

Closed MiniBlister closed 3 weeks ago

MiniBlister commented 3 weeks ago

Is there an existing issue for this?

Current Behavior

In the compact mode the essential_load1_extra, essential_load2_extra, essential_load3_extra, essential_load4_extra is not shown

grafik

Expected behaviour

It seems like there is space to show the values.

Possible Solutions

In case Load1 and Load2 would be moved up by 20 the extra field could be displayed as well.

grafik

Mode

lite

Context / Reason

add additional space between. 20 px should be enough and display the extra fields

MiniBlister commented 3 weeks ago

Ahh, just realized, that extra3 and extra4 do not exist yet

slipx06 commented 3 weeks ago

At the moment extra information is only displayed when you have 2 loads. I never added them because of space but I can relook at it.

MiniBlister commented 3 weeks ago

I added load3 and load4 in local copy but still need to work the position. Do you want me to commit the change in case done?

slipx06 commented 3 weeks ago

Sure. Happy for you to submit a pull request

MiniBlister commented 3 weeks ago

submitted a pull request. Hope this works. Please let me know in case I did something wrong