You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
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.
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:
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.
The text was updated successfully, but these errors were encountered: