[opensprinkler] Make http connection more resilient (#14998)

Signed-off-by: Bernhard Kreuz <bernhard@kreuz.wien>
Signed-off-by: wzbfyb <57131473+wzbfyb@users.noreply.github.com>
Co-authored-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Co-authored-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
wzbfyb
2023-12-14 21:55:12 +01:00
committed by GitHub
parent 7b16ef1de8
commit 4a8cb5fac9
6 changed files with 64 additions and 13 deletions

View File

@@ -28,6 +28,8 @@ Due to this method used, it is very slow at finding devices and can saturate net
- port: Port the OpenSprinkler device is listening on. Usually 80.
- password: Admin password of the API. Factory default is: opendoor
- refresh: Number of seconds in between refreshing the Thing state with the API.
- timeout: (optional) Number of seconds to wait for a timeout when calling the OpenSprinkler HTTP API.
- retry: (optional) Number of retries on connection timeouts.
- basicUsername: (optional) Only needed when the OpenSprinkler device is behind a basic auth enforcing reverse proxy.
- basicPassword: (optional) Only needed when the OpenSprinkler device is behind a basic auth enforcing reverse proxy.