Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T01:30:24.000Z (9 months ago)
- Last Synced: 2024-04-17T07:11:22.672Z (9 months ago)
- Language: Python
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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