this is an early version of the app and does not do anything useful right now! You have been warned. The tasks planned so far are:
- Publish the ARLO environmental sensors to MQTT
- Write to an MQTT topic when an ARLO ALARM happend
- Publish the battery data to MQTT
arlo-mqtt.py
is configured through environment variables, this should make a (later) systemd installation easy. You need to set:
MQTT_SERVER
: the address of the MQTT server usedARLO_USER
: the user of the Netgear ARLO account usedARLO_PASSWORD
: the password of the Netgear ARLO account used