neiser / homematic-prometheus-exporter

Simple prometheus exporter for homematic using XML API addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homematic Prometheus Exporter

Homematic Prometheus Exporter which scrapes for data points hardcoded in the script and exports them as Prometheus metrics. The data is obtained using the XML API Addon for Homematic CCU. Tested with debmatic.

Install

apt-get install python3-venv virtualenv

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

About

Simple prometheus exporter for homematic using XML API addon


Languages

Language:Python 100.0%