-
Hi, I got a Vevor 40A MPPT solar charge controller with an RS485 port. I don't have experience with modbus. Given I have the RS485 hardware interface, is that already enough info to talk to the device? I'd like to query the usual stuff PV voltage, Amps, battery voltage and amps, ... According to Modbus Spec V 1.02 chapter 4.2. every device needs to document specific stuff, so I guess I need more. Right? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi, the Vevor 40A MPPT is a eSmart3 AFAIK: https://skagmo.com/page.php?p=documents/04_esmart3_review This device doesn't speak modbus but a proprietary protocol described here: https://github.com/skagmo/esmart_mppt/files/3401128/esmart3-serial-comm.pdf Greetings,
|
Beta Was this translation helpful? Give feedback.
-
...and now there is an eSmart3 library where most documented RS485 commands of the device have convenient methods - including toggling load, limiting current, setting battery parameters and monitoring status. Maybe it helps someone to write a tasmota energy device ;) |
Beta Was this translation helpful? Give feedback.
-
I didin't want to revive this old topic, but I have a li time 30A MPPT charger with an RJ12 RS4385 port connected to a waveshare RS485 to ETH connector. I managed to get the pin layout from a Li-Time engineer, but still I am not able to get data even with diffrent speed tries etc. anybody any Idea what to try? This is the pin-out I got from Li-time. thanks, I have the waveshare integrated as Modbus in home assistant. |
Beta Was this translation helpful? Give feedback.
Hi,
the Vevor 40A MPPT is a eSmart3 AFAIK:
https://skagmo.com/page.php?p=documents/04_esmart3_review
This device doesn't speak modbus but a proprietary protocol described here: https://github.com/skagmo/esmart_mppt/files/3401128/esmart3-serial-comm.pdf
Greetings,