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

Bugfix: Improve SOLAX can performance #739

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dalathegreat
Copy link
Owner

What

This PR makes the Solax protocol more gentle on the CAN bus load

Why

To avoid overflowing the send buffer

How

Instead of batch sending 9x messages, we send each message with a 2ms delay inbetween.

At the same time this PR does some general cleanup of the Solax implementation

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.

The new 8.0.0 release with esp 3.1 is overloading the CAN bus for Solax Ultra+eGMP CANFD
1 participant