Skip to content

Commit

Permalink
Merge pull request #16 from tijsverkoyen/13-new-url
Browse files Browse the repository at this point in the history
Change API URL
  • Loading branch information
tijsverkoyen authored Jan 13, 2022
2 parents 7119882 + c362b9d commit 1af91f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When this is done, just install the repository.
The configuration of this integration happens in a few steps:

### Enable kiosk mode
1. Sign in on the Huawei FusionSolar portal: [https://eu5.fusionsolar.huawei.com](https://eu5.fusionsolar.huawei.com).
1. Sign in on the Huawei FusionSolar portal: [https://region04eu5.fusionsolar.huawei.com/](https://region04eu5.fusionsolar.huawei.com/).
2. At the top there is a link: Kiosk View, click it.
3. An overlay will open, and you need to enable the kioks view by enabling the toggle.
4. Note down the url that is shown.
Expand Down Expand Up @@ -77,4 +77,4 @@ Possible inspiration:
Add the power chart

### Add social contributions
Add the social contributions
Add the social contributions
2 changes: 1 addition & 1 deletion custom_components/fusion_solar_kiosk/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
async def async_update_data():
"""Fetch data"""
api = FusionSolarKioksApi('https://eu5.fusionsolar.huawei.com')
api = FusionSolarKioksApi('https://region04eu5.fusionsolar.huawei.com')
data = {}
for kiosk in config[CONF_KIOSKS]:
data[kiosk['id']] = {
Expand Down

0 comments on commit 1af91f1

Please sign in to comment.