ecoNET300 v1.3.3-beta.1
Beta for testing the boiler mode mapping fix.
Fixed
- Boiler
mode/transmissionstates match the ecoNET Mode table (#247): rawmode: 1is Stop, not Fire up.modeandtransmissionnow reuse the official cloudMode{}table (same asstatusCO). - Mode 6 stays Cleaning (#208).
Tests
- Added ecoMAX850P-R fixtures from the #247 diagnostic dump (separate from ecoMAX850R2-X).
Breaking (automations)
If you key automations off mode / transmission state strings, update them:
| Raw | Old | New |
|---|---|---|
| 1 | fire_up
| stop
|
| 2 | operation
| fire_up
|
| 3 | work
| operation
|
| 6 | cleaning
| cleaning (unchanged)
|
| 8 | manual
| alarm
|
| 9 | problem
| manual
|
Details: Migration guide.
Upgrade
HACS → this repo → install v1.3.3-beta.1 (enable pre-releases) → restart Home Assistant.
Please test: a cold/stopped boiler with mode: 1 should show Stopped, not Fire up.
Full changelog: CHANGELOG.md