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

OWIE - Overridden SOC never under 5% #26

Closed
wheelerone opened this issue Mar 19, 2022 · 6 comments
Closed

OWIE - Overridden SOC never under 5% #26

wheelerone opened this issue Mar 19, 2022 · 6 comments

Comments

@wheelerone
Copy link

Hi, Onewheel Pint (5314 - Gemini 5050) with Quart Battery will never Captain Morgan (low battery).
Lowest Overridden SOC is 5%, what should i do?
Regards

owie

@lolwheel
Copy link
Owner

Yeah just ate it myself because of this, fixing.

@lolwheel
Copy link
Owner

Fixed.

@dmimwheel
Copy link

perfect, 5 % floor fixed! Light bar still yellow, not going red at low volatge and no captain morgan :/

@lolwheel
Copy link
Owner

OK thanks for the feedback. I think I have an idea what's going on, it's just that I'm not sure I'll be able to fix it and this isn't too high up on my priority list.

I'm fairly confident that the "battery empty" flag is part of the status message (message code 0) which I am swallowing completely to circumvent the range limitation on the newer boards. I need to figure out which flag in the status byte does indeed correspond to this state and let a packet through when I see this flag set.

For this I'll have to run the board battery into the ground and I'm sorta lazy to do that.

If you guys end up in that situation, you can help me out by opening the Owie web config page, hit "Monitor BMS Data" button and save the first line in the text box which will look something like "ff 55 aa 00 XX 02 YY", the XX or the 5-th byte is the only thing that matters.

Imma reopen this bug, looks like we do have some work to do.

@lolwheel lolwheel reopened this Mar 21, 2022
@wheelerone
Copy link
Author

here is the Monitor BMS Data :)
IMG_9223

@lolwheel
Copy link
Owner

Yay teamwork! Never seen the 0x4 flag appear before, just tried injecting it and tadaa, got the pushback and "Needs juice" notification in the app, that was it!

Submitting the fix in a sec.

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

No branches or pull requests

3 participants