question

andrii-podanenko avatar image
andrii-podanenko asked

Change priority of MPPT disabling when excess solar?

Hi

My setup has 1 low voltage mppt 150/70 and second MultiRS 6000 Dual tracker

1716209531389.png


When there is an excess solar - system disables MultiRS trackers, but I'd prefer MPPT 150/70 to be disabled first

Is there any way to change order in alghorytm?

MPPT SmartSolar
1716209531389.png (150.2 KiB)
2 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Daniël Roux avatar image Daniël Roux commented ·

Purely out of curiosity - why do you want to adjust this behaviour?

0 Likes 0 ·
andrii-podanenko avatar image andrii-podanenko Daniël Roux commented ·
efficiency of low voltage array is slightly lower, more loss in cables via heating, while MultiRS arrays are on house facade - less heat from sun
0 Likes 0 ·
3 Answers
JohnC avatar image
JohnC answered ·

@Andrii Podanenko

Try setting the target Voltage(s) on the 150/70 very slightly lower than the RS. 0.1V is plenty usually, but you may be able to get away with much less. Nice to have DVCC enabled, so they both see the same V on the battery.

4 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

andrii-podanenko avatar image andrii-podanenko commented ·
MultiRS has 0.2V higher voltages. Doesn't work
0 Likes 0 ·
Show more comments
Alex Pescaru avatar image
Alex Pescaru answered ·

Hi @Andrii Podanenko

As there is no direct user control about this, maybe it's time to take a more programmatically approach.

dbus-systemcalc-py/delegates/dvcc.py is the script to "mess with".

There is a function named _distribute_current() that later calls for distribute() and _balance_chargers() functions.

Maybe you can modify to do whatever you want there....

Alex

2 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

andrii-podanenko avatar image andrii-podanenko commented ·
Could you point me to the repo itself, please? @Alex Pescaru
0 Likes 0 ·
Alex Pescaru avatar image Alex Pescaru andrii-podanenko commented ·

Use an utility like WinSCP in Windows, and log in as root to see the Cerbo's filesystem.

Then the folder you are looking is /opt/victronenergy/dbus-systemcalc-py/delegates.

Alternatively, only for studying you can look at the Victron's github repository: https://github.com/victronenergy/dbus-systemcalc-py




2 Likes 2 ·
Alex Pescaru avatar image
Alex Pescaru answered ·

Hi @Andrii Podanenko

Did you managed to solve it?

If yes, how?

Thanks,

Alex

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

andrii-podanenko avatar image andrii-podanenko commented ·
No, I didn't

Voltage difference doesn't work

I'm assuming before MultiRS is fully supported in VRM - this is a tough task to debug and resolve

I can try do this via NodeRED, to disable MPPT when SOC in some condition, but I'm afraid of breaking underlying logic of Victron

1 Like 1 ·