Skip to content

Skipperro/enpal-homeassistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enpal - Home Assistant integration (WiP)

enpal logo

hacs_badge GitHub release

Disclaimer

This integration is created with acknowledgement and limited support from Enpal GmbH, but it's not official software from Enpal.
It's a custom integration created entirely by me (Skipperro), and thus Enapl GmbH is not responsible for any damage/issues caused by this integration, nor it offers any end-user support for it.

It is still a work in progress and is not guaranteed to work 100% or even work at all.

Features

  • Inverter measurements:
    • Solar production.
    • House energy consumption.
    • 3 Phase Power.
    • Grid frequency.
    • Inverter temperature.
  • Solar panels:
    • Voltage for 2 strings.
    • Current for 2 strings.
  • Battery estimation:
    • Due to lack of direct data in InfluxDB, the battery level is estimated by the calculated difference between energy production and consumption.
    • Battery estimation is not 100% accurate, but it's close enough.
    • Getting access to real battery level is not possible yet, but on the roadmap.
  • WallBox:
    • ToDo

enpal measurements

Installation

  1. Install this integration with HACS (adding repository required), or copy the contents of this repository into the custom_components/enpal directory.
  2. Restart Home Assistant.
  3. Start the configuration flow:
    • Start Config Flow
    • Or: Go to Configuration -> Integrations and click the + Add Integration. Select Enpal from the list.
    • If the integration is not found try to refresh the HA page without using cache (Ctrl+F5).
  4. Input the IP, Port and access token for access InfluxDB server of your Enpal solar installation.

enpal config

How to get access token?

Currently only way to get the token is to contact Enpal support.
More convenient, automated way is planned for the future.

Credits

  • Skipperro: Creating the integration for Home Assistant.