chr-fritz / shelly-openmetrics-exporter

An exporter that connects to a shelly device and publishes metrics from it in openmetrics format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shelly-openmetrics-exporter

This is an openmetrics exporter written in Go. It's /probe and /metrics endpoint report in OpenTracing format.

Features

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.

Usage

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.

TODO

  • detect shelly generation
  • temperature
  • goreleaser
  • tests
  • rename shelly-openmetrics-exporter
  • authentication

License

This software is licensed under MIT license.

About

An exporter that connects to a shelly device and publishes metrics from it in openmetrics format.

License:MIT License


Languages

Language:Go 99.8%Language:Dockerfile 0.2%