node-red-contrib-ocpp icon indicating copy to clipboard operation
node-red-contrib-ocpp copied to clipboard

Open Charge Point Protocol Node-Red Nodes

Results 23 node-red-contrib-ocpp issues
Sort by recently updated
recently updated
newest added

The CS Request JSON node needs to pick up the name of the associated EVSE if the "name" field is left blank in the configuration dialog

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Hello, your code and examples are great. I was able to configure and remotely start or stop charging of my car using Node-red and your plugin. My PV plat currently...

Hi, I've tried to initiate charging session with an ID(Charging Card ID). I've deployed the example Project with my Keba P30x and OCPP 1.6(Soap) and almoast everything works. I get...

While working with the log file, I've noticed that it has some things that could be improved. Would it be possible to implement log levels, so that you can e.g....

Whenever I send an invalid command to the CP I'm getting this information in the log: ``` 10/1/2023, 1:44:08 PM node: OCPP Server Port 9595 type: ERROR data: Unexpected token...

I have a simple flow with an inject node that sends a timestamp to two CS Request JSON nodes, and one node is configured with a TriggerMessage/MeterValues command and the...

Hi! I am trying to send commands to a physical charger with CS-Request-JSON but it keeps saying the charger (identified by bcId) is not connected, even though the CS Server...

It would be nice to have a way of specifying the address to listen on as well as the port in the node-red UI. Hi, As title, running on Ubuntu...