High Tire Pressure

The HIGH_TIRE_PRESSURE event is generated when a vehicle’s tire pressure rises above the predefined threshold. Once the Tire Pressure Monitoring System (TPMS) detects this condition, the event is immediately published to the configured webhook.

**Event Name:**HIGH_TIRE_PRESSURE

Enablement Package: Tire Pressure Monitoring System


Trigger Condition

  • The Tire Pressure Monitoring System (TPMS) package must be enabled for the device.
  • A webhook subscription must be configured for the HIGH_TIRE_PRESSURE event type.
  • When the device detects tire pressure above the defined threshold, the HIGH_TIRE_PRESSURE event is triggered, and the system immediately publishes the event payload to the subscribed webhook.

Example Payload

{
"inputBit7": 0,
"partialUpdate": false,
"inputBit4": 0,
"voiceCallActive": 0,
"inputBit3": 0,
"inputBit6": 0,
"groupId": "ba8a4244-d8e7-11eb-bc30-8f8842ad486a",
"inputBit5": 0,
"type": "HIGH_TIRE_PRESSURE",
"deviceId": "500b4b8b-c9f5-11eb-b6a1-79b1e8a2ea42",
"networkService": 0,
"commStateConnected": 0,
"messageType": "HIGH_TIRE_PRESSURE",
"messageIndex": "15",
"dimentionFix": 0,
"lastKnownLon": -122.1315405,
"inputBit0": 0,
"tirePressureType": 1,
"vendorTypeId": 1,
"inputBit2": 0,
"id": "1c00e1fd-f201-4767-9dd0-fb23be45d1fa",
"inputBit1": 0,
"fixStatuslastKnown": 0,
"fixStatusHistoric": 0,
"mileage": 0,
"commStatusAvaliable": 0,
"locationTime": 1663772169000,
"odometer": 0,
"offset": 0,
"virtualTripEnd": false,
"eventIndex": 0,
"assetNo": "",
"fixStatusCorrected": 0,
"insideHOO": true,
"deviceSerial": "0030486187",
"groupName": "Bay Area Group",
"lastKnownTime": 1663772287000,
"jmsType": "",
"lastKnownLat": 37.8424106,
"fixQuality": 0,
"unitStatusBit0": 0,
"vehicleName": "Moraga Shuttle",
"unitStatusBit2": 0,
"deviceTypeId": 1,
"unitStatusBit1": 0,
"unitStatusBit3": 0,
"storedLocation": false,
"protocolVersionIdChange": true,
"inflation": 20,
"unitStatus": 0,
"fixStatusPredict": 0,
"invalidFix": 0,
"dataService": 0,
"network3G": 0,
"lastKnownAddress": "187-139 Corliss Dr, Moraga, CA 94556, USA",
"noOfAccums": 0,
"privacyModeEnable": false,
"customerId": 1059,
"fixStatus": 0,
"tirePressureDetected": false,
"correlationId": "40",
"vehicleId": "500b4b8a-c9f5-11eb-b6a1-4522797e7b4b",
"tirePosition": "Right Front Tire",
"tripNumber": 0,
"lastKnownFixQuality": 0,
"spare": 0,
"roaming": 0,
"stateId": 0,
"subTypes": "Critical Low Pressure",
"userName": "Mateo Curtis",
"userId": "8a9388a9-7ece-127b-0180-09f6340117ba",
"tripState": "ACTIVE",
"messageTypeId": 0,
"location": {
"latitude": 37.849263,
"longitude": -122.124103
},
"batteryPercentage": 0,
"commonState": 0,
"currentState": 0,
"messageEventTypeId": 0
}

Reference

FieldDescription
groupId*
String, UUID
Group to which the vehicle belongs.
Example: "ba8a4244-d8e7-11eb-bc30-8f8842ad486a"
type
String
Identifies the webhook event type.
Example: "HIGH_TIRE_PRESSURE"
deviceId*
String, UUID
Unique ID of the device that reported the event.
Example: "500b4b8b-c9f5-11eb-b6a1-79b1e8a2ea42"
messageType*
String
Type of message.
Example: "HIGH_TIRE_PRESSURE"
messageIndex_*
String
Message sequence index.
Example: "15"
lastKnownLon*
Double
Last known longitude.
Example: `-122.1315405
tirePressureType_*
Integer
Tire pressure type (1 = High Pressure).
Example: "1"
vendorTypeId*
Integer
Vendor type identifier.
Example: 1(1 indicates Danlaw).
id*
String, UUID
Unique event identifier.
Example: "1c00e1fd-f201-4767-9dd0-fb23be45d1fa"
locationTime*
Time Stamp
Timestamp of location reading (milliseconds).
Example: 1663772169000
deviceSerial*
String
Device serial number.
Example: "0030486187"
groupName*
String
Name of the group.
Example: `"Bay Area Group"
lastKnownTime*
Time Stamp
Last known timestamp.
Example: 1663772287000
lastKnownLat*
Double
Last known latitude.
Example: 37.8424106
vehicleName*
String
Vehicle display name or serial.
Example: "Moraga Shuttle"
inflation_*
Integer
Measured inflation (psi) above threshold.
Example: "20"
lastKnownAddress_*
String
Nearest resolved address.
Example: "187-139 Corliss Dr, Moraga, CA 94556, USA"
customerId*
Integer
Unique identifier for customer.
Example: 1059
vehicleId*
String, UUID
Unique ID of the vehicle.
Example: "500b4b8a-c9f5-11eb-b6a1-4522797e7b4b"
tirePosition*
String
Tire location where issue was detected.
Example: "Right Front Tire"
subTypes_*
String
Severity or category. Example: "Critical High Pressure"
userName*
String
Name of user/driver.
Example: "Mateo Curtis"
userId*
String, UUID
Unique identifier of the user.
Example: "8a9388a9-7ece-127b-0180-09f6340117ba"
tripState*
String
Trip status during event.
Example: "ACTIVE"
latitude*
Double
Latitude of the event location.
Example: 37.849263
longitude*
Double
Longitude of the event location.
Example: -122.124103
batteryPercentage*
Double
Current battery level of device.
Example: 0

Did this page help you?