Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

OCPP commands backend(CentralSystem) to chargepoint #23

Description

@RevenMyst

I want to develop a backend with a GUI that shows the current state of the chargepoint.
I'm able to get info from incoming messages from the chargepoint however I'm not able to send message from my backed to the chargepoint.
More precisely, I'm able to send the commands to the chargepoint : If I send

[2,"0","TriggerMessage",{"requestedMessage":"Heartbeat"}]

The interactive command tool print :

meter14:31:56.486 [scala-execution-context-global-22] INFO | <<= - TriggerMessageReq(Heartbeat)

However it does nothing more : it doesn't accept nor refuse and definitively does not send a heartbeat.
I tried writing in the command line

TriggerMessageRes(TriggerMessageStatus.Accepted)

But it doesn't seem to be of any help.

Thank you !

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions