eufy-security-ws icon indicating copy to clipboard operation
eufy-security-ws copied to clipboard

[Bug]: Motion Detection for T8420x does not work

Open eufysecurity opened this issue 1 year ago • 2 comments

Version

0.9.4

Node version

14.18.0

Operating System type

Linux

Operating system version

Linux 5 VMware

Describe the bug

Motion Sensor is not working for T8420x. It does not pick up any motion. Motion and Person Motion.

To reproduce

  1. Create Motion on the floodlight cam.
  2. get a notification on phone app
  3. eufy security ws does not detect any motion

Screenshots & Logfiles

No response

Additional context

No response

eufysecurity avatar Aug 31 '22 18:08 eufysecurity

Hi, without debug logs i can't help you. In addition, there is already the pre-release version 1.0.0-rc.1, where you can check whether the problem persists or has already been fixed.

bropat avatar Aug 31 '22 18:08 bropat

@eufysecurity

Any update?

bropat avatar Sep 02 '22 15:09 bropat

I think line 920 in eufy-security-client/src/http/type.ts needs to be changed from: export const DeviceMotionDetectionIndoorSoloFloodProperty: PropertyMetadataBoolean = {

To: export const DeviceMotionDetectionProperty: PropertyMetadataBoolean = {

eufysecurity avatar Nov 01 '22 22:11 eufysecurity