dalinicus / homeassistant-acinfinity

AC Infinity integration for Home Assistant for UIS based controllers
MIT License
75 stars 4 forks source link

Retry logic on AC Infinity API Calls #26

Closed dalinicus closed 11 months ago

dalinicus commented 11 months ago

The AC Infinity API sometimes hangs and times out. It's not consistent, and usually instantly recovers on the next call. Instead of spitting scary exceptions into the log for a one time occurrence, we should first retry the request after a delay.

Image