17.02.2021, 13:11
Hi there,
Could you help me with this script.
I have:
general comfort(32/1/2)
general standby(32/1/3)
general sleep(32/1/4)
general protection(32/1/5)
And i need a general feedback from all thermostats, something like:
if thermostat 1 op.mode.feedback (1/1/1) is "1" and if thermostat 2 op.mode.feedback (1/2/1) is "1" write general comfort feedback (32/1/6) "1"
and if thermostat 1 op.mode.feedback (1/1/1) is "2" and if thermostat 2 op.mode.feedback (1/2/1) is "2" write general standby feedback (32/1/7) "1"
I am working with Schneider wiser for knx.
Thank you!
Svetoslav Pavlov
Could you help me with this script.
I have:
general comfort(32/1/2)
general standby(32/1/3)
general sleep(32/1/4)
general protection(32/1/5)
And i need a general feedback from all thermostats, something like:
if thermostat 1 op.mode.feedback (1/1/1) is "1" and if thermostat 2 op.mode.feedback (1/2/1) is "1" write general comfort feedback (32/1/6) "1"
and if thermostat 1 op.mode.feedback (1/1/1) is "2" and if thermostat 2 op.mode.feedback (1/2/1) is "2" write general standby feedback (32/1/7) "1"
I am working with Schneider wiser for knx.
Thank you!
Svetoslav Pavlov
How to reset the value in 32/1/6 if one of the fMode(1/1/1 or 1/2/1 ) is different then 1 and in 32/1/7 is different then 2 and in 32/1/8 will be different then 3 and in 32/1/9 different then 4. I am not sure if I understand correctly. When the parameters 1/1/1 and 1/2/1 are in position "1" the value of 32/1/6 is 1 and this is perfect. But when they (1/1/1 and 1/2/1 ) both or only one of them changed to position "2" in parameter 32/1/6 we still have "1" and we don't want. How to do this?