Protocol Documentation #117
Replies: 4 comments 4 replies
-
I may have found what I think I need. I found a pylontech communication protocol document, and also a python script on here (github) that can communicate with a pylontech bms, both for RS485. I believe I can work with that. I think my next issue is that the standard Arduino is only rated to communicate at 115200, and by looking in your code the growatt is 500000. Lots of work ahead of me to see if I can do this, and while I think I have what I need, if you have anything more I would appreciate it. Thanks. |
Beta Was this translation helpful? Give feedback.
-
What growatt inverter do you have ? I run a emus bms on a growatt sph inverter for example. |
Beta Was this translation helpful? Give feedback.
-
I have the LVM-ES SPF 3000TL 48v (actually 3 of them). I have 5 sets of 12v 100ah batteries, so there is no bms. I need to make my own bms, which is why I asked for documentation. So far I have found the most documentation on the pylontech rs485 protocol, so that is likely what I will use to attempt make my bms. |
Beta Was this translation helpful? Give feedback.
-
Well, sounds like you got a little project there 😉 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am looking at building my own battery monitor with an Arduino, and want it to communicate with a Growatt unit. I am confident I can handle the programming and hookup, but am unable to find documentation on how to communicate the data. In searching I found your software, which looks like it has the capabilities I would need, but I would need to reverse engineer it. Do you have, or could you point me to any technical documentation on communication protocol between the BMS and inverter? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions