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

Invalid Header #86

Open
sragneau opened this issue Feb 18, 2024 · 9 comments
Open

Invalid Header #86

sragneau opened this issue Feb 18, 2024 · 9 comments

Comments

@sragneau
Copy link

Hi,

I have an 10E version of the BMS SEPLOS V2 but i can't receive any data from RS485 bus.
I bought this boad :
and

I checked baudrates and it's 19200 like i need when i connect my laptop to the BMS and no problem when i do that.

I used pin D1 and D2 to solder TX, RX connector.
image

I downloaded debug logs, i don't know if there is something i can do now.
logs_seplos_logs (1).txt

@syssi
Copy link
Owner

syssi commented Feb 18, 2024

How did you connect the ESP to the BMS? Which RS485 module do you use?

@sragneau
Copy link
Author

sragneau commented Feb 18, 2024

The first port called canbus is connected to my victron cerbox gx, i connect the esp with the next port called RS485A.

@syssi
Copy link
Owner

syssi commented Feb 18, 2024

You cannot talk directly to the BMS (AFAIK). You have to translate the UART-TTL signal of the ESP into an RS485 signal using a converter module which looks like this: https://raw.githubusercontent.com/syssi/esphome-jnge-mppt-controller/main/images/circuit.jpg

@sragneau
Copy link
Author

sragneau commented Feb 18, 2024

Ok my links wasn't written into my first post, but i already use this board to convert uart-ttl :
image

to this esp
image

@syssi
Copy link
Owner

syssi commented Feb 18, 2024

Perfect! If you disconnect the BMS from the RS485 module. Does the TX LED blink periodically while the RX LED stays off?

@sragneau
Copy link
Author

The tx esp ligth blink every 10s. RX led stay off

1708249707284
1708249707292

I took pictures of my connection

@syssi
Copy link
Owner

syssi commented Feb 18, 2024

Could you provide your YAML configuration too?

@sragneau
Copy link
Author

Yes this my yaml
seplos.txt

@sragneau
Copy link
Author

It may be that communication between my Cerbo GX and the Victron protocol cannot be used simultaneously with RS485 communication. Do you incorporate the Pylontech protocol in your software?

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

2 participants