fuatakgun / eufy_security

Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.
914 stars 73 forks source link

Constant Reconfiguration needed #1224

Open nmeliasp opened 22 hours ago

nmeliasp commented 22 hours ago

I'm constantly being asked to reconfigure this integration. Eufy Security: Captcha is being asked for every minute. My environment is below

Core 2024.10.2 Supervisor 2024.10.2 Operating System 13.2 Frontend 20241002.3

mpino61 commented 6 hours ago

i have the same problem, I enter the captcha correctly but it keeps asking for a new one.

Registratore: homeassistant Fonte: custom_components/eufy_security/eufy_security_api/web_socket_client.py:63 Integrazione: Eufy Security (documentazione, problemi) Prima occorrenza: 14:33:21 (5 occorrenze) Ultima registrazione: 14:43:18

Error doing job: Exception in callback WebSocketClient._on_close(>) (None) Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/config/custom_components/eufy_security/eufy_security_api/web_socket_client.py", line 81, in _on_close self.close_callback(future) File "/config/custom_components/eufy_security/eufy_security_api/api_client.py", line 317, in _on_close _LOGGER.debug(f"on_close - executed - {future} = {future.exception()}") ^^^^^^^^^^^^^^^^^^ File "/config/custom_components/eufy_security/eufy_security_api/web_socket_client.py", line 63, in _process_messages async for msg in self.socket: File "/usr/local/lib/python3.12/site-packages/aiohttp/client_ws.py", line 384, in anext msg = await self.receive() ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/client_ws.py", line 315, in receive msg = await self._reader.read() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/streams.py", line 684, in read return await super().read() ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/streams.py", line 643, in read await self._waiter asyncio.exceptions.CancelledError