-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Motion detection/ person detection not working #277
Comments
I have the same issue, I don't appear to receive events from my 2C cameras. I need to restart the Add-on for any updates to be received. |
In my case, a restart does not solve the problem. The sensors have never changed even with the numerous version updates.PremSent from my iPadOn Nov 14, 2023, at 3:15 AM, manlymgmt-anthony ***@***.***> wrote:
I have the same issue, I don't appear to receive events from my 2C cameras. I need to restart the Add-on for any updates to be received.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Same issue for me I put a restart add on Eufy WS every hour but it's not a real solution |
+1 using T8222 Door bell. |
I have the same issue for all my wired cameras. |
Any update about this ? |
Same for me. No motion detection at all and some strange stuff in the logs of the addon:
|
My S330 detects motion but does not yield a persons name. Looking at the app though the person is being recognized. The battery powered cameras work just fine. So the Data that is being received by the doorbell looks as follows: {
"message": {
"name": "Doorbell",
"event_time": 1720625450921,
"type": 91,
"station_sn": "T8030Pxx",
"device_sn": "T8213Pxx",
"push_time": 1720625454531,
"title": "Eufy Security",
"content": "Someone has been spotted",
"channel": 2,
"cipher": 0,
"event_session": "20240710_173050",
"event_type": 3102,
"file_path": "/media/mmcblk0p1/Camera02//zx/hdd_data1/Camera02/202407/20240710173049/20240710173049.zxvideo.dat",
"pic_url": "https://security-app-eu.eufylife.com/v1/s/g/REDACTED",
"push_count": 2,
"notification_style": 3
}
}
The cameras however: {
"message": {
"name": "Parking Lot",
"event_time": 1720625404121,
"type": 23,
"station_sn": "T8030Pxxx",
"device_sn": "T8161Pxxx",
"push_time": 1720625406721,
"title": "Eufy Security",
"content": "Vehicle has been spotted",
"channel": 0,
"cipher": 0,
"event_session": "20240710_173004",
"event_type": 3107,
"file_path": "/zx/hdd_data1/Camera00/202407/20240710173000/20240710173000.zxvideo",
"pic_url": "https://security-app-eu.eufylife.com/v1/s/g/REDACTED",
"push_count": 1,
"notification_style": 2,
"storage_type": 1,
"msg_type": 18,
"person_name": null,
"person_id": null,
"tfcard_status": null,
"user_type": null,
"user_name": null,
"station_guard_mode": null,
"station_current_mode": 1,
"alarm_delay": null,
"sound_alarm": null
}
}
Note that it makes no difference if a vehicle, pet or person has been detected. The cameras will always yield the full info block with potential recognized persons but the door bell will never include such information in the push notification. So the issue is that either the API does not send such information or the data model does not handle it. I also searched for the event id '3111' which is appearing when a person has been identified. The doorbell seems to never appear in the logs with such an event id. |
Version
1.7.1
Node version
Docker
Operating System type
Docker
Operating system version
HAOS 11.1 / Eufy Security 7.7.3
Describe the bug
Motion detection and Person detection is always Clear. (No change in status to detected)
To reproduce
Screenshots & Logfiles
home-assistant_eufy_security_2023-11-08T01-46-05.507Z.log
402f1039_eufy_security_ws_2023-11-08T01-40-00.924Z.log
Additional context
See also issue noted with Eufy Security integration
fuatakgun/eufy_security#986
The text was updated successfully, but these errors were encountered: