Home Assistant custom component to get access to my EcoFlow PowerOcean system.
This component was inspired by tolwi/hassio-ecoflow-cloud and is a copy of evercape/hass-resol-KM2.
Nevertheless, I hope that it works for others as well.
I have tested the component with my System. I use the Android App and the Webportal at https://portal.ecoflow.com/user/eu/de/login
You need the S/N number of your inverter and your credentinals
- Install as a custom repository via HACS
- Manually download and extract to the custom_components directory
Once installed, use Add Integration -> Ecoflow PowerOcean.
Follow the flow.
Sensors are registered to device as sensor.{device_name}_{sensor_name} with an friendly name of sensor_name.
Additional attributes are presented on each sensor:
- Product Description, Destination Name, Source Name: internal names
- Internal Unique ID:
{serial}_{sensor_name}or{serial}_{report}_{sensor_name} - Device Name:
{serial} - Vendor Product Serial: serial number of the PowerOcean inverter
- Vendor Firmware Version: 5.1.27
- Vendor Product Build: 28
The versions are from my system.
##Neuer Sensor (berechnet aus einzelnen Strings)
Please set your logging for the this custom component to debug during initial setup phase. If everything works well, you are safe to remove the debug logging:
logger:
default: warn
logs:
custom_components.powerocean: infoThanks to my kollege David for giving me a start point.
And also thanks for the great work of the team from homeassistant and the great community.