Skip to content

whirlwin/verisure-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verisure-exporter


Prometheus exporter for Verisure data.

Based on persandstrom/python-verisure to obtain Verisure data.

Usage

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:latest

Configuration

Configuration 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

Development

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

About

Prometheus exporter for Verisure data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published