PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : OCPP Backend-Server


MiamiNice
2025-02-12, 16:29:16
Ich brauche privat einen OCPP Backend Server mit der Möglichkeit mehrere User zu verwalten und über RFID zu authenfizieren. Es zahllose fertige Systeme und ebensoviele Libs, um selber eine Software drum herum zu bauen.

Hat jemand Erfahrungen mit folgender Software, damit ich nicht alle installieren und testen muss?

---

OpenEVSE: OpenEVSE is an open-source project providing both hardware and firmware for building EV charging stations. It supports OCPP, making it suitable for integration with other management systems. GitHub Repository.

ChargeTime Java: This project offers an open-source implementation of OCPP in Java, supporting versions 1.6 and 2.0.1. It’s designed for developers building OCPP-compliant applications. GitHub Repository.

EV-OS (Electric Vehicle Open-Source): An open-source EV charging management system that supports OCPP. It’s customizable and is designed to manage charging stations. GitHub Repository.

OCA-OCPP by Open Charge Alliance: A reference implementation of OCPP provided by the Open Charge Alliance. It serves as a foundation for creating OCPP-compliant EV charging solutions. GitHub Repository.

SteVe (Scalable and Extensible EV infrastructure): An open-source OCPP server implementation that supports OCPP versions 1.6 and 2.0. SteVe is designed to be scalable and extensible for managing EV charging infrastructure. GitHub Repository.

Citrone OS: Citrone OS is an open-source platform designed to manage EV charging infrastructure. It supports OCPP and is built with a focus on scalability and flexibility. It is relatively new but is gaining attention in the open-source community. Website.

Everest: Developed by PIONIX, Everest is an open-source operating system designed for EV charging stations. It is modular, supports OCPP, and aims to simplify the deployment and management of charging infrastructure. GitHub Repository.

Wattpilot: Wattpilot is another open-source EV charging station software that supports OCPP. It’s developed by Fronius and designed for flexible and efficient EV charging management. While primarily used with Fronius hardware, the open-source nature allows for broader applications. GitHub Repository.

---

Ich wäre auch für andere Vorschläge dankbar.

MiamiNice
2025-02-14, 13:39:39
Zur Info, falls es mal jemand umsetzen muss:

Citrine OS ist eigentlich das was man will. Lässt sich prima als Container betreiben (alles schon fertig), ist allerdings ein wenig zu mächtig. Ist darauf ausgelegt, dass man Charger around the World hat und diese abrechnen möchte.

Für SteVe muss man ein paar mehr Kenntnisse mitbringen, vor allem wenn man es im Container betreiben möchte, es gibt nichts fertiges wie bei Citrine. Ist aber eine deutlich schmalere App und bringt die nötigen Funktionen mit.

Den Rest da oben aus der Liste, habe ich mir gespart.