#
ocpp
Here are 62 public repositories matching this topic...
Python implementation of the Open Charge Point Protocol (OCPP).
-
Updated
May 11, 2022 - Python
Open Charge Point Protocol
-
Updated
Oct 8, 2021 - Scala
OCPP 1.6 client for ESP32 / ESP8266
-
Updated
May 26, 2022 - C++
lorenzodonini
commented
Nov 23, 2020
Follow-up to #40
Errors sent over the errC channels in WsServer and WsClient are currently basic errors.
In some cases errors should be structs, containing some additional info, such as:
- client ID
- operation? (ping, write, close, ...)
Any struct will still be sent as an error, therefore not breaking the API. Channel consumers, however, may optionally perform type assertion and
good first issue
Good for newcomers
Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
-
Updated
May 27, 2022 - Python
OCPP server and management UI written in .NET-Core
-
Updated
Apr 3, 2022 - C#
Open Charge Point Protocol
-
Updated
Mar 24, 2022 - JavaScript
v1.5 and v1.6 OCPP implementation in Golang
-
Updated
Feb 16, 2022 - Go
Hacky but it works for testing purposes
-
Updated
Jan 18, 2019 - JavaScript
OCPP 2.0 Charge Point Simulator | From: https://github.com/nenecmrf/OCPP-J-CP-Simulator
-
Updated
Apr 15, 2020 - HTML
Connectivity between the World Wide Charging Protocol (WWCP) and the Open Charge Point Protocol (OCPP v1.6/v2.0).
-
Updated
Nov 3, 2021 - C#
A Scriptable OCPP Chargepoint Simulator for OCPP 1.6J. Client and Server.
-
Updated
Mar 26, 2022 - TypeScript
Open Charge Point Protocol Node-Red Nodes
-
Updated
Apr 9, 2022 - JavaScript
Websocket balancer is a stateful reverse proxy for websockets with non disruptive transparent switching from one backend to another in event of a failure.
-
Updated
Sep 10, 2020 - Go
-
Updated
May 10, 2022 - TypeScript
OCPP charger (charging station) simulator
-
Updated
Mar 30, 2022 - TypeScript
-
Updated
Apr 27, 2022 - Go
A virtual charging station for testing implementing e.g. the Open Charge Point Protocol (OCPP v1.6/v2.0.1).
-
Updated
Mar 29, 2022 - TypeScript
Adapter to connect OCPP 1.6 supported Wallbox to ioBroker.
-
Updated
Mar 21, 2022 - TypeScript
e-Mobility OCPP-J Charging Stations simulator
-
Updated
May 27, 2022 - TypeScript
This repo helps in connecting ocppJ1.6 complaint CMS server using websockets
-
Updated
May 17, 2020 - C
Azure IoT Edge Module implementing the Open Charge Point Protocol (OCPP) V1.5 and V1.6 Central System
-
Updated
Apr 3, 2022 - C#
Improve this page
Add a description, image, and links to the ocpp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ocpp topic, visit your repo's landing page and select "manage topics."
As I mentioned in #93, we downcast to check. This creates direct dependencies from higher level entities to lower level entities.
Here is an example where we downcast to check if it's an instance of a 3rd part library, thereby creating a hard dependency to that 3rd part library. In this case an XML component, and since XML is being replaced by json in the OCPP standard, this dependency is unfor