Skip to content

Releases: veerendra2/shelly_device_exporter

v1.1.2

Choose a tag to compare

@veerendra2 veerendra2 released this 01 Aug 23:05
0af7f3f

What's Changed

  • Add victoriametrics datasource dashboard by @veerendra2 in #11
  • Update README.md by @veerendra2 in #12
  • Bump the gomod group with 3 updates by @dependabot[bot] in #15
  • Bump the github-actions group with 3 updates by @dependabot[bot] in #14
  • Bump the docker group with 2 updates by @dependabot[bot] in #13
  • Bump github.com/alecthomas/kong from 1.15.0 to 1.16.0 in the gomod group by @dependabot[bot] in #16
  • Bump golang from 1.26.4 to 1.26.5 in the docker group by @dependabot[bot] in #19
  • Bump the github-actions group with 3 updates by @dependabot[bot] in #17
  • Bump github.com/prometheus/client_golang from 1.23.2 to 1.24.1 in the gomod group by @dependabot[bot] in #18
  • bump: update Go version to 1.26.5 in go.mod by @veerendra2 in #20

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@veerendra2 veerendra2 released this 11 Jun 18:16
3095486

What's Changed

New Contributors

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

v1.1.0

Choose a tag to compare

@veerendra2 veerendra2 released this 17 May 12:21
6f8b139

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

Choose a tag to compare

@veerendra2 veerendra2 released this 15 May 17:06
c86d3e9

🚀 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

Choose a tag to compare

@veerendra2 veerendra2 released this 14 May 22:11
ab52181

⚠️ Beta Release!

What's Changed

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

v0.1.0

Choose a tag to compare

@veerendra2 veerendra2 released this 14 May 21:56
903e371

🚀 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