justinschoeman / SmarterLoad

Smart load control for Sunsynk/Deye inverter
MIT License
6 stars 3 forks source link

Have you tried it via the RS232 port? #1

Closed pierre-pretorius closed 3 years ago

pierre-pretorius commented 3 years ago

Hi Justin

This repository is super interesting thank you. I'm already using the RS485 port for a connection cable to PylonTech batteries. Have you tried reading modbus data through the RS232/Wifi port?

image

It seems like it should work, the protocol manual references RS232:

image

The solarman dongle some people use also connect via RS232, but I'm not sure which protocol it uses:

https://www.youtube.com/watch?v=AgR8fsDaI-4&ab_channel=Sunsynk

justinschoeman commented 3 years ago

I have a WiFi dongle plugged in there, so did not even think of it. There are a few references that seem to indicate that Rs232 and RS485 protocol is the same, so it might work. No garantees though.

On 2020-11-14 14:45, Pierre Pretorius wrote:

Hi Justin

This repository is super interesting thank you. I'm already using the RS485 port for a connection cable to PylonTech batteries. Have you tried reading modbus data through the RS232/Wifi port?

[1]

It seems like it should work, the protocol manual references RS232:

[2]

The solarman dongle some people use also connect via RS232, but I'm not sure which protocol it uses:

https://www.youtube.com/watch?v=AgR8fsDaI-4&ab_channel=Sunsynk

-- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [3], or unsubscribe [4].

Links:

[1] https://user-images.githubusercontent.com/2392091/99147192-a8d67700-2687-11eb-9aa0-17f6fff7ef87.png [2] https://user-images.githubusercontent.com/2392091/99147210-d02d4400-2687-11eb-9442-1e6411cfa0ed.png [3] https://github.com/justinschoeman/SmarterLoad/issues/1 [4] https://github.com/notifications/unsubscribe-auth/AI4UXI2GUIPPX4BYLO3CIYTSPZ3X3ANCNFSM4TVQ45ZQ

pierre-pretorius commented 3 years ago

Thank you.