Setup
- ebusd 26.1.26.1, CP2104 USB serial adapter
- Controller: scanned
MF=Vaillant;ID=72000;SW=0122;HW=7703, loaded vaillant/15.720.csv
- Boiler: scanned
MF=Vaillant;ID=BAI00;SW=0405;HW=9602, loaded vaillant/08.bai.csv
Problem
12 of 657 messages fail to decode. The controller answers with a single byte where the
definition expects a field at a further position:
720 SFMode = (ERR: invalid position for 3115b52406020000007400 / 00)
720 Z1DayTemp = (ERR: invalid position for 3115b52406020003000700 / 00)
720 HolidayTemp = (ERR: invalid position for 3115b52406020000000600 / 00)
bai Status = (ERR: invalid position for 3108b5110103 / 00)
Full list of affected messages:
| circuit |
messages |
| 720 |
HolidayTemp, OpMode, OpModeCooling, OpModeEffect, OpModeVentilation, PrEnergySum, SFMode, Z1DayTemp, Z2DayTemp, Z3DayTemp |
| bai |
Status, Status16 |
What works
The other 645 messages decode fine, including messages with very similar names on the same
circuits: HwcSFMode (auto), PrEnergySumHc (228), PrEnergySumHwc, Z1OpMode,
Z1SFMode, StorageTemp (42.19), StorageTempDesired, StorageTempMax. So this is
specific to these 12 definitions, not to the circuit or the adapter.
Side effect in Home Assistant
Four of these (HcStorageTempBottom, HcStorageTempTop, HwcStorageTempBottom,
HwcStorageTempTop) publish an empty payload over the MQTT/HA integration. Because an
empty retained publish deletes the retained message, the discovery config stays but the state
topic holds nothing, and every publish raises 'value_json' is undefined in Home Assistant.
Worked around locally with filter-non-name.
Possibly related: #248 (SFMode on VRC 720), #241, #332.
Happy to run further ebusctl commands or provide raw dumps if that helps.
Setup
MF=Vaillant;ID=72000;SW=0122;HW=7703, loadedvaillant/15.720.csvMF=Vaillant;ID=BAI00;SW=0405;HW=9602, loadedvaillant/08.bai.csvProblem
12 of 657 messages fail to decode. The controller answers with a single byte where the
definition expects a field at a further position:
Full list of affected messages:
HolidayTemp,OpMode,OpModeCooling,OpModeEffect,OpModeVentilation,PrEnergySum,SFMode,Z1DayTemp,Z2DayTemp,Z3DayTempStatus,Status16What works
The other 645 messages decode fine, including messages with very similar names on the same
circuits:
HwcSFMode(auto),PrEnergySumHc(228),PrEnergySumHwc,Z1OpMode,Z1SFMode,StorageTemp(42.19),StorageTempDesired,StorageTempMax. So this isspecific to these 12 definitions, not to the circuit or the adapter.
Side effect in Home Assistant
Four of these (
HcStorageTempBottom,HcStorageTempTop,HwcStorageTempBottom,HwcStorageTempTop) publish an empty payload over the MQTT/HA integration. Because anempty retained publish deletes the retained message, the discovery config stays but the state
topic holds nothing, and every publish raises
'value_json' is undefinedin Home Assistant.Worked around locally with
filter-non-name.Possibly related: #248 (
SFModeon VRC 720), #241, #332.Happy to run further
ebusctlcommands or provide raw dumps if that helps.