mvalla / openhab-addons

Add-ons for openHAB
Eclipse Public License 2.0
24 stars 16 forks source link

setmode "auto" must not allow to adjust temperature #23

Closed weltraumbagger closed 5 years ago

weltraumbagger commented 5 years ago

if setmode is "protection" then the target-temp will be set to the in 3550 tithermo heating central pre-defined value. the same has to be for setmode "auto". the pre-defined value should be set. would be great if possible to avoid manual changing temperatures in this modes. if not, i think it can be realized in sitemap (make item setpoint invisible in this modes)

mvalla commented 5 years ago

can you do this test:

weltraumbagger commented 5 years ago

hi massimo,

please check if ok. i set to manual, 18 deg. then on 3550 set mode to auto, temp then switched to 21.5 deg. see pics:

1 2 3 4

best, stefan

mvalla commented 5 years ago

What is the WHERE of the thermostat you set to manual/18degree ?

weltraumbagger commented 5 years ago

it is "17"

mvalla commented 5 years ago

from the log, figure 2, it looks like you are setting Central Unit 3550 back to PROGRAM 01: *4*1101*#0# and then target temp of Thermostat_17 is automatically set to 20.5°: *#4*17*12*0205*3## (WHERE=17, 0205 is 20.5°) The last message is used by the binding to update the targetTemperature channel value. Isn't this the pre-defined value you are expecting?

weltraumbagger commented 5 years ago

oh sorry, your right! i don´t like the 3550 because complicated to manage. again from the beginning:

here i changed on a touchscreen 4890 from auto to manual 18 degrees (zone 17): 1a 1b

and here i changed on the same touchscreen (4890) back form manual to auto (20.5 deg): 2a 2b 2c

and here i changed on the 3550 from auto to manual 18 deg (again zone 17): 3a

and at least i changed on the 3550 back from manual to auto (20.5 deg): 4a 4b 4c

weltraumbagger commented 5 years ago

this issue seems to be solved because now if i change the temperature the mode switches to manual - perfect!

mvalla commented 5 years ago

reported as solved by beta9-2