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
169 stars 51 forks source link

16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter #17

Closed starrateit closed 1 year ago

starrateit commented 1 year ago

Hi,

Any chance we could get an updated card which includes 3 x MPPT's? Then can we use the Aux for power coming in from a Micro Inverter?

Thanks Spencer

slipx06 commented 1 year ago

Hi. This will require some work to move svg elements around to make space. If there's enough demand for this it can be done.

starrateit commented 1 year ago

Thank you, the same issue will exist with the larger 3 phase units they have 4 MPPT’s. So ideally design to encompass all versions, the inclusion of all 4 will be best and use case will increase!

Thanks, Spencer

From: slipx06 @.> Sent: Tuesday, May 9, 2023 6:46 AM To: slipx06/sunsynk-power-flow-card @.> Cc: Spencer Bizzell @.>; Author @.> Subject: Re: [slipx06/sunsynk-power-flow-card] 16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter (Issue #17)

Hi. This will require some work to move svg elements around to make space. If there's enough demand for this it can be done.

— Reply to this email directly, view it on GitHubhttps://github.com/slipx06/sunsynk-power-flow-card/issues/17#issuecomment-1539103220, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRECWZ7EENOMC4MIBREM4LXFHDWVANCNFSM6AAAAAAX2L3PXY. You are receiving this because you authored the thread.Message ID: @.**@.>>

Use Mimecast to eliminate the risk of downtime and data loss during the migration to Exchange 2010 - for free through the Migration Assist special.

slipx06 commented 1 year ago

I have an idea on how we can add up to 4. :)

starrateit commented 1 year ago

Excellent, currently the max MPPT’s on the sunsynks is 4!

Out of interest I see I have my Aux supply working which is a micro inverter with a 3kW grid tied inverter feeding in, see below but I am not sure if it is registering the power the wrong way? Do I need to make a template to make a sensor where it flips it to a negative number? Or is this right? [Image.jpeg]

You will see I only have my PV1 and 2 at the moment so my PV is a little skewed.

Thanks for your help !!!

Get Outlook for iOShttps://aka.ms/o0ukef


From: slipx06 @.> Sent: Tuesday, May 9, 2023 2:01 PM To: slipx06/sunsynk-power-flow-card @.> Cc: Spencer Bizzell @.>; Author @.> Subject: Re: [slipx06/sunsynk-power-flow-card] 16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter (Issue #17)

I have an idea on how we can add up to 4. :)

— Reply to this email directly, view it on GitHubhttps://github.com/slipx06/sunsynk-power-flow-card/issues/17#issuecomment-1540016816, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRECW7FTEZ4W3JHQH3NMWLXFIW2JANCNFSM6AAAAAAX2L3PXY. You are receiving this because you authored the thread.Message ID: @.***>

Use Mimecast to eliminate the risk of downtime and data loss during the migration to Exchange 2010 - for free through the Migration Assist special.

slipx06 commented 1 year ago

Can you reattach the image

starrateit commented 1 year ago

Get Outlook for iOShttps://aka.ms/o0ukef


