Skip to content

slynn1324/homebridge_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homekit (Homebridge) Prometheus Textfile Collector

A node_exporter textfile collector script to extract information from homebridge connected devices and make available to prometheus.

TODO: convert to an typical prometheus exporter

Setup

cd hapclient
pip3 install .

Running

usage: homebridge_exporter.py [-h] [--output OUTPUT] --address ADDRESS --port
                           PORT --pin PIN
homebridge_exporter.py: error: the following arguments are required: --address, --port, --pin
python3 homebridge_exporter.py --address xxx.xxx.xxx.xxx --port 51826 --pin xxx-xx-xxx --output /path/to/homebridge.prom

Depends On

Leverages https://github.com/mrstegeman/hapclient

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages