hass-chargeamps
hass-chargeamps copied to clipboard
If OCPP is tured off remote start/stop will not work
There is currently a "bug" (still being investigated by Charge Amps) that if the box has OCPP enabled (not CAPI) stopping charging when a charging session is active does not work. It is unclear if this is intentional or not.
A work-around for this is to use the RFID-endpoint instead:
-
PUT /api/v4/chargepoints/{chargePointId}/connectors/{connectorId}/remotestart
-
PUT /api/v4/chargepoints/{chargePointId}/connectors/{connectorId}/remotestop
This would require an RFID tag to be created, and associated with the box in the admin UI (or through the API).
It would be a great feature to add to the component to be able to use the RFID remotestart/remotestop functionality.