Motion - Feature Request 2012x 06x 20x 095232

Feature Request: Motion detection scheduling

Description

schedule when motion detection is activated (for example only at night / during office hours)

ps. Fantastic piece of software, big thumbs up!

-- AndyPendy - 20 Jun 2012

Follow up

You can start/pause motion detection using the HTTP API :

http://www.lavrsen.dk/foswiki/bin/view/Motion/MotionHttpAPI#Detection_Commands

So you can use crontab to setup start / pause time :

crontab -e ( active at 21 and pause at 7 )

0 21 * * * /usr/bin/wget http://motionhost.mydomain.tld:port/2/detection/start > /dev/null > 2>&1

0 7 * * * * /usr/bin/wget http://motionhost.mydomain.tld:port/2/detection/pause > /dev/null > 2>&1

-- AngelCarpintero - 07 Jul 2012

Comments

FeatureRequestForm edit

TopicTitle Motion detection scheduling
FeatureRequestStatus Implemented
SubmittedBy Main.Andy Pendy
Topic revision: r2 - 07 Jul 2012, AngelCarpintero
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Please do not email Kenneth for support questions (read why). Use the Support Requests page or join the Mailing List.
This website only use harmless session cookies. See Cookie Policy for details. By using this website you accept the use of these cookies.