nonsleepr / ha-eufy-security

Custom integration of Home Assistant with EufySecurity
169 stars 44 forks source link

Toggling motion detection not yielding results #7

Open csrui opened 4 years ago

csrui commented 4 years ago

Hey guys, Eufy 2c cam user here. I just found this package and promptly installed it.

I started to tinker with it calling services but got no feedback on the eufy security app. I tried enabling and disabling the motion detection on the cameras but the mobile app always displayed as enabled. As soon as I’m on my computer I’ll get more logs and post them here.

On another subject, have you found a way to arm or disarm the cams?

csrui commented 4 years ago

Might be related to #5, not sure.

My logger is set homeassistant.components.camera: debug Info from the logs which came previous to me using the service to disable motion detection.

Logger: eufy_security.camera
Source: custom_components/eufy_security/camera.py:66
First occurred: 9:42:13 PM (168 occurrences)
Last logged: 9:47:13 PM

    Unable to process parameter "1045", value "1"
    Unable to process parameter "1705", value "5"
    Unable to process parameter "1145", value "0"
    Unable to process parameter "1013", value "1"
    Unable to process parameter "1210", value "30"

I'm calling the following service with the entity.

camera.disable_motion_detection
entity_id: camera.inside

Not sure if this helps. Let me know if I can provide more info.