Add new signals from sc-data-format format.json to classic dashboard#10
Draft
Add new signals from sc-data-format format.json to classic dashboard#10
Conversation
Co-authored-by: sbasu107 <40325803+sbasu107@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new signals from format.json to classic web version
Add new signals from sc-data-format format.json to classic dashboard
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The classic dashboard's data constants, graph data, and UI components were out of sync with the updated
sc-data-format/format.json, missing 42 new signals across Powertrain, Race Strategy, Steering Wheel, and High Voltage categories, and still referencing several renamed/removed signals.Data layer
data-constants.json: Added 42 new signals (196 total) — Powertrain sensors (batt_i,i_12v,supp_i,supp_v,v_12v), MCU status flags (BATT_POS_CONT_MCU,ESTOP_MCU,MC_CONT_MCU,MCU_BATT_EN,MPPT_CONT_MCU,PPC1_DCDC_INVALID,PPC1_SUPP_INVALID), HV signals (bms_chrg_en,driver_estop_fdbck,ext_estop_fdbck,isolation_fdbck,dcdc_is, etc.), Race Strategy (maximum_distance_traveled,optimized_target_power), Lap Counter (lap_count,current_section,lap_duration), Steering Wheel (headlight,left_blink,right_blink,throttle,drive_mode,horn,direction_switch,crz_mode_a,crz_set,crz_reset)graph-data.json: Added three new top-level categories: Powertrain, Race Strategy, Steering Wheelfaux-queue.json: Added all 42 new signalsRenamed/removed signal fixes in existing components
Motor_Motion.jsl_turn_led_en,r_turn_led_en,headlights_led_enleft_blink,right_blink,headlightSystemPower.jssupplemental_voltagesupp_vSystemPower.jsmain_24V_currentFaultsView.jsdriver_eStop,external_eStopdriver_estop_fdbck,ext_estop_fdbckFaultsView.jsdischarge_enablebms_dschrg_enNew dashboard panels
Three new lazy-loaded view components added to the 4-panel dashboard selector:
Powertrain— battery/12V/supplemental power readings + MCU status gridRaceStrategy— model outputs (maximum_distance_traveled,optimized_target_power) + lap counterSteeringWheel— throttle/regen bars, drive mode, direction, cruise control buttons, lights/horn icons (reuses Motor_Motion icon set)💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.