I live in The Netherlands and in some neighborhoods, when the sun shines in the summer, the grid voltage rises above 250V. At 253V the PV inverters stops producing energy as per European regulations.
I’m trying make an automation, either in Node-Red or physical switch, to switch off the grid, going off-grid, at around 250V. So the PV energy will keep going into batteries instead of switched off. And lets say below 249V the system will connect back to the grid.
I just can’t figure out how I’m going to do this. I know in the Assistants there is an assistant to control the AC-IN relay with a few variables, but Voltage isn’t one of them unfortunately. In Node-Red I can’t see a node that let me control the AC-IN relay.
I guess you are using the european grid code since theres no dutch specific one?
The overvoltage trip point is at 110% as standard, but you could lower that. But im not sure if you would be allowed to change gridcode settings as per your grid supplier or national electrical code.
Setting the reactive power regulation to “Q as a function of input voltage” in theory also helps, but i doubt that only one system using that would make a real change.
I used to do things through assistants, but ive recently gave nodered a try, and just because its much easier to do changes i prefer it already. The workflow is very different, i still havent figured out what the actual thought is behind topics and payloads, but im getting there.
As for using nodered for this, i suppose you can take the input voltage, add a threshold and then control the AC input ignore. But then theres no hysteresis, so probabaly you’ll be better off using a function block
It is a three phase system with MP5000 and two SolarEdge pv inverters. Those SE inverters will cut-out at 253V which often happens when sun shines in the summer.
I just found out if I change the mode in VRM from ‘on‘ to ‘invert only‘ it will open AC-in relay and I will be in off-grid mode. Now just need to figure out how to control this mode through Node-Red.
Enables “Ignore ACin” if the mains voltage is above 245V
But again, has no hysteresis, so the mains voltage falling below 245V will activate ACin again. It does have a delay (debounce) that you could increase, but it would delay both enable and disable. Rather use a function block and write a small program
Great, thanks for helping out. With the help of ChatGPT I’ve made a Function Node with the following functions:
If one of the phases are above 251V => 15 minute timer will start
If the phase above 251V drops again below 251V within the 15 minute timer => timer stops
If 15 minutes has passed and one or more phases are above 251V => sends “1“ to activate IgnoreACin1
If voltages of the phase(s) above 251V drops below 251V => 15 minute timer starts again
If voltages are below 251V => sends “0“ to deactivate IgnoreACin1.
Change nodes before the Function Node because if the Topic from Victron changes in the future, it won’t hurt the Function Node and it will keep functioning.
We have 3 x 25A main grid fuses and 3 x Multiplus 6K5’s with our home connected to AC OUT including the PV inverters. No problem here with grid outages. Isn’t that ultimately what you should use?
Strange advise. Why would you change the netcode for you benefit? It is by law those netcode parameters and by changing it you’re in illegal territory. As a “Victron Export“ I was expecting a different advise…