apostoldevel / ocpp-cs

OCPP Central System and Charge Point emulator.
https://ocpp-css.com
MIT License
52 stars 15 forks source link

Monitoring SoC of the car #15

Closed sait1801 closed 6 months ago

sait1801 commented 6 months ago

Hi again, I would like to ask a question about car's status check commands. I wnat to get the current SoC of the car but metervalues command is not implemented here. What command should I use? The GetCompositeSchedule Does not return the SoC of the car.

Thanks in advanced

ufocomp commented 6 months ago

Hello! To trigger a MeterValues request You need to use the TriggerMessage command (more details in the protocol specification version 1.6 section 6.51. TriggerMessage.req).

image

Best regards, OCPP CSS.

sait1801 commented 6 months ago

Thanks for the support