From fbe982f47b2fd95d70d868c79f6b24dd933f26b2 Mon Sep 17 00:00:00 2001 From: whoisdomi Date: Sat, 19 Sep 2026 15:04:25 -0500 Subject: [PATCH] Ioniq 6 Date/Time DBC Signal Added date/time signal from Ioniq 6 can --- .../opendbc/dbc/generator/hyundai/hyundai_canfd.dbc | 10 +++++++--- opendbc_repo/opendbc/dbc/hyundai_canfd_generated.dbc | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/opendbc_repo/opendbc/dbc/generator/hyundai/hyundai_canfd.dbc b/opendbc_repo/opendbc/dbc/generator/hyundai/hyundai_canfd.dbc index 2105461110..e058bb8188 100644 --- a/opendbc_repo/opendbc/dbc/generator/hyundai/hyundai_canfd.dbc +++ b/opendbc_repo/opendbc/dbc/generator/hyundai/hyundai_canfd.dbc @@ -727,10 +727,14 @@ BO_ 1259 LOCAL_TIME2: 8 XXX SG_ NEW_SIGNAL_3 : 39|1@0+ (1,0) [0|1] "" XXX BO_ 1264 LOCAL_TIME: 8 XXX - SG_ HOURS : 12|5@0+ (1,0) [0|31] "" XXX - SG_ MINUTES : 21|6@0+ (1,0) [0|63] "" XXX - SG_ SECONDS : 31|8@0+ (1,0) [0|59] "" XXX + SG_ HOURS : 8|8@1+ (1,0) [0|23] "" XXX + SG_ MINUTES : 16|8@1+ (1,0) [0|59] "" XXX + SG_ SECONDS : 24|8@1+ (1,0) [0|59] "" XXX + SG_ MONTH : 34|4@1+ (1,0) [1|12] "" XXX + SG_ YEAR : 40|8@1+ (1,2000) [2000|2255] "" XXX + SG_ DAY : 48|8@1+ (1,0) [1|31] "" XXX +CM_ BO_ 1264 "Cluster wall clock, 1Hz. Local time, not UTC. All 0xFF until the cluster initializes."; CM_ SG_ 96 BRAKE_PRESSURE "User applied brake pedal pressure. Ramps from computer applied pressure on falling edge of cruise. Cruise cancels if !=0"; CM_ SG_ 101 BRAKE_POSITION "User applied brake pedal position, max is ~700. Signed on some vehicles"; CM_ SG_ 203 ADAS_ActvACISta "ADAS Active AngleControlInterface State"; diff --git a/opendbc_repo/opendbc/dbc/hyundai_canfd_generated.dbc b/opendbc_repo/opendbc/dbc/hyundai_canfd_generated.dbc index f4c6f3c89e..fd8f65ed82 100644 --- a/opendbc_repo/opendbc/dbc/hyundai_canfd_generated.dbc +++ b/opendbc_repo/opendbc/dbc/hyundai_canfd_generated.dbc @@ -964,10 +964,14 @@ BO_ 1259 LOCAL_TIME2: 8 XXX SG_ NEW_SIGNAL_3 : 39|1@0+ (1,0) [0|1] "" XXX BO_ 1264 LOCAL_TIME: 8 XXX - SG_ HOURS : 12|5@0+ (1,0) [0|31] "" XXX - SG_ MINUTES : 21|6@0+ (1,0) [0|63] "" XXX - SG_ SECONDS : 31|8@0+ (1,0) [0|59] "" XXX + SG_ HOURS : 8|8@1+ (1,0) [0|23] "" XXX + SG_ MINUTES : 16|8@1+ (1,0) [0|59] "" XXX + SG_ SECONDS : 24|8@1+ (1,0) [0|59] "" XXX + SG_ MONTH : 34|4@1+ (1,0) [1|12] "" XXX + SG_ YEAR : 40|8@1+ (1,2000) [2000|2255] "" XXX + SG_ DAY : 48|8@1+ (1,0) [1|31] "" XXX +CM_ BO_ 1264 "Cluster wall clock, 1Hz. Local time, not UTC. All 0xFF until the cluster initializes."; CM_ SG_ 96 BRAKE_PRESSURE "User applied brake pedal pressure. Ramps from computer applied pressure on falling edge of cruise. Cruise cancels if !=0"; CM_ SG_ 101 BRAKE_POSITION "User applied brake pedal position, max is ~700. Signed on some vehicles"; CM_ SG_ 203 ADAS_ActvACISta "ADAS Active AngleControlInterface State";