There also appears to be a local interface for the Newmotion charge point. At least mine, a Home Advanced 11Kw, has one. It is at http://IP-address:12800
Shows information about the current session, and a list of the most recent sessions. I have not been able to find whether there is an opportunity to start and stop sessions, but that may well be part of an API that is not exposed
UPDATE:
http://ipaddress:12800/user/status returns a JSON with details about current session. See the example below
{
"cpid":"#####",
"serial":"####",
"model":"HOMEADVANCED",
"imsi":"####",
"iccid":"#####",
"meterSerial":"####",
"meterType":"3f_Inepro",
"ocppType":"JOCPP15",
"ocppEndpoint":"wss://chargenetwork.thenewmotion.com/ocppws/",
"ocppProtocolType":"ocpp/json",
"ocppStatus":"Accepted",
"modemStatus":"Modem not active with csq +CSQ: 99,99 not connected ip: ####",
"connectors":[
{
"id":1,
"type":"Type2 Cable",
"status":"ON",
"max":{
"phases":"PHASE1",
"current":16.0,
"currentArray":[
16.0,
0.0,
0.0
]
},
"plugMax":{
"phases":"PHASE3",
"current":53.0,
"currentArray":[
53.0,
53.0,
53.0
]
},
"limit":{
"phases":"PHASE1",
"current":16.0,
"currents":[
16.0,
0.0,
0.0
],
"currentArray":[
16.0,
0.0,
0.0
]
},
"chargingRate":"Charging rate: 0kw 3 phase [0A pf ] ",
"chargingNeed":"Need: 36.57kw 3 phase [53A ] ",
"errors":[
],
"warnings":[
],
"transaction":{
"privateId":###,
"publicId":"###",
"status":"CHARGING",
"consumed":16150.0,
"token":"###########",
"start":1662309285835,
"statusCar":"idle",
"fullPotential":true
}
}
],
"maxLimit":{
"phases":"PHASE1",
"current":32.0,
"currentArray":[
32.0,
0.0,
0.0
]
},
"status":"ON",
"version":"###",
"errors":[
],
"warnings":[
]
}