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

Support for new model GW2500SX-11 / auth error ? #19

Open
fbiedka opened this issue Jun 17, 2024 · 1 comment
Open

Support for new model GW2500SX-11 / auth error ? #19

fbiedka opened this issue Jun 17, 2024 · 1 comment

Comments

@fbiedka
Copy link

fbiedka commented Jun 17, 2024

I try to connect my goodwe single phase inverter to iobroker (in same way as hybrid inverter GW10KN-ET). The hybrid inverter is connected but the single phase inverter is logging something about auth "check user admin pw iobroker: false,system.user.admin". The iobroker json config contains only IP and poll cycle. Any other option to get connected to GW-XS inverter ..

Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.

goodwe.1
2024-06-17 13:18:16.835 info check group user admin group admin: false

goodwe.1
2024-06-17 13:18:16.831 info check user admin pw iobroker: false,system.user.admin

goodwe.1
2024-06-17 13:18:16.707 info starting. Version 1.0.4 (non-npm: FossyTom/ioBroker.goodwe#8d36899279986a1d9f645ba284ca0400c5937470) in /usr/local/iobroker/node_modules/iobroker.goodwe, node: v18.20.3, js-controller: 5.0.19

goodwe.1
2024-06-17 13:18:13.403 info terminating

goodwe.1
2024-06-17 13:18:12.902 info Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason

goodwe.1
2024-06-17 13:18:12.901 info terminating

goodwe.1
2024-06-17 13:18:12.900 info Got terminate signal TERMINATE_YOURSELF

Versions:

  • Adapter version:
  • JS-Controller version:
  • Node version:
  • Operating system:

Additional context
Add any other context about the problem here.


Update

The XS inverter is part of the DT family with different registers (https://github.com/MiG-41/Modbus-GoodWe-DT) , so it's obvious that this package will not work. Please ignore this post. There is a python package with XS support https://pypi.org/project/goodwe/ based on above register definitions. Maybe worth to consider for further versions or a big PR.

@mrx8
Copy link

mrx8 commented Aug 30, 2024

I think this repo is being abandoned by FossyTom. I have no problem with it. We do this in our spare-time...
I have also 2 XS (DT-model) inverters which don't work.
So I have 2 suggestions for you:

  1. This is not the point herem but try to use my PR Fix ressource usage #20 for your GW10KN-ET because of memory/cpu resgressions in master.

  2. I am in the process to "port" the functionality of the python-repo step by step to a new iobroker-adapter and a cli and will publish this when it is working. Currently I can already read my important sensors of all my GoodWe-Inverters. Missing sensors can be extended in no-time if we have the register-information. I will only include Modbus via UDP, because support for this sucks a bit currently, besides this repo :) For TCP there should be already a modbus-adapter for iobroker.

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

2 participants