Hello searched and not found info over this doorbell and camera.
I have tried the solution of Ferry Djaja but no suc6.
Has anyone connected it with HA?
I want to use the doorbell button to switch a light on.
Thanks and greetings,
Erik.
Hello searched and not found info over this doorbell and camera.
I have tried the solution of Ferry Djaja but no suc6.
Has anyone connected it with HA?
I want to use the doorbell button to switch a light on.
Thanks and greetings,
Erik.
I have the same doorbell and it does work with HA. Look at the device it created, you will see all the many sensors connected, like “Ringing” and “Loitering” - these are what you use to trigger a light (or anything else).
Thanks for the reply,
If I look for the new hardware I only Eufy Security Add-on eith this screen :
No more triggers?
Once you install the add-on you then go to Settings → Devices and add integration for Eufy Security to add the accessories, which will be the devices to trigger on.
I need help translating that message, I can see something about configuration.yaml and I’m assuming that you might have something in there it doesn’t like.
It syat that the device can not added to the userinterface.
It must be adressed in the YAML config
I’m not sure, you may want to open an incident on the Eufy Security git page to see if they can clear up any questions you have.
It is closed now I made a mistake, Installed the wrong App.
Installed it now but I am getting another issue :
Still something wrong…
This is the log file :
This is the log file :
2023-11-23 09:46:52.566 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry 127.0.0.1 for eufy_security
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 402, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/eufy_security/init.py”, line 50, in async_setup_entry
await coordinator.initialize()
File “/config/custom_components/eufy_security/coordinator.py”, line 39, in initialize
await self._api.connect()
File “/config/custom_components/eufy_security/eufy_security_api/api_client.py”, line 71, in connect
await self._set_schema(SCHEMA_VERSION)
File “/config/custom_components/eufy_security/eufy_security_api/api_client.py”, line 147, in _set_schema
await self._send_message_get_response(OutgoingMessage(OutgoingMessageType.set_api_schema, schema_version=schema_version))
File “/config/custom_components/eufy_security/eufy_security_api/api_client.py”, line 324, in _send_message_get_response
return await future
^^^^^^^^^^^^
custom_components.eufy_security.eufy_security_api.exceptions.FailedCommandException: {‘type’: ‘result’, ‘success’: False, ‘messageId’: ‘set_api_schema.055bff92287e4ec1a242f1db31320f4e’, ‘errorCode’: ‘schema_incompatible’}
2023-11-23 09:46:53.544 WARNING (SyncWorker_7) [websocket] websocket connected
2023-11-23 09:46:56.932 ERROR (MainThread) [homeassistant.components.motion_blinds.gateway] Could not find working interface for Motion Blinds host 192.168.0.183, using interface ‘any’
2023-11-23 09:47:12.448 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.dhwp_actuator_water_consumption (<class ‘homeassistant.components.overkiz.sensor.OverkizStateSensor’>) is using state class ‘measurement’ which is impossible considering device class (‘volume’) it is using; expected None or one of ‘total_increasing’, ‘total’; Please update your configuration if your entity is manually configured, otherwise create a bug report at Issues · home-assistant/core · GitHub
2023-11-23 09:58:24.979 ERROR (SyncWorker_7) [websocket] [Errno 104] Connection reset by peer - goodbye
2023-11-23 09:58:25.108 WARNING (SyncWorker_7) [websocket] websocket connected
2023-11-23 10:00:24.096 ERROR (MainThread) [frontend.js.latest.202310302] Uncaught error from Chrome 119.0.0.0 on Windows 10
TypeError: Cannot read properties of null (reading ‘removeEventListener’)
renderHeading (src/components/ha-dialog.ts:51:24)
apply (src/scoped-custom-element-registry.js:262:44)
mainWindow.history.pushState (src/dialogs/make-dialog-manager.ts:129:7)
2023-11-23 10:07:59.740 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry 127.0.0.1 for eufy_security
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 402, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/eufy_security/init.py”, line 50, in async_setup_entry
await coordinator.initialize()
File “/config/custom_components/eufy_security/coordinator.py”, line 39, in initialize
await self._api.connect()
File “/config/custom_components/eufy_security/eufy_security_api/api_client.py”, line 71, in connect
await self._set_schema(SCHEMA_VERSION)
File “/config/custom_components/eufy_security/eufy_security_api/api_client.py”, line 147, in _set_schema
await self._send_message_get_response(OutgoingMessage(OutgoingMessageType.set_api_schema, schema_version=schema_version))
File “/config/custom_components/eufy_security/eufy_security_api/api_client.py”, line 324, in _send_message_get_response
return await future
^^^^^^^^^^^^
Whay can be wrong?
Did you connect it trough the homebase?