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