https://github.com/seanson/homebridge-prometheus-exporter
This is a small exporter that pulls data from the HomeBridge API to provide accessory information as a Prometheus metric.
https://github.com/seanson/homebridge-prometheus-exporter
Last synced: 3 months ago
JSON representation
This is a small exporter that pulls data from the HomeBridge API to provide accessory information as a Prometheus metric.
- Host: GitHub
- URL: https://github.com/seanson/homebridge-prometheus-exporter
- Owner: seanson
- Created: 2022-06-05T12:56:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T18:48:37.000Z (11 months ago)
- Last Synced: 2025-01-13T15:52:23.611Z (5 months ago)
- Language: Python
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebridge-prometheus-exporter
This is a small exporter that pulls data from the [HomeBridge API](https://homebridge.io/) to provide accessory information as a Prometheus metric.
It is installable as a Helm chart -- see the [README](./charts/homebridge-prometheus-exporter) for installation instructions.
## Configuration
This requires the following env vars:
- `HOMEKIT_USERNAME` - Username for authentication against the HomeBridge API
- `HOMEKIT_PASSWORD` - Password for authentication against the HomeBridge API
- `HOMEKIT_URL` - The URL for querying to export metrics