From: slipx06 @.> Sent: Tuesday, May 9, 2023 3:10 PM To: slipx06/sunsynk-power-flow-card @.> Cc: Spencer Bizzell @.>; Author @.> Subject: Re: [slipx06/sunsynk-power-flow-card] 16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter (Issue #17)

Can you reattach the image

— Reply to this email directly, view it on GitHubhttps://github.com/slipx06/sunsynk-power-flow-card/issues/17#issuecomment-1540096455, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRECW7JWC2QADSVDBNEJ5DXFI62NANCNFSM6AAAAAAX2L3PXY. You are receiving this because you authored the thread.Message ID: @.***>

Use Mimecast to eliminate the risk of downtime and data loss during the migration to Exchange 2010 - for free through the Migration Assist special.

slipx06 commented 1 year ago

I still cant see the image. You'll need to upload form the GitHub site

starrateit commented 1 year ago

WhatsApp Image 2023-05-09 at 15 35 14

starrateit commented 1 year ago

Sorry there we go

slipx06 commented 1 year ago

Ok so that is 307 Watt input on the aux port. I'll check the logic. Dot should be moving from right to left

starrateit commented 1 year ago

It is moving left to right currently. I would have thought the other way but remember the power is actually coming in from a Microinverter supplying power to the Inverters common bus bars. Just remember there is some hidden PV power coming in there which you can't see on PV3, so the numbers might be short by around 700W I think it was at the time.

starrateit commented 1 year ago

image

So the total for example should be this. if you want to do the maths and check everything

starrateit commented 1 year ago

image

Here are the directions... I think Aux should be the other way based on the way the PV DC Solar is flowing

starrateit commented 1 year ago

image

This gives you all the PV info including the Aux in the Entity tile on the bottom right

slipx06 commented 1 year ago

The thing is you can use the aux port feed power to another load or receive as you have i.e generator or micro-invetrer. I need to create a config option to cater for this. In the mean time you can create a template sensor to assign a negative value to input power to correct the flow.

sensor:
  - platform: template
    sensors:
      aux_inverted:
    friendly_name: "Aux Input Power Inverted"
        value_template: "{{ -1 * states('sensor.ss_aux_power') | float }}"
        unit_of_measurement: 'W' 

Thanks for the valuable feedback

starrateit commented 1 year ago

Ok cool yeah that was what I was thinking, will do. I can also try and work around the MPPT’s for now by grouping. Not ideal as I can’t then see a problematic MPPT but will use it is a temp fix which should work. Thanks for the help and your cool card. 😊

From: slipx06 @.> Sent: Tuesday, May 9, 2023 4:01 PM To: slipx06/sunsynk-power-flow-card @.> Cc: Spencer Bizzell @.>; Author @.> Subject: Re: [slipx06/sunsynk-power-flow-card] 16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter (Issue #17)

The thing is you can use the aux port feed power to another load or receive as you have i.e generator or micro-invetrer. I need to create a config option to cater for this. In the mean time you can create a template sensor to assign a negative value to input power to correct the flow.

`sensor:

Thanks for the valuable feedback

— Reply to this email directly, view it on GitHubhttps://github.com/slipx06/sunsynk-power-flow-card/issues/17#issuecomment-1540186350, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRECW7277QTXREQ5O3RJFDXFJE3HANCNFSM6AAAAAAX2L3PXY. You are receiving this because you authored the thread.Message ID: @.**@.>>

Use Mimecast to eliminate the risk of downtime and data loss during the migration to Exchange 2010 - for free through the Migration Assist special.

slipx06 commented 1 year ago

Something like this

image

starrateit commented 1 year ago

😀 yes that looks great 👍🏻👍🏻

Get Outlook for iOShttps://aka.ms/o0ukef


From: slipx06 @.> Sent: Tuesday, May 9, 2023 8:46 PM To: slipx06/sunsynk-power-flow-card @.> Cc: Spencer Bizzell @.>; Author @.> Subject: Re: [slipx06/sunsynk-power-flow-card] 16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter (Issue #17)

Something like this

[image]https://user-images.githubusercontent.com/7227275/237191161-c93443d1-4aed-4ab8-91ea-d0b47ec01725.png

— Reply to this email directly, view it on GitHubhttps://github.com/slipx06/sunsynk-power-flow-card/issues/17#issuecomment-1540708732, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRECWYTVN7BW2OC52IJTZ3XFKGEZANCNFSM6AAAAAAX2L3PXY. You are receiving this because you authored the thread.Message ID: @.***>

Use Mimecast to eliminate the risk of downtime and data loss during the migration to Exchange 2010 - for free through the Migration Assist special.

slipx06 commented 1 year ago

I've just pushed a new release. v1.3.0 with this. There is also the option to invert AUX

starrateit commented 1 year ago

Excellent I will give it a try!

From: slipx06 @.> Sent: Wednesday, May 10, 2023 9:29 AM To: slipx06/sunsynk-power-flow-card @.> Cc: Spencer Bizzell @.>; Author @.> Subject: Re: [slipx06/sunsynk-power-flow-card] 16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter (Issue #17)

I've just pushed a new release. v1.3.0 with this. There is also the option to invert AUX

— Reply to this email directly, view it on GitHubhttps://github.com/slipx06/sunsynk-power-flow-card/issues/17#issuecomment-1541491419, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRECW4AWOATLLM4ZXNTOTDXFM7UDANCNFSM6AAAAAAX2L3PXY. You are receiving this because you authored the thread.Message ID: @.**@.>>

Use Mimecast to eliminate the risk of downtime and data loss during the migration to Exchange 2010 - for free through the Migration Assist special.

starrateit commented 1 year ago

image

Looking good, thanks for adding the option to remove the Non-essentials! Just a small bug seems to have come in where the flow direction has stopped working on the Grid and on the Aux. Or do I need to reload?

slipx06 commented 1 year ago

I'll fix that. I know what the issue is

slipx06 commented 1 year ago

Just pushed and update. Should be fixed in v1.3.2. Note that the AUX value of the card will not show a negative number. The flow animation is used to indicate input or output. You just have to make sure that your sensor records a negative number for input and positive for output

starrateit commented 1 year ago

Cool thanks.

From: slipx06 @.> Sent: Wednesday, May 10, 2023 12:29 PM To: slipx06/sunsynk-power-flow-card @.> Cc: Spencer Bizzell @.>; Author @.> Subject: Re: [slipx06/sunsynk-power-flow-card] 16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter (Issue #17)

I'll fix that. I know what the issue is

— Reply to this email directly, view it on GitHubhttps://github.com/slipx06/sunsynk-power-flow-card/issues/17#issuecomment-1541888695, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRECW2LDZNVVS5ZHREPM43XFNUXHANCNFSM6AAAAAAX2L3PXY. You are receiving this because you authored the thread.Message ID: @.**@.>>

Use Mimecast to eliminate the risk of downtime and data loss during the migration to Exchange 2010 - for free through the Migration Assist special.

starrateit commented 1 year ago

Ok will do a template for it and let you know all is sorted.

From: slipx06 @.> Sent: Wednesday, May 10, 2023 1:58 PM To: slipx06/sunsynk-power-flow-card @.> Cc: Spencer Bizzell @.>; Author @.> Subject: Re: [slipx06/sunsynk-power-flow-card] 16kW Sunsynk has 3 x MPPT's and how can we add in Micro Inverter (Issue #17)

Just pushed and update. Should be fixed in v1.3.2. Note that the AUX value of the card will not show a negative number. The flow animation is used to indicate input or output. You just have to make sure that your sensor records a negative number for input and positive for output

— Reply to this email directly, view it on GitHubhttps://github.com/slipx06/sunsynk-power-flow-card/issues/17#issuecomment-1542075164, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRECW2TPYSJYUZKOQJI5A3XFN7D3ANCNFSM6AAAAAAX2L3PXY. You are receiving this because you authored the thread.Message ID: @.**@.>>

Use Mimecast to eliminate the risk of downtime and data loss during the migration to Exchange 2010 - for free through the Migration Assist special.

slipx06 commented 1 year ago

There is an option in the card to invert this for you. No need for a template now. Just set it to yes