jwillemsen / daikin_onecta

Home Assistant Integration for devices supported by the Daikin Onecta App
https://github.com/jwillemsen/daikin_onecta
GNU General Public License v3.0
257 stars 9 forks source link

Max retries exceeded #27

Closed brinkgit closed 7 months ago

brinkgit commented 7 months ago

Found this error in the log (stuf seems to function normal, but I guesss it's a good adea to report):

Logger: custom_components.daikin_residential_altherma.daikin_api
Source: custom_components/daikin_residential_altherma/daikin_api.py:99
Integration: Daikin Residential Controller including Altherma ([documentation](https://github.com/jwillemsen/daikin_residential_altherma), [issues](https://github.com/jwillemsen/daikin_residential_altherma/issues))
First occurred: 04:56:47 (11 occurrences)
Last logged: 05:06:47

    REQUEST FAILED: HTTPSConnectionPool(host='api.prod.unicloud.edc.dknadmin.be', port=443): Max retries exceeded with url: /v1/gateway-devices (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f408e31ced0>: Failed to establish a new connection: [Errno -3] Try again'))
    REQUEST FAILED: HTTPSConnectionPool(host='api.prod.unicloud.edc.dknadmin.be', port=443): Max retries exceeded with url: /v1/gateway-devices (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f408dff34d0>: Failed to establish a new connection: [Errno -3] Try again'))
    REQUEST FAILED: HTTPSConnectionPool(host='api.prod.unicloud.edc.dknadmin.be', port=443): Max retries exceeded with url: /v1/gateway-devices (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f40eed5a5d0>: Failed to establish a new connection: [Errno -3] Try again'))
    REQUEST FAILED: HTTPSConnectionPool(host='api.prod.unicloud.edc.dknadmin.be', port=443): Max retries exceeded with url: /v1/gateway-devices (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4104ee2c50>: Failed to establish a new connection: [Errno -3] Try again'))
    REQUEST FAILED: HTTPSConnectionPool(host='api.prod.unicloud.edc.dknadmin.be', port=443): Max retries exceeded with url: /v1/gateway-devices (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f40a5222ed0>: Failed to establish a new connection: [Errno -3] Try again'))
jwillemsen commented 7 months ago

Looks some rate limiting at the daikin side. Are you using the onecta app at the same moment? Not very important as far as I can tell, we could reduce the rate but gives less frequent updates in HA.

brinkgit commented 7 months ago

I am not activly using it, could be it is running on the background. If it does no harm for the rest: no problem leave it as it is...