diff --git a/vehicle_profiles/vw/e-golf.json b/vehicle_profiles/vw/e-golf.json new file mode 100644 index 0000000..32a61bf --- /dev/null +++ b/vehicle_profiles/vw/e-golf.json @@ -0,0 +1,17 @@ +{ + "car_model": "VW: e-Golf", + "init": "ATSP6;ATST96;", + "pids": [ + { + "pid": "22028C1", + "parameters": [ + { + "name": "SOC", + "expression": "(B4*10)/22", + "unit": "%", + "class": "battery" + } + ] + } + ] +}