jantenhove / GoodWeLogger

ESP8266 based logger for GoodWe inverters. Can upload to pvoutput and publishes MQTT topics
GNU General Public License v3.0
96 stars 24 forks source link

RS485 communication #42

Open Msteenholdt opened 11 months ago

Msteenholdt commented 11 months ago

Hi. I have a problem getting this to work, since the SS series inverter I work with is running serial data in via RJ45 connectors. Given the documentation, I believe it is running full duplex, hence this isn't gonna work. However, I can get this to work with a Raspberry Pi in the Python fork of your script here. That made me wonder, would it be possible to use a uart tll to USB board to communicate that way? I'm really not at home in the serial communication, but been working a lot with ESP32's.