Hi, my Kevo integration stop working. I’m unable to connect to my account. I try my account in the android app and it’s work. Somebody help me?
Here is the log for the error:
Cette erreur provient d’une intégration personnalisée
Enregistreur: custom_components.kevo_plus.config_flow
Source: custom_components/kevo_plus/config_flow.py:64
intégration: Kevo Plus (documentation, problèmes)
S’est produit pour la première fois: 16:37:55 (1 occurrences)
Dernier enregistrement: 16:37:55
Unexpected exception: Server error ‘500 Internal Server Error’ for url ‘https://identity.unikey.com/account/login’ For more information check: 500 Internal Server Error - HTTP | MDN
Traceback (most recent call last):
File “/config/custom_components/kevo_plus/config_flow.py”, line 64, in async_step_user
await self._api.login(user_input[CONF_USERNAME], user_input[CONF_PASSWORD])
File “/usr/local/lib/python3.12/site-packages/aiokevoplus/init.py”, line 394, in login
res.raise_for_status()
File “/usr/local/lib/python3.12/site-packages/httpx/_models.py”, line 761, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Server error ‘500 Internal Server Error’ for url ‘https://identity.unikey.com/account/login’
For more information check: 500 Internal Server Error - HTTP | MDN