From 86dec4b428e1e84d43bf9ea0d61d24c88128d4c6 Mon Sep 17 00:00:00 2001 From: meatpiHQ <94690098+meatpiHQ@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:13:38 +1100 Subject: [PATCH] Create gwm.json --- vehicle_profiles/gwm/gwm.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vehicle_profiles/gwm/gwm.json 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