FlyingDiver / Indigo-miniUniFi

Minimalistic UniFi plugin for Indigo
MIT License
0 stars 0 forks source link

Controller Login Connection Error #42

Open berkinet opened 5 months ago

berkinet commented 5 months ago

Similar to issue #39 I am seeing this message once per hour in the Indigo log: miniUniFi Error UniFi Controller Login Connection Error: HTTPSConnectionPool(host='192.168.5.5', port=443): Read timed out. (read timeout=5.0)

I have edited plugin.py as suggested in your response to the earlier report. However, as the code has changed, I edited both lines 229 and 805 to timeout=30.0

I will update if this resolves the problem.