Skip to content

Commit ddb367a

Browse files
committed
iso15118: Add more known EVCC Vendor OUIs
1 parent 70d81db commit ddb367a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

software/src/modules/iso15118/EVCC Vendor.uint8.enum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ Rivian
1212
Nio
1313
Mercedes Benz
1414
Bosch
15+
Aptiv Service
16+
Aumovio
17+
Hyundai

software/src/modules/iso15118/common.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,15 @@ struct EVCCVendorOUI {
5656
};
5757

5858
static constexpr EVCCVendorOUI evcc_vendor_ouis[] = {
59+
{{0x44, 0x1D, 0xB1}, EVCCVendor::AptivService}, // OBC seen in CUPRA e-HYBRID
5960
{{0x70, 0xB3, 0xD6}, EVCCVendor::Audi},
61+
{{0x18, 0x4C, 0xAE}, EVCCVendor::Aumovio}, // OBC seen in Renault Megane E-Tech
6062
{{0x00, 0x01, 0xA9}, EVCCVendor::BMW},
6163
{{0x48, 0x31, 0x33}, EVCCVendor::Bosch},
6264
{{0xEC, 0xFA, 0x03}, EVCCVendor::FCA},
6365
{{0x00, 0x26, 0xB4}, EVCCVendor::Ford},
6466
{{0x00, 0x76, 0xB6}, EVCCVendor::Ford},
67+
{{0x9C, 0x36, 0xF8}, EVCCVendor::Hyundai},
6568
{{0xAC, 0x96, 0x5B}, EVCCVendor::LucidMotors},
6669
{{0x3C, 0xCE, 0x15}, EVCCVendor::MercedesBenz},
6770
{{0x8C, 0x14, 0x7D}, EVCCVendor::Nio},

0 commit comments

Comments
 (0)