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

Broken due to URL change to cloud.alphaess.com #2

Closed bmannz closed 2 years ago

bmannz commented 2 years ago

Due to Alpha changing the URL to cloud.alphaess.com this is now broken. I have successfully tested it after changing the URL to cloud.alphaess.com

corvidus commented 2 years ago

Based on bmannz comment, probably just a case of updating the BASEURL global on Line 12 in https://github.com/CharlesGillanders/alphaess/blob/main/alphaess/alphaess.py Hope that helps :)

matt-oneill commented 2 years ago

Based on bmannz comment, probably just a case of updating the BASEURL global on Line 12 in https://github.com/CharlesGillanders/alphaess/blob/main/alphaess/alphaess.py Hope that helps :)

bmannz already has a pr for this change

CharlesGillanders commented 2 years ago

Thanks - that change is included in the package - version has been bumped to 0.0.4