I am unable to add devices to home assistant keeps erroring out with unknown error:
I am getting this error in the logs
Logger: msmart.discover
Source: custom_components/midea_ac/config_flow.py:123
integration: Midea Smart AC ([documentation](https://github.com/mill1000/midea-ac-py), [issues](https://github.com/mill1000/midea-ac-py/issues))
First occurred: 11:26:26 AM (1 occurrence)
Last logged: 11:26:26 AM
Could not establish cloud connection. Error: Failed to login to cloud. Code: 7610, Message: Too many failed login attempts, please try again 5 minutes later
Even after waiting hours and rebooting multiple times.
if i go to the command line and try
> msmart-ng discover -d
INFO:httpx:HTTP Request: POST https://mapp.appsmb.com/v1/user/login "HTTP/1.1 200 OK"
DEBUG:msmart.cloud:Cloud response: {"msg":"Too many failed login attempts, please try again 5 minutes later","errorCode":"7610"}
ERROR:msmart.discover:Could not establish cloud connection. Error: Failed to login to cloud. Code: 7610, Message: Too many failed login attempts, please try again 5 minutes later
INFO:httpx:HTTP Request: POST https://mapp.appsmb.com/v1/user/login/id/get "HTTP/1.1 200 OK"
DEBUG:msmart.cloud:Cloud response: {"msg":"ok","result":{"loginId":"3a82594b-f928-48f6-9105-5ce519e02d1a"},"errorCode":"0"}
DEBUG:msmart.cloud:Received loginId: 3a82594b-f928-48f6-9105-5ce519e02d1a
INFO:httpx:HTTP Request: POST https://mapp.appsmb.com/v1/user/login "HTTP/1.1 200 OK"
DEBUG:msmart.cloud:Cloud response: {"msg":"Too many failed login attempts, please try again 5 minutes later","errorCode":"7610"}
ERROR:msmart.discover:Could not establish cloud connection. Error: Failed to login to cloud. Code: 7610, Message: Too many failed login attempts, please try again 5 minutes later
INFO:httpx:HTTP Request: POST https://mapp.appsmb.com/v1/user/login/id/get "HTTP/1.1 200 OK"
DEBUG:msmart.cloud:Cloud response: {"msg":"ok","result":{"loginId":"d872e8ee-d929-40ee-8f9f-25566fab0528"},"errorCode":"0"}
DEBUG:msmart.cloud:Received loginId: d872e8ee-d929-40ee-8f9f-25566fab0528
I am unable to add devices to home assistant keeps erroring out with unknown error:
I am getting this error in the logs
Even after waiting hours and rebooting multiple times.
if i go to the command line and try