hirschi-dev / renogy-rover-arduino

Arduino MODBUS Driver for the Renogy Rover 20A/40A Charge Controller
MIT License
6 stars 3 forks source link

10A model compitability #1

Closed jayprojects closed 2 years ago

jayprojects commented 2 years ago

Hi any idea if this library will work with Renogy 10 Amp model? Also as you might know the Renogy controllers comes with RJ11/RJ12 port (not a standard 9pin com port). I haven't found any RS232 to TTL Converter that has RJ11/RJ12 port. what converter have you tested this with during your development? Thanks for your time

hirschi-dev commented 2 years ago

Hi, I do not own any 10 Amp model so I haven't tested them. According to this project: https://github.com/mickwheelz/NodeRenogy, they seem to use the same Modbus registers. As the controllers don't support standard RJ11/RJ12 pinout, you'd have to build your own adapter (see link above). I used a Max3232 mini RS232 to TTL converter along with an RJ12 cable. Let me know if it works!

jayprojects commented 2 years ago

hi, Thanks for quick response! so basically we need RS232 to TTL Converter plus com (RS232) to RJ12 converter/cable. And as to 10A compatibility seems hopeful, need to try my luck! Thanks again.

hirschi-dev commented 2 years ago

I didn't use a COM converter - just soldered the RJ12 connector to the RS232/TTL converter. Anyway, be sure to wire your pins correctly!