]> git.basschouten.com Git - openhab-addons.git/commit
[fronius] Fix communication errors by retrying failed http requests (#12255)
authorjimtng <2554958+jimtng@users.noreply.github.com>
Tue, 15 Feb 2022 22:50:37 +0000 (08:50 +1000)
committerGitHub <noreply@github.com>
Tue, 15 Feb 2022 22:50:37 +0000 (23:50 +0100)
commitbaa9aacf5042be895bb0d7fc439c6956c63fa0a1
tree75b3f4347d3e053a127a9a46dabd2a53f331a62f
parentf70290a5aed79e3e77b680a4b006ab27b6076fef
[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>
bundles/org.openhab.binding.fronius/pom.xml
bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/FroniusCommunicationException.java [new file with mode: 0644]
bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/FroniusHandlerFactory.java
bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/FroniusHttpUtil.java [new file with mode: 0644]
bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/handler/FroniusBaseThingHandler.java
bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/handler/FroniusBridgeHandler.java
bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/handler/FroniusMeterHandler.java
bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/handler/FroniusOhmpilotHandler.java
bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/handler/FroniusSymoInverterHandler.java
bundles/org.openhab.binding.fronius/src/main/resources/OH-INF/thing/bridge.xml