Skip to content

Therm Broadcast Fixes + ... - #2092

Open
KelmLelm wants to merge 18 commits into
masterfrom
kevin/fuck
Open

Therm Broadcast Fixes + ...#2092
KelmLelm wants to merge 18 commits into
masterfrom
kevin/fuck

Conversation

@KelmLelm

Copy link
Copy Markdown
Contributor

Changelist

Testing Done

Resolved Tickets

@Lucien950 Lucien950 added the BMS Battery Management System label Jun 18, 2026

@Lucien950 Lucien950 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few things to look at, let's make sure this is on the car by ev active

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this

const bool balancing_enabled = app::can_rx::Debug_CellBalancing_Request_get();

if (balancing_enabled && !ir_negative_open)
if (balancing_enabled && ir_negative_open)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think ir negative has to be closed for balancing by rules

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we gotta be hv up, but yeah ir negative closed is closer to rules

#include <expected>

// Physical daisy-chain dimensions for this ECU.
inline constexpr uint8_t NUM_SEGMENTS = 10;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is breaking, make sure to merge asap

Comment on lines +20 to +23
NUM_EXIT_CODES,
LUT_INVALID,
LUT_OVERSHOOT,
LUT_UNDERSHOOT

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also surely num at the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BMS Battery Management System

Development

Successfully merging this pull request may close these issues.

4 participants