Releases: berezhinskiy/ecoflow_exporter
Releases · berezhinskiy/ecoflow_exporter
2.1.0 / 2024-07-22
What's Changed
- Configurable interval for metrics collection by @berezhinskiy in #30
- Update GitHub workflow by @berezhinskiy in #38
- Exclude third-party registries from the GitHub workflow by @berezhinskiy in #40
- Automatically reconnect on idle, fixes #34 by @tris in #39
- Use docker volume for grafana data by @pontostroy in #43
- Correct typos, other grammatical improvements by @carehart in #32
- Make idle_reconnect More Resilient by @aauren in #45
- Drop all non-int/float values (fixes #48) by @tris in #57
- Made Ecoflow API server address configurable by @anatolijd in #61
- feat: update to python 3.12 and paho mqtt v2 by @frostyslav in #65
New Contributors
- @tris made their first contribution in #39
- @pontostroy made their first contribution in #43
- @carehart made their first contribution in #32
- @aauren made their first contribution in #45
- @anatolijd made their first contribution in #61
- @frostyslav made their first contribution in #65
Full Changelog: v2.0.1...v2.1.0
2.0.1 / 2023-03-16
What's Changed
- Describe Exporter+Prometheus+Grafana docker compose configuration by @Larry0ua in #14
- Rich Quick Start guide with Telegram alerts by @berezhinskiy in #18
- Multi-arch docker images by @berezhinskiy in #21
- Rebuild master docker after update workflow by @berezhinskiy in #22
- Fix for MQTT client id filtering by @berezhinskiy in #27
- Bring internal metrics back by @berezhinskiy in #29
New Contributors
Full Changelog: v2.0.0...v2.0.1
2.0.0 / 2023-01-12
⚠️ Breaking changes
Now MQTT credentials are extracted automatically from api.ecoflow.com
. No need to run the bash script anymore and export MQTT_USERNAME
and MQTT_PASSWORD
environment variables. It is required to export ECOFLOW_USERNAME
and ECOFLOW_PASSWORD
instead. See Usage section.
Docker
docker pull ghcr.io/berezhinskiy/ecoflow_exporter:2.0.0
Grafana
What's Changed
- Automatically extract MQTT credentials by @berezhinskiy in #12
Full Changelog: v1.0.1...v2.0.0
1.0.1 / 2023-01-09
Docker
docker pull ghcr.io/berezhinskiy/ecoflow_exporter:1.0.1
Grafana
What's Changed
- Rename to ecoflow_exporter, use GitHub container registry by @berezhinskiy in #9
- Metric name must comply with Prometheus data model for valid characters by @berezhinskiy in #3
- Allow to define custom value for label device by @berezhinskiy in #11
Full Changelog: v1.0.0...v1.0.1