-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GW8K-DT inverter #35
Comments
This project is based to read out the serial communication. Ill also read your intressed to use an Rpi. Maby this project (side project of this one, is maby interresting?: https://github.com/sircuri/GoodWeUSBLogger |
Do NOT plugin a cable to the USB port without first verifying its pinout! The pinout/polarity may be different, which could damage devices. Actually it is not even USB protocol, but they thought a USB-connector would be handy, see #28 |
I'm a little further on this. the lower connector is a remote enable/disable inverter. if you remove the bridge the inverter switches off. |
I don't think having the polarity wrong will damage anything. If i read here the signal will just be inverted. So i think that if it won't work, you can just swap around the wires. For testing i would just put in the bare copper wire ends. Finding the right connector will be difficult i think, haven't seen this type earlier. |
Got a message from Goodwe BNL, they are setting up a webshop where users can order parts like the connectors. should be operational beginning of march. (no information march what year ;-) ) |
@dirksenrdh I don't know if you have succeeded with your inverter, but maybe this reference will help. |
@mletenay Yep, I bought the connector at a local dealer. then I bought a HF2211 RS485 <> ethernet converter and I wrote some Python code to retrieve the actual data about every 2 seconds. Next I push the data in a set virtual devices in my Domoticz system. |
@dirksenrdh or @mletenay Do you have more info about the connector? Brand/Part number - I need this as well. |
Yes, In the netherlands sold by PV Care ([email protected]) |
or here: http://www.exceedconn.com/e_products_detail.asp?id=136 |
Thanks! Great. Can I just hook up an RS485 to USB connector or does it need to be terminated somehow? |
I think you have to read the RS485 specs. I have a 5 meter 2 wire twisted pair between de inverter and my HF2211 converter. no termination on either side, no problems at all. |
eehhh, no you can't hook up an RS485 bus to a USB bus. |
Oh, I wrote connector, but I meant converter :| Ofcourse I know USB is a different beast than RS485. BTW: I did not get response from PV Care yet. So what I will do is this: GoodWe Inverter -> RS485 USB Converter -> Raspberry Pi with Ser2Net Installed -> Ethernet |
yeah, ok. I wanted to be safe. |
Yeah, I have two inverters actually, already both already having ethernet there. They are connected to the LAN modules now. |
so you can connect both inverters on the RS485 bus to the 485 -> USB converter. |
I think I will just connect them to each adapter individually. |
which device in your setup is handling the MODbus communication to the inverters? is that the adapter? that would surprise me. or is it the pi with Ser2Net or is it a device furter upstream. because the MODbus software is interrogating the inverters. if you don't change the MODbus address you will experience collisions. |
Ser2Net will expose two TCP ports. I will not use one consuming program/tool for it but two instances. |
@dirksenrdh I think I have the wrong connectors. I also have the GW8K-DT Inverter, but it might be a newer one. I don't know the pinout. |
but the strange thing is that the bridged 2 pin connector on your picture is the DRED so the 6 pin must be a double RS485 |
I don't know how to proceed... I'll write to GoodWe Support. |
@frankhommers Did you get any response? I have the same inverter with 6 pins and I think about creating my own meter. Provided WiFi adapter still emits SSID and I cannot turn it off which is anoying for me D: |
This is a very interesting project, thankt for all the information.
I own since last week a Goodwe GW8K-DT but the connections are completely different from what I see in this project.
and non of the manuals I found is completly concurrent with my hardware. On the front I have the 2 line LCD display with only ONE button. On the bottom I have this.
In the USB port is a usb-wifi dongle which opens the route to the SEMS portal and my information is loaded there.
the other two COM connectors shoud ben RS485 but why is one of them bridged whith a jumper?
I'd rather not dig into the ESP route but I'd rather use a RS485 to Ethernet converter and run the programs on my Pi 4B.
does anyone has experiance with this route?
The text was updated successfully, but these errors were encountered: