-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
ESTAR ENERGY use the same api platform - Make BASE_URL configurable? #176
Comments
@xenio please check stable from my fork https://github.com/Cosik/hoymiles/tree/master and check if it is working. I added button to switch between estar and hoymiles. If it will not work than it mean there are differences in API. |
@Cosik thanks, I am not sure if just changing the url is enough, I think the cookie name should be changed too. COOKIE_UID hoymiles/stable/hoymilesapi.py Line 355 in b1c4e5c
|
@xenio did you found another differences? Because without it I will be not able to prepare proper code. |
I think it is ok, I changed myself url and cookies and it was working, but I can't test it. I switched to OpenDTU, I am not using Herf hardware DCU and the website anymore. |
@xenio thanks for info, I think this was the best option. I'm also using OpenDTU |
I have a ESTAR ENERGY Micro Inverter and it use an HERF DCU wifi to connect to the cloud.
Looks like they use the same api platform as Hoymiles.
The website is:
https://monitor.estarpower.com
and api points to:
https://monitor.estarpower.com/platform/api/gateway/
Domain:"monitor.estarpower.com"
Token:
estar_token: (with auth response)
estar_token_language: en_US
Is it possible to have the BASE_URL (and all the necessary url) configurable from the ADDON UI configuration of Home Assistant?
Thanks.
The text was updated successfully, but these errors were encountered: