Releases: veerendra2/shelly_device_exporter
Releases · veerendra2/shelly_device_exporter
v1.1.1
What's Changed
- Bump alpine from 3.23.3 to 3.23.4 in the docker group by @dependabot[bot] in #8
- Bump the gomod group with 3 updates by @dependabot[bot] in #9
- Fix module name by @veerendra2 in #10
New Contributors
- @dependabot[bot] made their first contribution in #8
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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
- Add env templating by @veerendra2 in #7
Full Changelog: v1.0.0...v1.1.0
v1.0.0
🚀 v1.0.0: Stable Release & Grafana Dashboard
What's New
- Add Grafana dashboard.
- Add Metrics: Added
aenergy_watt_hours_totalfor precise energy tracking. - Fix Metric Types: Standardized all counters (Uptime, Cost, Energy) to use correct CounterValue and
_totalnaming. - Rename Module: Renamed Go module to
shelly_plug_exporterfor better consistency. - Add Tests: Implemented unit tests.
- Security Fix: Upgraded Go toolchain to 1.26.3 to resolve standard library vulnerabilities.
What's Changed
- Fixes and Add Grafana Dashbaord by @veerendra2 in #5
Full Changelog: v0.1.1...v1.0.0
v0.1.1
What's Changed
- Fix goreleaser config by @veerendra2 in #4
Full Changelog: v0.1.0...v0.1.1
v0.1.0
🚀 v0.1.0-beta: Initial Beta Release
What's Changed
- Add Initial Implementation by @veerendra2 in #2
New Contributors
- @veerendra2 made their first contribution in #2
Full Changelog: https://github.com/veerendra2/shelly-device-exporter/commits/v0.1.0