Skip to content
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

GoodWe 55000DNS the target machine actively refused it #31

Open
JamesBacon opened this issue Jun 15, 2019 · 6 comments
Open

GoodWe 55000DNS the target machine actively refused it #31

JamesBacon opened this issue Jun 15, 2019 · 6 comments

Comments

@JamesBacon
Copy link

2019-06-15 11:24:03,779 ERROR Could not open socket
2019-06-15 11:24:03,779 ERROR [Errno 10061] No connection could be made because the target machine actively refused it
2019-06-15 11:24:03,780 ERROR Error connecting to logger with IP: 192.168.1.2 and SN , trying next logger.

@Uksa007
Copy link

Uksa007 commented Oct 24, 2020

I get similar errors with a Goodwe 5000DNS and 3000XS
2020-10-24 16:32:33,860 INFO connecting to 192.168.60.118 port 8899
2020-10-24 16:32:33,864 ERROR Could not open socket
2020-10-24 16:32:33,865 ERROR [Errno 111] Connection refused
2020-10-24 16:32:33,866 ERROR Error connecting to logger with IP: 192.168.60.118 and SN removed, trying next logger.

Any fix for these loggers?

@JamesBacon
Copy link
Author

JamesBacon commented Nov 3, 2020

Figuring out what Wi-Fi kit you have and the Serial Number of it might help you. Documentation says you might find the Wifi Kit S/N on one of the sides of the Inverter and it should be 8 Digits long and start with a 6. I can not find mine but you might have more luck. Then in the Config file add your ip and then your SN. "192.168.1.101,60012334"
If you figure this out please reply with your S/N as it could be the same for both 55000DNS and 3000XS

@ThinkPadNL
Copy link

ThinkPadNL commented Feb 8, 2021

I would also like to get this working on my 3000XS. Any progress @Uksa007 ?

What i don't understand is how i should interpret the S/N that is talked about in this repository.
My Goodwe 3000XS has a serial number like this x3000SSxaaaWxxxx (sanitized, some numbers replaced by 'x'). Are the last 8 characters what i need to fill in when using this script? That part is also in the SSID of the wifi-module (Solar-WiFixxxxxxxx). It starts with a 2 in my case.

I installed the app 'PV Master' but it didn't support my inverter. When i filled in the serial number it said i had to use the 'SolarGo' app. This app found my inverter, but couldn't read it (not supported, only for inverters without display it said). By using Wireshark i saw that the app did a discovery for inverters was done by a broadcast on 48899.

@ThinkPadNL
Copy link

Ok, i tried this Python script and it discovered my wifi-module. But it gives me [Errno 111] Connection refused.

@Uksa007
Copy link

Uksa007 commented Feb 9, 2021

I would also like to get this working on my 3000XS. Any progress @Uksa007 ?

I didn't have any luck getting the wifi module to reply on any of the know ports, most of them UDP.
Not sure if these modules have the ability to communicate directly.

I ended up using a script to pull the data from the SEMS portal.
https://github.com/markruys/gw2pvo

@Scampi-ml
Copy link

Using this on a GW5048D-ES

NONE of the following works:

ip + full SN
ip + full number from the sticker from the wifi kit
ip + last 8 digits starting with a 6 number from the sticker from the wifi kit
ip + wifi ssid number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants