ZsBT / hass-w1000-portal

Home Assistant custom component for W1000 energy portal (e.g. https://energia.eon-hungaria.hu/ )
Do What The F*ck You Want To Public License
44 stars 4 forks source link
energy eon home-assistant-component w1000

Purpose

It pulls data from W1000 portal reports.

Changelog

Usage

Prepare data sources

  1. Register and log in to your provider's portal (e.g. https://energia.eon-hungaria.hu/W1000 in Hungary)

  2. Create a new Workarea, if you don't have yet

  3. Add a report to your workarea. Remember this report name, it will be your new sensor in Home Assistant: screenshots

  4. Do you have solar production (export)? Create a new, similar report with curves DP_1-1:2.8.0 and -A.

Set up Home Assistant

In configuration.yaml, give the integration your login details:

w1000-energy-monitor:
  login_user: !secret w1000-email-address
  login_pass: !secret w1000-password
  url: https://energia.eon-hungaria.hu/W1000
  reports: import,export

(report names are case-sensitive)

Energy Dashboard

The new sensors are ready to be added to the Energy Dashboard. Please note, the graph for the current day can be messy as the latest data is not consistent.

Further info

Have some problems? Looking for examples? Visit the Wiki.

Contribute!

If you find this integration useful and think you're good in programming, feel free to create pull requests. I'd be thankful for code reviews, security audits.

I am open to discuss new ideas, change considerations.