dieselrabbit / screenlogicpy

Interface for Pentair Screenlogic connected pool controllers over IP in Python
GNU General Public License v3.0
17 stars 5 forks source link

Handle disconnect during request retry #50

Closed dieselrabbit closed 1 year ago

dieselrabbit commented 1 year ago

Protocol adapter will close connection immediately on login rejection. No point in retrying. Confirm connection not closed before sending each (original and retried) request.

dieselrabbit commented 1 year ago

1c5328a