Skip to content

Commit

Permalink
Remove TPMS pids
Browse files Browse the repository at this point in the history
See #9 for more details
  • Loading branch information
jverkoey authored Jan 30, 2025
1 parent c8be2fe commit dfe1ec8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions signalsets/v3/default.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
{ "commands": [
{ "hdr": "750", "eax": "2A", "tst": "2A", "tmo": "96", "fcm1": true, "cmd": {"21": "16"}, "freq": 5,
"signals": [
{"id": "RAV4_TT_FL", "path": "Tires", "fmt": { "len": 8, "max": 215, "min": -40, "add": -40, "unit": "celsius" }, "name": "Front left tire temperature"},
{"id": "RAV4_TT_FR", "path": "Tires", "fmt": {"bix": 8, "len": 8, "max": 215, "min": -40, "add": -40, "unit": "celsius" }, "name": "Front right tire temperature"},
{"id": "RAV4_TT_RL", "path": "Tires", "fmt": {"bix": 16, "len": 8, "max": 215, "min": -40, "add": -40, "unit": "celsius" }, "name": "Rear left tire temperature"},
{"id": "RAV4_TT_RR", "path": "Tires", "fmt": {"bix": 24, "len": 8, "max": 215, "min": -40, "add": -40, "unit": "celsius" }, "name": "Rear right tire temperature"},
{"id": "RAV4_TT_SPARE", "path": "Tires", "fmt": {"bix": 32, "len": 8, "max": 215, "min": -40, "add": -40, "unit": "celsius" }, "name": "Spare tire temperature"}
]},
{ "hdr": "750", "rax": "758", "eax": "2A", "tst": "2A", "tmo": "96", "fcm1": true, "cmd": {"21": "30"}, "freq": 5,
"signals": [
{"id": "RAV4_TP_FL", "path": "Tires", "fmt": { "len": 8, "max": 4, "div": 58, "add": -0.5, "unit": "bars" }, "name": "Front left tire pressure", "suggestedMetric": "frontLeftTirePressure"},
{"id": "RAV4_TP_FR", "path": "Tires", "fmt": {"bix": 8, "len": 8, "max": 4, "div": 58, "add": -0.5, "unit": "bars" }, "name": "Front right tire pressure", "suggestedMetric": "frontRightTirePressure"},
{"id": "RAV4_TP_RL", "path": "Tires", "fmt": {"bix": 16, "len": 8, "max": 4, "div": 58, "add": -0.5, "unit": "bars" }, "name": "Rear left tire pressure", "suggestedMetric": "rearLeftTirePressure"},
{"id": "RAV4_TP_RR", "path": "Tires", "fmt": {"bix": 24, "len": 8, "max": 4, "div": 58, "add": -0.5, "unit": "bars" }, "name": "Rear right tire pressure", "suggestedMetric": "rearRightTirePressure"},
{"id": "RAV4_TP_SPARE", "path": "Tires", "fmt": {"bix": 32, "len": 8, "max": 4, "div": 58, "add": -0.5, "unit": "bars" }, "name": "Spare tire pressure"}
]},
{ "hdr": "7B0", "rax": "7B8", "cmd": {"21": "03"}, "freq": 0.25,
"signals": [
{"id": "RAV4_TIRE_FR_SPD", "path": "Movement", "fmt": { "len": 8, "max": 326.4, "mul": 256, "div": 200, "unit": "kilometersPerHour" }, "name": "Front right wheel speed"},
Expand Down

0 comments on commit dfe1ec8

Please sign in to comment.