OCPP.Core icon indicating copy to clipboard operation
OCPP.Core copied to clipboard

OCPP server and management UI written in .NET-Core

Results 17 OCPP.Core issues
Sort by recently updated
recently updated
newest added

Could you please provide an example of how to send a message from the server to a ChargePoint using the library. Say, for example, a SetChargingProfile message. There doesn't seem...

It was not working with multiple charger at the same time at a single grid due to load issue . Do you have any idea or details if we want...

hi All Is it possible to send to the OCCP client using the energy value, after which the charger will automatically stop charging? anyways to which might work Here is...

Add support for: * RemoteStartTransaction * RemoteStopTransaction

# Changes ## Projects Updated project for .NET 6 * Update packages * Add Newtonsoft to make it build ## README Update .NET Core 3.1 to .NET 6 in text...

Hi I can make it work using localhost address (ws://localhost:8081/OCPP/TestAAA) but over the IP (ws://192.168.1.116:8081/OCPP/TestAAA) doesnt work. what setting should I do? I added rule for firewall 8081 port. still...

Hi, I maintain a library called [SimpleR](https://github.com/vadrsa/SimpleR). In a nutshell, it is a fork of SignalR without the custom protocols allowing you to write very fast pure WebSocket servers. So...

To display the information on the home page a query with a view is used. This view joints two tables. The `Transactions` table can get very large so the join...

Instead of using the view in the database, use a query directly. I kept he view object as a viewmodel, can change it later. Also this doesn't delete the view...

Looks like a simple typo. It affect the logging, reporting the wrong controller.