Skip to content
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]: motionDetectionType for eufycam3/Homebase 3 not consistently working #269

Closed
bdormael opened this issue Oct 18, 2023 · 1 comment
Closed
Labels
bug Something isn't working fixed
Milestone

Comments

@bdormael
Copy link

bdormael commented Oct 18, 2023

Version

1.6.4

Node version

18

Operating System type

Docker

Operating system version

Debian 12

Describe the bug

For my Eufycam3 on Homebase 3 products:

  • When turning on motionDetectionTypeHuman or motionDetectionTypeHumanRecognition then motionDetectionTypePet is also turned on
  • When turning motionDetectionTypeAllOtherMotions, it works fine but you cannot turn it off anymore (false doesn't work)

as example, this is the format I use for the requests:

{ "messageId": "string", "command": "device.set_property", "serialNumber": "T8160P21224202E1", "name": "motionDetectionTypeHuman", "value": "true" }

  • [ ]

To reproduce

  1. connect to the ws endpoint

  2. Send the following json to the endpoint:
    { "messageId": "string", "command": "device.set_property", "serialNumber": "T8160P21224202E1", "name": "motionDetectionTypeHuman", "value": "true" }

  3. Check in the Eufy app on your device, now you can see that the previously motionDetectionTypePet which was false now also is true

  4. connect to the ws endpoint

  5. Send the following json to the endpoint:
    { "messageId": "string", "command": "device.set_property", "serialNumber": "T8160P21224202E1", "name": "motionDetectionTypeAllOtherMotions", "value": "true" }

  6. you can see now in the Eufy app that this is turned on

  7. Send the following json to the endpoint:
    { "messageId": "string", "command": "device.set_property", "serialNumber": "T8160P21224202E1", "name": "motionDetectionTypeAllOtherMotions", "value": "false" }

  8. the motionDetectionTypeAllOtherMotions is still true in the eufy app

Screenshots & Logfiles

No response

Additional context

No response

@bdormael bdormael added the bug Something isn't working label Oct 18, 2023
@bdormael bdormael changed the title [Bug]: [Bug]: motionDetectionType not consistently working Oct 19, 2023
@bdormael bdormael changed the title [Bug]: motionDetectionType not consistently working [Bug]: motionDetectionType for eufycam3/Homebase 3 not consistently working Oct 19, 2023
@bropat
Copy link
Owner

bropat commented Nov 5, 2023

I think something has changed in the firmware since it was implemented here.

@bropat bropat added fixed in next release Fixed in the code of the next release and removed need hardware or access labels Jan 5, 2024
@bropat bropat added this to the 1.8.0 milestone Jan 5, 2024
@bropat bropat added fixed and removed fixed in next release Fixed in the code of the next release labels Mar 3, 2024
@bropat bropat closed this as completed Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

2 participants