mtrossbach / noah-mqtt

A tool for integrating Growatt Noah 2000 home batteries with Home Assistant via MQTT, enabling real-time monitoring and control of your energy storage system.
Apache License 2.0
26 stars 1 forks source link

Add growattUrl to the Homeassistant Addon Config #29

Open bot17 opened 4 days ago

bot17 commented 4 days ago

can you make the Growatt url configurable? my Noah is in the Australian cloud, the address would then be either https://server-au-api.growatt.com/ or https://openapi-au.growatt.com. Thank you very much

mtrossbach commented 4 days ago

Thank you for the suggestion! I will add the option to configure the Growatt URL in the application. Is the API consistent across all regions? Once it's implemented, would you be open to helping test it with the Australian cloud? That would be really helpful.

bot17 commented 4 days ago

I think so. you can see the URLs here: https://github.com/home-assistant/core/blob/dev/homeassistant/components/growatt_server/const.py

The login must also take place on these servers, the user accounts are separate.

I am happy to help with testing, just need a HowTo.