No description
Find a file
2024-10-25 01:39:57 +02:00
.github readme angepasst 2024-01-22 21:32:29 +01:00
custom_components/powerocean fix suggested names 2024-10-25 01:39:57 +02:00
documentation response after update firmware 5.1.16.11 2024-08-29 13:34:22 +02:00
.gitattributes Initial commit 2023-11-14 21:30:32 +02:00
.gitignore Update .gitignore 2023-11-17 09:43:41 +02:00
hacs.json hacs 2024-01-22 23:42:38 +01:00
LICENSE readme angepasst 2024-01-22 21:32:29 +01:00
README.md readme 2024-08-27 22:25:06 +02:00

Ecoflow PowerOcean

Home Assistant custom component to get access to my PowerOcean system from EcoFlow.

This component was inspired by tolwi/hassio-ecoflow-cloud and is a copy of evercape/hass-resol-KM2.

Temporary quick solution to my problem. I hope of an integrate PowerOcean into tolwi/hassio-ecoflow-cloud with an official API.

Hopefully it works for others.

Prerequisites

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

Installation

  • Install as a custom repository via HACS
  • Manually download and extract to the custom_components directory

Once installed, use Add Integration -> Ecoflow PowerOcean.

Configuration

Follow the flow.

step 1 step 2

Sensors

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.15
  • Vendor Product Build: 6

sensor

##Neuer Sensor (berechnet aus einzelnen Strings)

sensor

Troubleshooting

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: info

Credits

Thanks 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.