[fronius] Fix communication errors by retrying failed http requests (#12255)

* [fronius] Fix communication errors by retrying failed http requests

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
jimtng
2022-02-16 08:50:37 +10:00
committed by GitHub
parent f70290a5ae
commit baa9aacf50
10 changed files with 266 additions and 113 deletions

View File

@@ -13,7 +13,7 @@
<label>Hostname</label>
<description>The hostname or IP address of the Fronius gateway/device</description>
</parameter>
<parameter name="refreshInterval" type="integer" min="2">
<parameter name="refreshInterval" type="integer" min="1">
<label>Refresh Interval</label>
<description>Specifies the refresh interval in seconds.</description>
<default>10</default>