ebusd-configuration icon indicating copy to clipboard operation
ebusd-configuration copied to clipboard

Fix vaillant hcmode properties

Open 27ascii opened this issue 1 year ago • 2 comments

Fixed duplicate mapping of hcmode keys causing invalid hcmode values in ehp status.

27ascii avatar Feb 05 '24 15:02 27ascii

push to merge

Kolbi avatar Oct 17 '24 08:10 Kolbi

@Kolbi The branch is now in sync with the master.

27ascii avatar Oct 27 '24 09:10 27ascii

reworked+merged in cffa1cec

john30 avatar Dec 24 '24 06:12 john30

please check the next generated csvs with ebusd 24.1 (or current source) as described there or by using a local clone of https://github.com/eBUS/ebus.github.io and using the "next" folder in there

john30 avatar Dec 29 '24 16:12 john30

@john30 Works for me. The old version reports

ebusd/ehp/SetMode: {
     "hcmode": {"value": 3}
}

the next has the proper value:

ebusd/ehp/SetMode: {
     "hcmode": {"value": "water"}
}

27ascii avatar Dec 30 '24 09:12 27ascii