Prometheus exporter for Verisure data.
Based on persandstrom/python-verisure to obtain Verisure data.
Start the container using Docker:
docker run \
-e VERISURE_MYPAGES_USERNAME=<your_username (email)> \
-e VERISURE_MYPAGES_PASSWORD=<your_password> \
quay.io/whirlwin/verisure-exporter:latestConfiguration is done mainly through environment variables.
| Environment variable | Required | Default | Description |
|---|---|---|---|
| VERISURE_MY_PAGES_USERNAME | Yes | Verisure My Pages username | |
| VERISURE_MY_PAGES_PASSWORD | Yes | Verisure My Pages password | |
| HTTP_PORT | No | 8000 | Exporter HTTP port |
git clone git@github.com:whirlwin/verisure-exporter.git
cd verisure-exporter
make build
# Add your username and password in the example step in the Makefile, then...
make example