Skip to content

Python script to receive updates from an AirVision NVR

License

Notifications You must be signed in to change notification settings

fladdie/py-airvision-nvr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-airvision-nvr

Python script to receive updates from an AirVision NVR v1.2.

Pre-reqs

Usage

Runs a command when the NVR detects motion:

python motion.py --server=https://airvision-nvr:7443 \
                 --user=airvision@example.org \
                 --password=hunter2 \
                 --command='/usr/bin/espeak "motion detected in %(zones)s at %(time)s"'

Version

Still messy. Hacked up one Saturday afternoon and I hope someone finds it useful.

About

Python script to receive updates from an AirVision NVR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published