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