/amcrest2influx

Send Amcrest (dahua) events to InfluxDB

Primary LanguagePythonMIT LicenseMIT

amcrest2influx

A simple app to write events generated by an Amcrest device to InfluxDB using the python-amcrest and aioinflux libraries.

Installation

create a config.py. See [example-config.py].

Then Install the service:

pip3 install -r requirements.txt

sudo cp amcrest2influx.service /etc/systemd/system/
sudo systemctl enable amcrest2influx.service
sudo systemctl start amcrest2influx.service