2024-11-20T17:16:19.110Z SYS> Session logging started.
2024-11-20T17:16:20.677Z SYS> Connecting
2024-11-20T17:16:20.735Z SYS> Connected
2024-11-20T17:16:20.736Z ChargePoint>CentralSystem BootNotification
[
  2,
  "c8e21c8f-ffcd-4724-83b7-c67445f73e9a",
  "BootNotification",
  {
    "chargingStation": {
      "firmwareVersion": "1.0",
      "model": "EVerestModel",
      "serialNumber": "012345678",
      "vendorName": "EVerestVendor"
    },
    "reason": "PowerUp"
  }
]
2024-11-20T17:16:20.752Z CentralSystem>ChargePoint BootNotificationResponse
[
  3,
  "c8e21c8f-ffcd-4724-83b7-c67445f73e9a",
  {
    "currentTime": "2024-11-20T17:16:20Z",
    "interval": 300,
    "status": "Accepted"
  }
]
2024-11-20T17:16:20.811Z ChargePoint>CentralSystem SecurityEventNotification
[
  2,
  "cd241c35-3b15-49d7-9bba-afd895bfe330",
  "SecurityEventNotification",
  {
    "techInfo": "Charging Station powered up! Firmware version: 1.0",
    "timestamp": "2024-11-20T17:16:20.735Z",
    "type": "StartupOfTheDevice"
  }
]
2024-11-20T17:16:20.816Z CentralSystem>ChargePoint SecurityEventNotificationResponse
[
  3,
  "cd241c35-3b15-49d7-9bba-afd895bfe330",
  {}
]
2024-11-20T17:16:20.816Z ChargePoint>CentralSystem StatusNotification
[
  2,
  "582485f3-d004-4388-ac1f-44964a61f278",
  "StatusNotification",
  {
    "connectorId": 1,
    "connectorStatus": "Available",
    "evseId": 1,
    "timestamp": "2024-11-20T17:16:20.810Z"
  }
]
2024-11-20T17:16:20.818Z CentralSystem>ChargePoint StatusNotificationResponse
[
  3,
  "582485f3-d004-4388-ac1f-44964a61f278",
  {}
]
2024-11-20T17:18:39.690Z ChargePoint>CentralSystem StatusNotification
[
  2,
  "99c7c1de-fdeb-48b2-82d3-7c1430cfb523",
  "StatusNotification",
  {
    "connectorId": 1,
    "connectorStatus": "Occupied",
    "evseId": 1,
    "timestamp": "2024-11-20T17:18:39.689Z"
  }
]
2024-11-20T17:18:39.692Z CentralSystem>ChargePoint StatusNotificationResponse
[
  3,
  "99c7c1de-fdeb-48b2-82d3-7c1430cfb523",
  {}
]
2024-11-20T17:18:41.399Z ChargePoint>CentralSystem Authorize
[
  2,
  "7113e557-b1d3-4e3f-868a-b6747621d5b8",
  "Authorize",
  {
    "idToken": {
      "idToken": "DEADBEEF",
      "type": "ISO14443"
    }
  }
]
2024-11-20T17:18:41.408Z CentralSystem>ChargePoint AuthorizeResponse
[
  3,
  "7113e557-b1d3-4e3f-868a-b6747621d5b8",
  {
    "idTokenInfo": {
      "status": "Accepted"
    }
  }
]
2024-11-20T17:18:41.557Z ChargePoint>CentralSystem TransactionEvent
[
  2,
  "9d6dd543-da6c-4641-8b34-5406b6949b91",
  "TransactionEvent",
  {
    "eventType": "Started",
    "evse": {
      "connectorId": 1,
      "id": 1
    },
    "idToken": {
      "idToken": "DEADBEEF",
      "type": "ISO14443"
    },
    "meterValue": [
      {
        "sampledValue": [
          {
            "context": "Transaction.Begin",
            "location": "Outlet",
            "measurand": "Energy.Active.Import.Register",
            "unitOfMeasure": {
              "unit": "Wh"
            },
            "value": 0.0
          },
          {
            "context": "Transaction.Begin",
            "location": "Outlet",
            "measurand": "Energy.Active.Import.Register",
            "phase": "L1",
            "unitOfMeasure": {
              "unit": "Wh"
            },
            "value": 0.0
          },
          {
            "context": "Transaction.Begin",
            "location": "Outlet",
            "measurand": "Energy.Active.Import.Register",
            "phase": "L2",
            "unitOfMeasure": {
              "unit": "Wh"
            },
            "value": 0.0
          },
          {
            "context": "Transaction.Begin",
            "location": "Outlet",
            "measurand": "Energy.Active.Import.Register",
            "phase": "L3",
            "unitOfMeasure": {
              "unit": "Wh"
            },
            "value": 0.0
          },
          {
            "context": "Transaction.Begin",
            "location": "Outlet",
            "measurand": "Current.Import",
            "phase": "L1",
            "unitOfMeasure": {
              "unit": "A"
            },
            "value": 0.0
          },
          {
            "context": "Transaction.Begin",
            "location": "Outlet",
            "measurand": "Current.Import",
            "phase": "L2",
            "unitOfMeasure": {
              "unit": "A"
            },
            "value": 0.0
          },
          {
            "context": "Transaction.Begin",
            "location": "Outlet",
            "measurand": "Current.Import",
            "phase": "L3",
            "unitOfMeasure": {
              "unit": "A"
            },
            "value": 0.0
          },
          {
            "context": "Transaction.Begin",
            "location": "Outlet",
            "measurand": "Current.Import",
            "phase": "N",
            "unitOfMeasure": {
              "unit": "A"
            },
            "value": 0.0
          }
        ],
        "timestamp": "2024-11-20T17:18:40.981Z"
      }
    ],
    "offline": false,
    "seqNo": 0,
    "timestamp": "2024-11-20T17:18:41.543Z",
    "transactionInfo": {
      "chargingState": "EVConnected",
      "transactionId": "59d68567-24b7-440e-8c54-7c75f3bfbc9b"
    },
    "triggerReason": "Authorized"
  }
]
2024-11-20T17:18:41.584Z CentralSystem>ChargePoint TransactionEventResponse
[
  3,
  "9d6dd543-da6c-4641-8b34-5406b6949b91",
  {
    "idTokenInfo": {
      "status": "Accepted"
    }
  }
]