Details and identifiers Telemetry [2.4]
- 1 Charging - 0001ff25
- 1.1 Sub ID details
- 1.2 Example payload
- 2 Temperature inside average - 01000002
- 2.1 Example payload
- 3 State of charge (SOC) - 01000005
- 3.1 Example payload
- 4 Transmission mode - 01000006
- 4.1 Example payload
- 5 Windscreen wiper - 01000007
- 5.1 Example payload
- 6 Accelerometry - 01000008
- 6.1 Sub ID details
- 6.2 Example payload
- 7 Outdoor temperature - 01000009
- 7.1 Example payload
- 8 Accumulated energy consumption - 0100000A
- 8.1 Example payload
Charging - 0001ff25
ID | 0001ff25 |
Subids | 10003, 10004, 10005 |
Central topic | ruter/{PTO}/{vehicleID}/sensors/telemetry/0001ff25 |
Recommended refresh interval | onChange |
Retain | No |
QoS | 0 |
Value datatype | boolean |
Sub ID details
Sub ID | 10003 |
---|---|
Name | Wall Charger connected |
Value datatype | boolean |
Sub ID | 10004 |
---|---|
Name | Fast Charger connected |
Value datatype | boolean |
Sub ID | 10005 |
---|---|
Name | Charging Active |
Value datatype | boolean |
Example payload
{
"eventTimestamp": "2021-11-16T08:53:13.912Z",
"id": "0001FF25",
"payloads": [
{
"name": "Wall Charger connected",
"subid": "10003",
"value": false
},
{
"name": "Fast Charger connected",
"subid": "10004",
"value": true
},
{
"name": "Charging Active",
"subid": "10005",
"value": true
}
]
}
Â
Temperature inside average - 01000002
ID | 01000002 |
---|---|
Name | Temperature Inside Average |
Central topic | ruter/{PTO}/{vehicleID}/sensors/telemetry/01000002 |
Recommended refresh interval | 1 / min |
Retain | No |
QoS | 0 |
Unit | C |
Value datatype | number |
Recommended number of decimals | 1 |
Example payload
{
"eventTimestamp": "2021-11-16T13:03:32.680Z",
"id": "01000002",
"payloads": [
{
"name": "Temperature Inside Average",
"value": 17.2
}
]
}
Â
State of charge (SOC) - 01000005
ID | 01000005 |
---|---|
Name | SOC |
Central topic | ruter/{PTO}/{vehicleID}/sensors/telemetry/01000005 |
Recommended refresh interval | 1 / min |
Retain | No |
QoS | 0 |
Unit | % |
Value datatype | number |
Value recommended accuracy | 1 % |
Example payload
{
"eventTimestamp": "2021-11-16T13:06:30.701Z",
"id": "01000005",
"payloads": [
{
"name": "SOC",
"value": 70
}
]
}
Â
Transmission mode - 01000006
Describes the primary mode of propulsion in a hybrid electric vehicle.
ID | 01000006 |
---|---|
Name | Transmission mode |
Central topic | ruter/{PTO}/{vehicleID}/sensors/telemetry/01000006 |
Recommended refresh interval | onChange |
Retain | No |
QoS | 0 |
Value datatype | string |
Valid values | combustion, electric |
Example payload
Windscreen wiper - 01000007
ID | 01000007 |
---|---|
Name | Windscreen wiper active |
Central topic | ruter/{PTO}/{vehicleID}/sensors/telemetry/01000007 |
Recommended refresh interval | onChange |
Retain | No |
QoS | 0 |
Value datatype | boolean |
Example payload
Accelerometry - 01000008
ID | 01000008 |
---|---|
Subids | xmin, xmax, xavg, ymin, ymax, yavg, zmin, zmax, zavg |
Central topic | ruter/{PTO}/{vehicleID}/sensors/telemetry/01000008 |
Recommended refresh interval | 1/min |
Retain | No |
QoS | 0 |
Value datatype | array |
Sub ID details
It is optional to supply the value for the field subid
in this payload. (See example)
Sub ID | xmin |
---|---|
Name | xmin |
Description | Minimum value read from the x-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Sub ID | xmax |
---|---|
Name | xmax |
Description | Maximum value read from the x-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Sub ID | xavg |
---|---|
Name | xavg |
Description | Average value for x-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Sub ID | ymin |
---|---|
Name | ymin |
Description | Minimum value read from the x-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Sub ID | ymax |
---|---|
Name | ymax |
Description | Maximum value read from the y-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Sub ID | yavg |
---|---|
Name | yavg |
Description | Average value for y-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Sub ID | zmin |
---|---|
Name (Optional) | zmin |
Description | Minimum value read from the z-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Sub ID | zmax |
---|---|
Name | zmax |
Description | Maximum value read from the z-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Sub ID | zavg |
---|---|
Name | zavg |
Description | Average value for z-axis g-sensor since last message |
Unit | g |
Value datatype | number |
Recommended number of decimals | 3 |
Example payload
Outdoor temperature - 01000009
ID | 01000009 |
---|---|
Name | Outdoor temperature |
Central topic | ruter/{PTO}/{vehicleID}/sensors/telemetry/01000009 |
Recommended refresh interval | 1 / min |
Retain | No |
QoS | 0 |
Unit | C |
Value datatype | number |
Recommended number of decimals | 1 |
Example payload
Accumulated energy consumption - 0100000A
ID | 0100000A |
---|---|
Name | Accumulated energy consumption |
Description | The total accumulated energy consumption of the vehicle scince its start of operation |
Central topic | ruter/{PTO}/{vehicleID}/sensors/telemetry/0100000A |
Recommended refresh interval | 1 / min |
Retain | No |
QoS | 0 |
Unit | kWh |
Value datatype | number |
Recommended number of decimals | 1 |