There was an error while loading. Please reload this page.
1 parent 70d81db commit ddb367aCopy full SHA for ddb367a
2 files changed
software/src/modules/iso15118/EVCC Vendor.uint8.enum
@@ -12,3 +12,6 @@ Rivian
12
Nio
13
Mercedes Benz
14
Bosch
15
+Aptiv Service
16
+Aumovio
17
+Hyundai
software/src/modules/iso15118/common.cpp
@@ -56,12 +56,15 @@ struct EVCCVendorOUI {
56
};
57
58
static constexpr EVCCVendorOUI evcc_vendor_ouis[] = {
59
+ {{0x44, 0x1D, 0xB1}, EVCCVendor::AptivService}, // OBC seen in CUPRA e-HYBRID
60
{{0x70, 0xB3, 0xD6}, EVCCVendor::Audi},
61
+ {{0x18, 0x4C, 0xAE}, EVCCVendor::Aumovio}, // OBC seen in Renault Megane E-Tech
62
{{0x00, 0x01, 0xA9}, EVCCVendor::BMW},
63
{{0x48, 0x31, 0x33}, EVCCVendor::Bosch},
64
{{0xEC, 0xFA, 0x03}, EVCCVendor::FCA},
65
{{0x00, 0x26, 0xB4}, EVCCVendor::Ford},
66
{{0x00, 0x76, 0xB6}, EVCCVendor::Ford},
67
+ {{0x9C, 0x36, 0xF8}, EVCCVendor::Hyundai},
68
{{0xAC, 0x96, 0x5B}, EVCCVendor::LucidMotors},
69
{{0x3C, 0xCE, 0x15}, EVCCVendor::MercedesBenz},
70
{{0x8C, 0x14, 0x7D}, EVCCVendor::Nio},
0 commit comments