0.0.1 • Published 5 years ago
jsze v0.0.1
Renault ZE Services node
Provides functionality to retrieve data from the Renault ZE Services API. Designed to be installed into Node Red.
When triggered, the node will login and retrieve the status of the vehicles. It will output multiple messages for battery, cockpit,... payload see the following example:
{
"data": {
"type": "Car",
"id": "VF1XX000000000000",
"attributes": {
"timestamp": "2020-11-15T14:02:00Z",
"batteryLevel": 86,
"batteryTemperature": 20,
"batteryAutonomy": 310,
"batteryCapacity": 0,
"batteryAvailableEnergy": 44,
"plugStatus": 0,
"chargingStatus": 0,
"chargingRemainingTime": 30,
"chargingInstantaneousPower": 11.9
}
}
}
0.0.1
5 years ago