RS485 Renogy battery #196
-
I'm having difficulty tracking down how the RS485 port of Renogy batteries are wired. I have the Victron USB - RS485 cable but can't find how to connect it to the battery. Does anyone have a definitive answer? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I opened the battery and found a TI chip marked VP485, which I believe is this RS485 transceiver: I could trace the "A" pin to the 7th RJ45 pin, and the "B" pin to the 6th. The 5th seem to be connected to ground. The Victron RS485 cable seem to be one of these: I.e: Unfortunately it does't work, and neither does switching A and B, so I'm not sure what's going on. |
Beta Was this translation helpful? Give feedback.
-
I found an excellent picture, although the pin numbering is reversed compared to how I did it above. And there does not seem to be any 5V pin on the Renogy battery. The pins match how I connected my cable, but unfortunately still no communications with the battery. |
Beta Was this translation helpful? Give feedback.
-
Finally I've managed to talk to my battery using the tool in the link above. The following command shows that communication is possible: $ renogymodbus --device smart_battery --portname /dev/ttyUSB0 --slaveaddress 247 I created the following issue to track this. I'll try to get it to work. |
Beta Was this translation helpful? Give feedback.
-
The important thing to remember if you are using a Victron USB - RS485 cable is that this is a isolate cable and requires that you supply both sides with power. The USB side will get power from USB, but you do have to use the red 5V+ wire as well. You also need to look at the log files and see if there is anything that will help. See the Troubleshoot section in the Wiki |
Beta Was this translation helpful? Give feedback.
I found an excellent picture, although the pin numbering is reversed compared to how I did it above. And there does not seem to be any 5V pin on the Renogy battery.
https://github.com/rosswarren/renogymodbus
The pins match how I connected my cable, but unfortunately still no communications with the battery.