Tuya integration trouble

I’m trying to install the tuya configuration but I get an error as if it was unable to connect to the tuya api.

requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘openapi.tuyaus.com’, port=443): Max retries exceeded with url: /v1.0/iot-03/users/login (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x7f63ad9d0850>: Failed to establish a new connection: [Errno 110] Operation timed out’))

Can someone help or give suggestions please ?
Thanks a lot

I’m getting this same issue, but it is intermittent. I was also seeing a lot of connection pool warnings where connections were being dropped because it was exceeding the maximum pool size of 10. I’m also seeing issues where the Tuya device state is not being updated consistently in homeassistant, and I think this is likely the cause, but I don’t understand why this is happening. Has anyone figured this out?