9.1 Expected Log Control Output

Run the evse_app application. Once the connection to the CSMS is established, the following logs should be visible on the charge point and CSMS consoles:

  • Yocto Project®
    root@<board-name>:/ocpp# ./evse_app
    Charger initialized with 2 EVSE(s), each having 2 connector(s).
    Opened database successfully
    Charger connected to CSMS
    Current working directory: /ocpp
    ISO 15118: using interface eth0, bound to EVSE 1
    APP_Init(): Initialized
    APP_Init(): APP_Init: network_interface=eth0
    APP_InitNetworkInterface(): APP_InitNetworkInterface: iface_index=2
    APP_InitNetworkInterface(): APP_InitNetworkInterface: ResolveLocalIPV6 returned
    Charger online ...
    
  • Buildroot

    In the Buildroot image, the executable is located in /usr/ocpp.

    root@<board-name> ~]# cd /usr/ocpp
    root@<board-name>:/usr/ocpp# ./evse_app
    Charger initialized with 2 EVSE(s), each having 2 connector(s).
    Opened database successfully
    Charger connected to CSMS
    Current working directory: /usr/ocpp
    ISO 15118: using interface eth0, bound to EVSE 1
    APP_Init(): Initialized
    APP_Init(): APP_Init: network_interface=eth0
    APP_InitNetworkInterface(): APP_InitNetworkInterface: iface_index=2
    APP_InitNetworkInterface(): APP_InitNetworkInterface: ResolveLocalIPV6 returned
    Charger online ...