diff --git a/vehicle_profiles/gwm/gwm.json b/vehicle_profiles/gwm/gwm.json new file mode 100644 index 0000000..d1c2108 --- /dev/null +++ b/vehicle_profiles/gwm/gwm.json @@ -0,0 +1,20 @@ +{ + "car_model": "GWM: Ora Good Cat/Funky Cat/ES11/Haomao/Ora 03", + "init": "ATSP6;ATAT1;", + "pids": [ + { + "pid": "22D0621", + "pid_init": "ATSH78A;ATFCSH78A;ATFCSD300000;ATFCSM1;ATCRA7CA;", + "parameters": [ + { + "name": "SoC", + "class": "battery", + "expression": "[B4:B5]/10", + "unit": "%", + "min": "-5", + "max": "105" + } + ] + } + ] +} \ No newline at end of file