A simple app to help monitor your smart devices via prometheus.
image is available for both linux/amd64 and linux/arm/v7 here
run with docker
docker run --rm \
-p "9119:9119" \
-e "STE_API_TOKEN=<your api token>" \
setheck/smartthings-exporter
| Environment Var | Description |
|---|---|
STE_API_TOKEN | your api token |
STE_PORT | server port (defaults to 9119) |
The api token is a personal access token that can be created with a valid smartthings login here.
Required Oauth2 scopes
r:devices:*Since this exporter leverages the smartthings API, there is no need to target the smartthings hub directly.
- job_name: smartthings
honor_timestamps: true
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /metrics
scheme: http
follow_redirects: true
static_configs:
- targets:
- smartthings-exporter:9119
Content type
Image
Digest
sha256:aed189b4e…
Size
7.1 MB
Last updated
over 1 year ago
docker pull setheck/smartthings-exporter