This is an openmetrics exporter written in Go.
It's /probe
and /metrics
endpoint report in OpenTracing format.
Use this tool to fetch power readings from your Shellys via Prometheus (or any OpenTracing compatible agent).
It supports multiple power lines (like they are available on Shelly 3EM
or Shelly Plus 2PM
).
This exporter is compatible with the First Generation Shelly Devices API and the Second Generation Shelly Devices API. Authentication is not supported.
Run this program and point prometheus to it.
Use target
to define which shelly to query.
You may use an IP or a domain name.
You may configure a port like this name:port
.
If your Shelly is password protected, use basic auth to send the username and password.
For backward compatibility, the query parameters username
and password
will also work.
- detect shelly generation
- temperature
- goreleaser
- tests
- rename shelly-openmetrics-exporter
- authentication
This software is licensed under MIT license.