Skip to main content

Limits SET

To set the limits applicable to a charging session, send a message body containing the value as a string to the corresponding topic.

/charging/amperageLimit- float - Set the maximum amperage the SECC will allow the vehicle to consume in amps.

  • The SECC always sets the limit to the minimum of all currently valid limits. This could lead to a situation where the limit set by the API is ignored because it is higher than the limit set by another part of the system.
  • A limit below 6A will be ignored and the SECC will set the limit to 0A.
  • A limit above the effectiveAmperageLimit will be ignored and the SECC will set the limit to the effectiveAmperageLimit.

/charging/powerLimit - int - Set the maximum charging power the SECC will allow the vehicle to consume in watts.

  • The power limit is internally converted to an amperage limit and behaves the same as described above. (powerLimit ÷ voltage ÷ used phases = amperageLimit)

/charging/limitTimeout - int - Set the time in milliseconds the data set by the API will be valid.

  • The default timeout for values set by the API is 300,000 milliseconds (5 minutes).

Example Request

pulsatrix/secc/A0123B4567C8/charging/amperageLimit
8.5
pulsatrix/secc/A0123B4567C8/charging/powerLimit
100000
pulsatrix/secc/A0123B4567C8/charging/limitTimeout
300000