Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Josev API documentation
Light Logo Dark Logo
Josev API documentation

Versions

External Messages:

  • Authorization
  • Boot status
  • Cable Check
  • Cable Info
  • Change Availability
  • Clock Synchronization
  • Cost Updated
  • Control Pilot Control
  • Control Pilot Status
  • Charging Station Connector
  • Charging Station Contactor
  • Charging Station Parameters
  • Charging Station Status and Limits
  • Data Transfer
  • Device Model
  • Display and Personal Message
  • Display Params
  • EV Rated Limits
  • Firmware Status
  • Hardware Fault
  • (HLC) High Level Communication Charging
  • ISO15118 State Information
  • Log status
  • Meter Values
  • HomePlug Network Information
  • Parking Bay
  • Power Electronics Setpoint
  • Reset
  • SDP
  • Service Status
  • SlacStatusUpdate
  • Stop Charging
  • Transaction Status
  • Update Firmware
  • Upload Logs
  • Websocket Status

Internal Messages:

  • Clear Charging Profile
  • Connector and Charging
  • Get Composite Schedule
  • Grid Code Settings
  • ISO15118 Authorization
  • ISO15118 Charging loop power limits
  • ISO15118 EV Certificate
  • ISO15118 Message
  • Iso15118ChargeLimit
  • Remote Grid Code Operation
  • Set Charging Profile
  • SLAC Data Link

Python modules

  • josev_api
Back to top
View this page

SLAC Data Link¶

Description.

Commands to request slac to terminate, pause or resume the datalink.

Note

Pause is done by terminating the data link, but saving the NMK and NID.

Resume can only be done if pause was requested before i.e. NMK and NID from the previous session were saved.

SlacDataLinkUpdate¶

Topic: iso15118/slac. Used by Slac Service to command request slac to terminate, pause or resume the datalink.

type

object

properties

  • id

type

string

format

uuid

  • name

const

slac_data_link

  • type

const

update

  • data

type

object

properties

  • evse_id

type

string

  • action

enum

pause, terminate, resume

Example:

{
  "id": "a504f1cd-2ae0-46cf-a93c-736a28723478",
  "name": "slac_data_link",
  "type": "update",
  "data": {
      "evse_id": "DE*SEV*E123456789",
      "action": "pause" # or "terminate", "resume"
  }
}

Next
josev_api
Previous
Set Charging Profile
Copyright © 2024, EcoG
Made with Sphinx and @pradyunsg's Furo
On this page
  • SLAC Data Link
    • SlacDataLinkUpdate