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

Data length is too big for the message #153

Open
JustApu opened this issue Jul 20, 2020 · 1 comment
Open

Data length is too big for the message #153

JustApu opened this issue Jul 20, 2020 · 1 comment

Comments

@JustApu
Copy link

JustApu commented Jul 20, 2020

I'm capturing all the traffic from my (three) SE10000 inverters to a pcap that I try to process once a day. However, for the past few weeks (to be honest, maybe longer) I've been been getting "Data length is too big for the message" and empty JSON files.

/usr/sbin/tshark -r data/tmp.pcap -T fields -e data | \
xxd -r -p | \
~/solaredge/semonitor.py -k keys/inverter1.key -o data/test.json

Key changed? (Anyway to get it from the old pcaps - I have them all saved - since that's easier than making the serial connection again.) Protocol change? Any other thoughts?

Thanks,

Apu

@jbuehl
Copy link
Owner

jbuehl commented Jul 22, 2020

semonitor.py is getting data that it can't make sense of, so it could be due to a protocol change. I think I saw a comment on one of the other issues where someone said they were starting to use SSL.

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