eNeRGy164 / gw2pvo-docker

GoodWe to PVOutput Docker Container
MIT License
5 stars 3 forks source link

Goodwe API now uses v2 only #8

Open skai21 opened 1 year ago

skai21 commented 1 year ago

since the end of november the docker container is reporting errors, this is because Goodwe API now only uses the v2 api. The containter is repoorting: WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId ERROR Failed to call GoodWe API ERROR 'inverter' WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId ERROR Failed to call GoodWe API ERROR 'inverter' WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId ERROR Failed to call GoodWe API ERROR 'inverter' WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId ERROR Failed to call GoodWe API ERROR 'inverter' WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId ERROR Failed to call GoodWe API ERROR 'inverter' WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId WARNING 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId ERROR Failed to call GoodWe API ERROR 'inverter' `

There also an issue in the original gw2pvo, but that one isn't maintained anymore: https://github.com/markruys/gw2pvo/issues/69 Is there any possibility that you can update this one with the new URL, the docker always worked perfectly for me.

Scampi-ml commented 1 year ago

i can update it, even you can. How do you run the script? on a Raspberry pi?

skai21 commented 1 year ago

I turned out creating my own version on it from Dockerhub, updated the source version to a newer version and that fixed it.