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

Conflicting use with Goodwe Sems Portal #49

Open
philwild opened this issue Apr 26, 2023 · 15 comments
Open

Conflicting use with Goodwe Sems Portal #49

philwild opened this issue Apr 26, 2023 · 15 comments

Comments

@philwild
Copy link

I don't know why, but when I setup a 1 minute sample from my Goodwe inverter using this library, the inverter stops reporting up to the seems portal until after I terminate my local monitoring.

@philwild
Copy link
Author

philwild commented Apr 26, 2023

This is the code I've implemented to read from the inverter every 60 seconds...

while True:
    result = asyncio.run(get_runtime_data())
    print(result)
#    status = send_to_splunk(splunkhost, splunktoken, result)
    time.sleep(60)

You'll notice the PV and Load lines go flat after I start running the above code...

semsportal

@MariusSchiffer
Copy link

MariusSchiffer commented May 4, 2023

Same problem here.
Inverter: GW10KT-DT
Firmware: v1.1.3.10

@mletenay
Copy link
Collaborator

mletenay commented May 4, 2023

This problem has been reported by a small fragment of users and there is no known explanation of it.
Vast majority of users use it with 30s interval without problems, I do use 10s polling for years with no issues.

We can/should collect affected inverter(+wifi) models and firmware versions to find out if it is HW/SW specific, but unless someone provides some explanation, there's not much to do here ...

@ghost
Copy link

ghost commented May 30, 2023

yes.. for my SBP too
also if the HA add-on is running and I open the inverter web interface admin page, if I set any wifi etc values and save, they are not applied.. however if I disable the HA integration and on the inverter page click save now, the settings are saved

this page :)
Screenshot 2023-05-30 at 8 33 32 pm

I still have not worked out why..

@stevoh6
Copy link

stevoh6 commented May 30, 2023

I have similar issue with GW4K-DT firmware 09.09.16

@HealthyFridge
Copy link

Same problem with a GW5000-SDT-20 (firmware 16.16.18) with Wifi-module (firmware version V1.1.3.10).

@d-uhlig
Copy link

d-uhlig commented Sep 1, 2023

Has anyone found a solution? I have the same problem with a GW10KT-DT.
Only from an interval of 180 seconds it reports again to SEMS.

@Jan-Antos
Copy link

I have GW15K-ET, same problem. Even 2-minute update interval will result in "server connection" diode flashing and no data being transmitted. It evens block the ability of goodwe to upgrade firmware because they see the inverter as offline. If I stop HA, the light stops flashing and inverter is connected. I am running now with 5 minutes and SEMS portal is updated ok.

@TomEkk33
Copy link

@Jan-Antos
GE10k-ET and lower powers are fully supported by HA
Please note that GW15k-ET is a different branch of inverters with separate FW (ETT), comparing to GE10k-ET and lower powers FW (ET_BT).

It's ET name suggests that it is the same family, but all ET > 10kW are not the same as GW(5,8,10)k-ET models (PLUS+).
Try to check if you have the latest FW version. If not ask GW support to update.
I'm not sure if ETT version (ET > 10kW) are fully supported by HA.

I have GW10k-ET (PLUS+) model with latest Oct-2023 FW (ET_BT). Previous versions also didn't have issues with SEMS.
A 10s pooling interval by HA doesn't block SEMS. Sometimes SolarGo needs few more tries to connect.

In case of GW10k-ET inverter updates are online (by GW local support) or by Bluetooth dongle
(replacing the WiFi dongle) and SolarGo app.

@Kveri
Copy link

Kveri commented Oct 31, 2023

This problem has been reported by a small fragment of users and there is no known explanation of it. Vast majority of users use it with 30s interval without problems, I do use 10s polling for years with no issues.

We can/should collect affected inverter(+wifi) models and firmware versions to find out if it is HW/SW specific, but unless someone provides some explanation, there's not much to do here ...

I'm polling around 80 registers every 500ms and have no issues with sems (GW10K-ET Plus).

@smileyman-1
Copy link

I have a GW10KD-DT (SDT G2) that no longer sends data to SEMS below 180 seconds interval. Various EM series inverters, on the other hand, have no problem here.

The GW10KD-DT has the latest firmware (ARM and DSP) installed. The WiFi dongle also has the latest firmware (4.13.32). -> no problems with 1 second interval.
The EM series also has the latest firmware installed on the ARM / DSP and WiFi dongle.

Differences:

  • The GW10KD-DT has a USB WiFi dongle installed, whereas the EM series has one with a COM port.

@RobKuipers
Copy link

Same problem with a GW5000-SDT-20 (firmware V1.18.18.20) with Wifi-module (firmware version V1.1.3.10).

Any chance the new dongles ( [https://nl.goodwe.com/wifi-lan-20-and-wifi-20] ) could make any difference?

@ivik
Copy link

ivik commented Mar 25, 2024

Same problem with a GW5000-SDT-20 (firmware V1.18.18.20) with Wifi-module (firmware version V1.1.3.10).

Any chance the new dongles ( [https://nl.goodwe.com/wifi-lan-20-and-wifi-20] ) could make any difference?

I have the new LAN/WIFI module, it does not work with HA or this Goodwe python library. I cannot connect whatever I do, but as soon as I change to the Wifi only module than everything works. But I also have issue with SEMS portal not getting any data as soon as I use HA.

@mletenay
Copy link
Collaborator

Look at this comment home-assistant/core#101817 (comment) please and provide the diag infos, maybe? it would help ...

@t-oster
Copy link

t-oster commented Sep 30, 2024

did anyone find a solution? I have the same problem. Some people suggest an interval of 127s, but for providing the value to my go-e controller this is too slow, I need at least every 30s, better every 10s.
Maybe the connection needs to be closed explicitely or something like that?

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