📄️ Create a new charger to the system
Use this endpoint to add a new charger to the system
📄️ Removes the charger from the system
Use this to completely remove the charger from the system
📄️ Provides info about the charger
Use this endpoint to get the charger info and current status
📄️ Update Charger FW
Use this to update charger firmware
📄️ Return an array of all chargers
Return an array of all chargers
📄️ Ask Charger to send diagnostics
Use this endpoint to request the charger to send its logs to the given URL
📄️ Update Charger info
Use this to update charger info in the system
📄️ Get all drivers having access to charge with the charger
Send a request to get all drivers having access rights for the charger specified by its id
📄️ Get transaction history of the charger
This method returns the transaction history of the charger
📄️ Change charger configuration
You can change a configuration variable value with this method
📄️ Get events history of the charger
This method returns the event history of the charger, based on the search parameters. Max 200 events will be returned
📄️ Get meter value history of the charger
This method returns the meter value history of the charger
📄️ Clears the local whitelist of the charger
Asks charger to clear the local whitelist
📄️ Clear a charging profile from the charger
Send a clear charging profile request to the charger. Details need to be added in the body according to OCPP standard.
📄️ Change charger state to not operational
This call useally puts the charger socket to state where charging is not possible and it shows red light
📄️ Change charger state to operational
This call useally puts the charger socket to state where charging is possible and it shows green light
📄️ Restart the charger
There are two options for the restart, full or soft. full - can do also powercycle, soft - usually only restarts the fw
📄️ Ask latest config info from charger
Send a request to the charger to provide the latest configurations and status info
📄️ Send a charging profile to the charger
Send the charging profile request to the charger. The charging profile can be either TxDefaultProfile or TxProfile. If profile is related to a transaction, transactionId or evseTransactionId has to be set
📄️ Remotely start a new charging transaction
Start a new charging session with specific charger and socket, tied to a driver with rfidTag
📄️ Remotely stop ongoing charging transaction
Stop an ongoing charging session in the specified charger and socket
📄️ Remotely stop ongoing charging transaction
Stop an ongoing charging process with specific charger and transactionId
📄️ Try unlocking cable remotely
Tries to run the charger locking motor to unlock a cable remotely
📄️ Clear cache for the chargers specified in the request body
Clear cache for the chargers specified in the request body
📄️ Restart the chargers specified in the request body
There are two options for the restart, full or soft. full-can do also powercycle, soft-usually only restarts the fw