I do expect there is some condition I have to meet in order to set the mode to 7, what values has to be set in order to turn the onetimeventilation ON ? Or how to grab and monitor what values has been changed ?
pi@rpi3-ebus:~ $ sudo ebusctl w -c f47 Hc1SFMode 7
done
pi@rpi3-ebus:~ $ sudo ebusctl r -f Hc1SFMode
none
pi@rpi3-ebus:~ $
"Hc1SFMode": {
"name": "Hc1SFMode",
"passive": false,
"write": false,
"lastup": 1604443535,
"zz": 21,
"id": [181, 9, 13, 93, 0],
"fields": {
"0": {"name": "", "value": "none"}
},
"fielddefs": [
{ "name": "", "slave": true, "type": "UCH", "isbits": false, "length": 1, "values": { "0": "none", "1": "party", "2": "onedaybankholiday", "3": "onedayholiday", "4": "holiday", "5": "bankholiday", "6": "quickveto", "7": "onetimeventilation", "8": "onetimewater" }, "unit": "", "comment": "activated special function of first heating circuit"}
I am trying to set Hc1SFMode value to
onetimeventilationhowever it is always returned back to none status. When this is set directly on calormatic device UI, it stays asonetimeventilation...I do expect there is some condition I have to meet in order to set the mode to 7, what values has to be set in order to turn the
onetimeventilationON ? Or how to grab and monitor what values has been changed ?Thanks