From cd3e683efeef567a9429a2ff72565aba5e574959 Mon Sep 17 00:00:00 2001 From: Mian Ali Ahmed <64776926+MAA-web@users.noreply.github.com> Date: Sun, 18 Feb 2024 07:38:23 +0000 Subject: [PATCH 1/2] the APP_KEY has been changed to ANDROIDE13EC118BD7892FE7AB5A3F20 --- iSolarCloud/WebAppService/getMqttConfigInfoByAppkey/data.go | 6 ++++-- iSolarCloud/const.go | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/iSolarCloud/WebAppService/getMqttConfigInfoByAppkey/data.go b/iSolarCloud/WebAppService/getMqttConfigInfoByAppkey/data.go index 74a50e435..d7e8257ae 100644 --- a/iSolarCloud/WebAppService/getMqttConfigInfoByAppkey/data.go +++ b/iSolarCloud/WebAppService/getMqttConfigInfoByAppkey/data.go @@ -13,9 +13,11 @@ const Disabled = false const EndPointName = "WebAppService.getMqttConfigInfoByAppkey" const ( - AppKey = "93D72E60331ABDCDC7B39ADC2D1F32B3" + //AppKey = "93D72E60331ABDCDC7B39ADC2D1F32B3" + AppKey = "ANDROIDE13EC118BD7892FE7AB5A3F20" WebAppKey = "B0455FBE7AA0328DB57B59AA729F05D8" - LoginAppKey = "93D72E60331ABDCDC7B39ADC2D1F32B3" + //LoginAppKey = "93D72E60331ABDCDC7B39ADC2D1F32B3" + LoginAppKey = "ANDROIDE13EC118BD7892FE7AB5A3F20" ) type RequestData struct { diff --git a/iSolarCloud/const.go b/iSolarCloud/const.go index d316a6b3b..a74551354 100644 --- a/iSolarCloud/const.go +++ b/iSolarCloud/const.go @@ -6,6 +6,7 @@ import "time" //goland:noinspection SpellCheckingInspection const ( DefaultHost = "https://augateway.isolarcloud.com" - DefaultApiAppKey = "93D72E60331ABDCDC7B39ADC2D1F32B3" + //DefaultApiAppKey = "93D72E60331ABDCDC7B39ADC2D1F32B3" + DefaultApiAppKey = "ANDROIDE13EC118BD7892FE7AB5A3F20" DefaultTimeout = time.Second * 30 ) From 3125ed7984b421bf252289a93908e040ab0326c6 Mon Sep 17 00:00:00 2001 From: Mian Ali Ahmed <64776926+MAA-web@users.noreply.github.com> Date: Sun, 18 Feb 2024 07:39:51 +0000 Subject: [PATCH 2/2] updated the readme with the new APP_KEY ANDROIDE13EC118BD7892FE7AB5A3F20 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881a6eaa4..4015926cd 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,7 @@ Change iSolarCloud API token. | --timeout | | GOSUNGROW_TIMEOUT | Web timeout. | 0s | | --user | -u | GOSUNGROW_USER | SunGrow: api username. | ------------------ | | --password | -p | GOSUNGROW_PASSWORD | SunGrow: api password. | --------------------------- | -| --appkey | | GOSUNGROW_APPKEY | SunGrow: api application key. | 93D72E60331ABDCDC7B39ADC2D1F32B3 | +| --appkey | | GOSUNGROW_APPKEY | SunGrow: api application key. | ANDROIDE13EC118BD7892FE7AB5A3F20 | | | | | | * | | --host | | GOSUNGROW_HOST | SunGrow: Provider API URL. | https://augateway.isolarcloud.com | | | | | | * |