Skip to content

Releases: Nigatsu/hass-my-polenergia

v1.6.0

14 Jun 22:08
40e3749

Choose a tag to compare

1.6.0 (2026-06-14)

Features

  • fix entity translations, prune dead keys, redact diagnostics PII (#8) (db45427)

v1.5.0

14 Jun 18:12
462b37c

Choose a tag to compare

1.5.0 (2026-06-14)

Features

  • import statistics in the coordinator, drop dummy sensors (#5) (b11ebee)

v1.4.0

13 Jun 21:01
afa712b

Choose a tag to compare

1.4.0 (2026-06-13)

Features

  • modernize integration plumbing (shared session, runtime_data, reauth) (ad2b338)

v1.3.0

21 May 11:23

Choose a tag to compare

Refine the import and refresh logic, clear unused entity

v1.2.0

20 May 20:55

Choose a tag to compare

Better user experience

  • clear the HA sensor unavailable error

v1.1.0

20 May 20:26

Choose a tag to compare

Local brand images for custom integrations

  • Add a brand/ directory to the custom integration with the icon and the logo files
  • Update manifest

v1.0.0

20 May 12:35

Choose a tag to compare

My Polenergia 1.0.0 — first stable release

Custom Home Assistant integration for Polenergia Dystrybucja customers. Pulls monthly meter readings from the moja.polenergia.pl portal API (OAuth2 + PKCE) and feeds them into the Energy Dashboard, with optional PLN cost tracking.

✨ Highlights

  • OAuth2 + PKCE auth against the official portal API — no scraping.
  • Energy Dashboard integration — cumulative monthly kWh statistics imported straight into the HA recorder.
  • Full historical import — every monthly reading back to your agreement start date. The Polenergia web portal itself only shows the last 12 months.
  • Cost tracking in PLN — configure a PLN/kWh rate, get a parallel Cost Statistics stream the Energy Dashboard can consume as a total-cost entity.
  • Multi-meter / multi-customer — one HA device per PPE; add additional config entries for multiple customer numbers.
  • Polished options menu — set price, change credentials, reload history, clear statistics, change update interval, all from the UI.
  • Auto re-authentication — token expiry handled transparently.

My Polenergia Integration - first commit

15 May 12:13

Choose a tag to compare

My Polenergia v0.1.0 — first release

Home Assistant integration for Polenergia Dystrybucja customers. Pulls monthly meter readings from moja.polenergia.pl (OAuth2 + PKCE) and feeds them into the Energy Dashboard with optional PLN cost tracking.

Features

  • Monthly kWh statistics in Energy Dashboard
  • PLN/kWh price → cumulative cost statistics
  • Multi-meter (one device per PPE)
  • Auto re-authentication on token expiry

Install (HACS Custom)

HACS → Custom repositories → add https://github.com/Nigatsu/hass-my-polenergia as Integration → install → restart HA → Add Integration → My Polenergia.

Limitations

Monthly granularity only (API limit). Single import rate — no G12/G12w zones yet. No prosumer/export tracking. Multi-zone & prosumer users: open an issue with sample data, happy to add support.