Skip to content

Releases: veerendra2/shelly_device_exporter

v1.1.1

11 Jun 18:16
3095486

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 May 12:21
6f8b139

Choose a tag to compare

Features

  • Environmental variables templating in config file.

Example

devices:
  - name: "home-servers"
    address: "http://192.168.0.6"
    username: "admin"
    password: '{{ env "PASSWORD" }}'

Fixes

  • Fix 429 Too Many Requests: Too Many Requests

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

15 May 17:06
c86d3e9

Choose a tag to compare

🚀 v1.0.0: Stable Release & Grafana Dashboard

What's New

  • Add Grafana dashboard.
  • Add Metrics: Added aenergy_watt_hours_total for precise energy tracking.
  • Fix Metric Types: Standardized all counters (Uptime, Cost, Energy) to use correct CounterValue and _total naming.
  • Rename Module: Renamed Go module to shelly_plug_exporter for better consistency.
  • Add Tests: Implemented unit tests.
  • Security Fix: Upgraded Go toolchain to 1.26.3 to resolve standard library vulnerabilities.

What's Changed

Full Changelog: v0.1.1...v1.0.0

v0.1.1

14 May 22:11
ab52181

Choose a tag to compare

⚠️ Beta Release!

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 May 21:56
903e371

Choose a tag to compare

🚀 v0.1.0-beta: Initial Beta Release

What's Changed

New Contributors

Full Changelog: https://github.com/veerendra2/shelly-device-exporter/commits/v0.1.0