You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the Eufy app to set my 2k video doorbell to 'use homebase as internal chime', I get the expected result. However if I use the Eufy addon to set the same value, it doesn't reflect the corresponding value in the app. Other settings are reflected properly, so I'm led to think that everything works properly. If I do a debug, I get the feeling that the value is set 'succesfully':
2024-10-21 16:21:28.346 DEBUG (MainThread) [custom_components.eufy_security.eufy_security_api] domain - device - EventSourceType.product - device.set_property - {'domain': 'device', 'serial_no': 'T8213P2123370D3D', 'name': 'chimeIndoor', 'value': True} - {'name': 'chimeIndoor', 'value': True, 'serialNumber': 'T8213P2123370D3D'} 2024-10-21 16:21:28.347 DEBUG (MainThread) [custom_components.eufy_security.eufy_security_api] {'name': 'chimeIndoor', 'value': True, 'serialNumber': 'T8213P2123370D3D', 'command': 'device.set_property', 'messageId': 'device.set_property.2114e90ce4964a1293c6454f19bde7f7'} 2024-10-21 16:21:28.347 DEBUG (MainThread) [custom_components.eufy_security.eufy_security_api] send_message - {'name': 'chimeIndoor', 'value': True, 'serialNumber': 'T8213P2123370D3D', 'command': 'device.set_property', 'messageId': 'device.set_property.2114e90ce4964a1293c6454f19bde7f7'} 2024-10-21 16:21:28.354 DEBUG (MainThread) [custom_components.eufy_security.eufy_security_api] _on_message - {'type': 'result', 'success': True, 'messageId': 'device.set_property.2114e90ce4964a1293c6454f19bde7f7', 'result': {'async': True}}
So I guess my question is: are these 2 values actually corresponding? Sorry for the Dutch interface, but the red arrows point to what I'm trying to ask.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
If I use the Eufy app to set my 2k video doorbell to 'use homebase as internal chime', I get the expected result. However if I use the Eufy addon to set the same value, it doesn't reflect the corresponding value in the app. Other settings are reflected properly, so I'm led to think that everything works properly. If I do a debug, I get the feeling that the value is set 'succesfully':
2024-10-21 16:21:28.346 DEBUG (MainThread) [custom_components.eufy_security.eufy_security_api] domain - device - EventSourceType.product - device.set_property - {'domain': 'device', 'serial_no': 'T8213P2123370D3D', 'name': 'chimeIndoor', 'value': True} - {'name': 'chimeIndoor', 'value': True, 'serialNumber': 'T8213P2123370D3D'} 2024-10-21 16:21:28.347 DEBUG (MainThread) [custom_components.eufy_security.eufy_security_api] {'name': 'chimeIndoor', 'value': True, 'serialNumber': 'T8213P2123370D3D', 'command': 'device.set_property', 'messageId': 'device.set_property.2114e90ce4964a1293c6454f19bde7f7'} 2024-10-21 16:21:28.347 DEBUG (MainThread) [custom_components.eufy_security.eufy_security_api] send_message - {'name': 'chimeIndoor', 'value': True, 'serialNumber': 'T8213P2123370D3D', 'command': 'device.set_property', 'messageId': 'device.set_property.2114e90ce4964a1293c6454f19bde7f7'} 2024-10-21 16:21:28.354 DEBUG (MainThread) [custom_components.eufy_security.eufy_security_api] _on_message - {'type': 'result', 'success': True, 'messageId': 'device.set_property.2114e90ce4964a1293c6454f19bde7f7', 'result': {'async': True}}
So I guess my question is: are these 2 values actually corresponding? Sorry for the Dutch interface, but the red arrows point to what I'm trying to ask.
Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions