CharlesGillanders / alphaess

This Python library logs in to www.alphaess.com and retrieves data on your Alpha ESS inverter, photovoltaic panels, and battery if you have one.
MIT License
22 stars 9 forks source link

Auth call fails with 404 #17

Open renkoh opened 9 months ago

renkoh commented 9 months ago

Calls to the /Account/Login endpoint fail with response:

{'code': 6026, 'msg': '404 NOT_FOUND'}

it seems that the API may have changed completeley

CharlesGillanders commented 9 months ago

Calls to the /Account/Login endpoint fail with response:


{'code': 6026, 'msg': '404 NOT_FOUND'}

it seems that the API may have changed completeley

Yes AlphaEss have asked everyone to switch to their new OpenAPI - I have done so for my Home Assistant integration using a new python library which is also available on GitHub and which is intended to replace this one.

https://github.com/CharlesGillanders/alphaess-openAPI