Recommendation for a high-voltage contactor

We would like to simply control some consumers for peak shaving by turning them on and off. Thus we are looking for a high-voltage contactor (Deutsch: Starkstrom-Schütz) that is already well supported by OpenEMS. Can someone give a recommendation?
(I did not find a contactor nature in the documentation. And I’m a little overwhelmed and confused by the visible components in OpenEMS source code, thus not sure how to find and evaluate a fitting bundle.)
Thanks! Simon

Hi Simon,

nimm doch einfach ein Relaisboard und schalte dahinter Schütz? Das sollte doch locker den Zweck erfüllen! :slight_smile:

Grüße !

Da bin ich persönlich leider zu weit von der Elektrik weg, dass ich wüsste was ich da nehmen muss und wie ich es dann in OpenEMS anbinden kann (und die Elektriker zu weit von der IT/OpenEMS). Hast du einen Link zu etwas empfehlenswerten und wie es in OpenEMS dann angesteuert wird? :slight_smile:

Das ist schon in OpenEMS als io drin

1 Like

Ich habe gerade gesehen, dass es auch schon eine IO Shelly Pro 3 Komponente in OpenEMS gibt. Wir haben bereits einen Shelly Pro 3EM (als Meter) im Einsatz, und ich glaube für den gibt es auch die Möglichkeit ein Switch-Modul zum Schalten anzuschließen. Würde das auch funktionieren?

Nein das funktioniert nicht

1 Like

Du kannst aber einen Shelly 1 oder 1PM nehmen, um ein Schütz anzusteuern.

Wir möchten gerne ein Gerät mit LAN (daher der Shelly Pro 3EM).

Es sollte kein großes Problem sein, die 3em Komponente um das Switch Add-on zu erweitern.

Das Shelly Pro 3EM Switch-Addon unterstützt nur 2A Schaltleistung (bis max 240V AC bzw. 30V DC), bräuchte also einen zusätzlichen Schütz für das eigentliche Schalten des EV-Verbrauchers.

Das Shelly Pro 3 ist laut Doku von OpenEMS unterstützt und bietet 48A Maximalstrom (3 Phasen á max 16 A).

Edit: It also supports LAN

The form factor of the shelly would fit better than the kmtronic relay board. But to not buy the wrong thing, @s_h or @Sn0w3y can you quickly confirm that it is supported in OpenEMS as contactor (16A/phase is enough for our use case). Thx.

The Shelly pro 3 implements the DigitalOutput, there are three relay channels

https://github.com/OpenEMS/openems/blob/develop/io.openems.edge.io.shelly/src/io/openems/edge/io/shelly/shellypro3/IoShellyPro3.java

and the corresponding code for writing to the shelly.

https://github.com/OpenEMS/openems/blob/develop/io.openems.edge.io.shelly/src/io/openems/edge/io/shelly/shellypro3/IoShellyPro3Impl.java

1 Like