-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
CRC Errors #34
Comments
I'm not aware of related issues. How long is your wire between BMS and your ESP32? |
The cable I made is about 8in long. And the issue I was talking about was issue #13. Is there any additional logging I can enable to provide more info to debug? |
Please enable the debug mode of the uart:
The log should look like this:
|
Well, I guess I had a loose connection or something. When I enabled the uart debug and connected the esp back to the BMS it is now working fine. I've gone back and disabled the uart debug and it's still working. Another thing that could have affected this is that I also disabled the esphome serial logging. I did this as I was going to use those pins, but for some reason I couldn't seem to get those pins to work, so I moved back to the previous pins that I was using when getting the CRC errors and it started working perfectly. Thanks for the quick replies and I guess you can close this out. |
I'm getting a ton of CRC errors on my esphome log. Intermittently it seems like it does receive a valid packet and shows some data, but the vast majority of the time I'm getting CRC errors.
BMS info: Model: JK-B2A24S20P HW: 8.X SW: 8.20G Ver: 3.6.3
I'm currently using a HiLetgo ESP-32S module directly connected to the serial port on the BMS.
esphome logs Snippet:
Any ideas for troubleshooting or if this is maybe related to the other open issue with this BMS model?
The text was updated successfully, but these errors were encountered: