With this integration, you can keep track of your Ecoflow portable power stations through Home Assistant by utilizing the official IoT cloud API.
If you use HACS you can install and update this component.
- Go into HACS -> CUSTOM REPOSITORIES and add url: https://github.com/mykhailog/hacs_ecoflow_iot with type "integration"
- Go to integration, search "ecoflow_iot" and click Install.
Please be aware that the app_key
and secret_key
are necessary for this integration to function properly and must be obtained from Ecoflow. To acquire these credentials, reach out to Ecoflow support at [email protected] and they will assist you.
Additionally, the serial number of your Ecoflow device can be found on the back of the device.
Add the following to your configuration.yaml
file:
ecoflow_iot:
app_key: 'APP_KEY'
secret_key: 'SECRET_KEY'
devices:
- name: Device name
serial_number: 'SERIAL_NUMBER_1'
So it should look like the following:
sensor:
- platform: ecoflow_iot
app_key: 'a8f5f167f44f4964e6c998dee827110c'
secret_key: 'a3dcb4d229de6fde0db5686dee47145d'
devices:
- name: Ecoflow Max
serial_number: 'R632ABZ3XAC21810'
- name: Ecoflow Mini
serial_number: 'R612DAD3AAC20292'
MIT License 2023