ecoNET-300 v1.3.0 ๐
A stable release that consolidates all of the 1.3.0 beta fixes. No manual configuration migration is required โ your existing setup keeps working.
โจ What's New
- ๐ Schedules as Calendar entities โ heating, mixer, and hot-water schedules are now real Home Assistant Calendar entities (instead of text sensors). Easier to view and to use in automations.
- โ๏ธ Configurable settings โ from the integration Options you can now:
- set separate polling intervals per endpoint,
- choose device grouping: split (separate devices, default) or single (one merged device).
- ๐ฉบ Health diagnostics โ new entities: Data age, Consecutive failures, Last successful update, and a Live polling connectivity sensor. You can see the integration's health even when the boiler isn't responding.
- ๐ฅ More heat-pump (Phoenix) sensors and an
editParamscatalog of editable parameters. - ๐งน Cleaner entity list โ removed duplicate boiler-output sensors (kept the "running now" states), and moved registration/configuration values into Diagnostics.
โฌ๏ธ Upgrading from 1.2.x โ important
Home Assistant does not delete old entities on upgrade, so a few will become Unavailable and should be removed manually:
- Update via HACS and restart Home Assistant.
- Go to Settings โ Devices & Services โ ecoNET300 โ Entities.
- Filter by Unavailable.
- Delete the old
sensor.*_schedule(schedule) sensors and any leftover Unavailable boiler sensors.
Deleting is safe โ it only removes the stale registry entry. If your automations used the old schedule sensors, switch them to the new Calendar entities.
๐ Full details: CHANGELOG ยท Migration guide