python-pylontech icon indicating copy to clipboard operation
python-pylontech copied to clipboard

Request - Reverse engineer protocol to send to Growatt

Open RossWilliamson opened this issue 4 years ago • 1 comments

I'm trying to reverse engineer the protocol in order to send pylontech information to a growatt inverter. Could anyone provide a dump of what the pylotech sends on each of these commands so I can create the inverse package. It's hard to work it out from the protocol doc what exactly is returned from the batttery

RossWilliamson avatar Oct 22 '21 04:10 RossWilliamson

Hi Ross,

There are some PSU examples on MR #6. Technically the python constructs can be used both ways (i.e. encoding and decoding) so you should be able to generate raw frames from data.

Indeed I see the use case when making a custom battery pack. It could be interesting to add the feature to the lib.

I'll take a look this wk and see if we can do something :-)

Cheers

On October 22, 2021 6:10:29 AM GMT+02:00, Ross Williamson @.***> wrote:

I'm trying to reverse engineer the protocol in order to send pylontech information to a growatt inverter. Could anyone provide a dump of what the pylotech sends on each of these commands so I can create the inverse package. It's hard to work it out from the protocol doc what exactly is returned from the batttery

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/Frankkkkk/python-pylontech/issues/7

Frankkkkk avatar Oct 22 '21 07:10 Frankkkkk