question

Myles Best avatar image
Myles Best asked

Cerbo GX Setting Amperage Limit based on Generator

Howdy- I'm setting up an RV install with 2x Multiplus, a Cerbo, pre-existing automatic transfer switch (ATS), and pre-existing 220V Onan genset. Okay- so the transfer switch takes shore (50A service) and generator haven't tested which it favors. So my thoughts are ATS L1 going to one multiplus and ATS L2 going to the other multiplus. What I'm confused about here is if I can setup decently smart amperage limits based on the input. Eg, can I say that for shore I'm at the house and hooked up to a 15 or 20A, but if the generator is on use all the available 45 amps. I know that since the ATS is out of the CAN system (is there any integrated ATS?) it won't know which source is active. But my thought is if the system is kicking the generator on itself, that it would set it to 45A. After the generator goes off, set it back to previous amperage. Is this something that the Cerbo can do or something that I might want to write an MQTT script for? Though- if I recall correctly, since the gen is 5.5KW with 2 lines, the input amperage should be ~22.5 which is close enough to the 20A in this example and on a 50A service or 30A service switching to the genset doesn't make sense. So I'm probably just over thinking this 15/20A service situation but am curious if others have answers.

cerbo gxGenerator
2 |3000

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

4 Answers
Matthias Lange - DE avatar image
Matthias Lange - DE answered ·

If you can add an additional relay to the ATS or to the generator input you could use the "Input current limit control" assistant to lower the input current limit if the generator is running.

2 |3000

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

Kevin Windrem avatar image
Kevin Windrem answered ·

This comes up a lot. The Multiplus has no way of knowing whether the AC source is grid or generator so it can't switch current limits. A GX device (Cerbo) does not provide any help there except that you could as you say use MQTT, or other mechanisms to set the input current limit parameter when switching between grid and generator.

6 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.

derrick thomas avatar image derrick thomas commented ·
Kevin first I want to say I am really impressed with the work you do for this community, you are a valuable asset.


I admit right off I know just enough about programming to know I don't know anything at all. That being said, if the digital input on the cerbo is being used to sense the generator run state would it be possible to (upon activation of the input) first read the existing input current limit variable and store it to be used later, then set the variable to a user predefined value for generator input current limit. Then when the digital input changes state indicating that the generator is no longer running, reset the input current limit variable back to the previously set value?

0 Likes 0 ·
Show more comments
Myles Best avatar image
Myles Best answered ·

For any future folks. This was my solution using an LCI Gateway (common in American RVs) and MQTT: https://github.com/TheEmpty/generator-manager


For anyone technical, should be easy enough to switch the generator start/stop to a trait and have the config setup the instance so that it supports using the Victron relays or any other item. But since the Onan generators don't like the built-in relay it was easier to run it this way for me.

2 |3000

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

derrick thomas avatar image
derrick thomas answered ·

I ended up using node red and a digital input triggered from the ats to switch between shore and generator current limits.

2 |3000

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