question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding enable_motion_detection service

See original GitHub issue

Hi, I have a Reolink E1 Zoom and so far it works flawlessly with this component. I have worked a bit on the API and I would like to make a PR for adding a service to enable/disable motion detection. It’s fairly easy on mine, I just have to send:

[{"cmd": "SetAlarm","action": 1,"param":{"Alarm": {"channel": 0,"type": "md","enable":1}}}] to enable it, and: [{"cmd": "SetAlarm","action": 1,"param":{"Alarm": {"channel": 0,"type": "md","enable":0}}}] to disable. I have a doubt though wether this functionality is common to all the camera or if it would be worth it to run a GetAlarm first to assess it.

Would you be interested in this kind of PR?

Edit: I created the PR anyway 😃 #50

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
chiefcommcommented, Jul 12, 2020

@fwestenberg please check out the mods by @nick2k3 this is really useful 😃

0reactions
fwestenbergcommented, Dec 10, 2020

Please try all new features in HACS v0.8

Read more comments on GitHub >

github_iconTop Results From Across the Web

Detecting motion from camera and triggering automation
Instructions on how to integrate cameras within Home Assistant. I can open services section on HA configuration page, and then enable the  ......
Read more >
Enable and disable motion detection - Milestone Documentation
On the Tools menu, click Options. · On the General tab, under When adding new camera devices automatically enable, select the Motion detection...
Read more >
Set Motion Detection Alarm for Network Camera - Hik-Connect
Set Motion Detection Alarm for Network Camera · Enter the Settings page of the network camera. · Tap Notification to enter the Notification...
Read more >
How to Add and Control a Wi-Fi CCTV Camera in Home ...
You can enable Motion detection to record clips and snapshots when motion is detected. motion detected captured video by frigate home assistant.
Read more >
Configuration - Motion
Version 4.2 Version 4.3 Version 4.4 Current Ve... mmalcam_control_params mmalcam_control_params mmalcam_params mmalcam... ffmpeg_duplicate_frames ffmpeg_duplicate_frames movie_duplicate_frames movie_du... netcam_high_params netcam_hi...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found