/py-airvision-nvr

Python script to receive updates from an AirVision NVR

Primary LanguagePythonApache License 2.0Apache-2.0

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.