Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P1444 fix #51

Open
wants to merge 6 commits into
base: Prerelease
Choose a base branch
from
Open

P1444 fix #51

wants to merge 6 commits into from

Conversation

tttjm1
Copy link
Contributor

@tttjm1 tttjm1 commented Mar 7, 2024

{ maxAllowedVspoof = actualPackVoltage - xx; } to eliminate p1444 with some 48S installs

At 15% SOC (Vp=165), maxAllowedVspoof = actualPackVoltage - 14; resulted in P1444 to be triggered under full assist.
maxAllowedVspoof = actualPackVoltage - 15; gave P code under sustained max assist.

Testing with -16v gave intermittent P code at 60% SOC (Vp=178)
Testing with -17v gave very intermittent P code at 75% SOC
Therefore minimum recommended value is -18V

not evaluated on 60S voltage range to double check the required min offset.

@tttjm1 tttjm1 marked this pull request as draft April 3, 2024 19:57
@tttjm1 tttjm1 changed the base branch from main to Prerelease April 4, 2024 15:29
@tttjm1 tttjm1 marked this pull request as ready for review July 12, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants