Closed Flowdalic closed 8 months ago
The one thing that seems a bit off is your mode configuration. Currently, you map all the values to the single one called "on". You may can try to add at least the heat mode too, e.g.:
"on=Manu mode,heat=Auto mode,off=Holiday mode"
(just an example)
Btw. are you sure that your mode item actually returns values like "Manu mode"?
You also have to make sure to be in the heat mode to adjust the temperature. In the on, off or eco mode, I believe manual adjustments are not possible. At least it behaves like that in my setup.
Thanks for your reply. That is much appreciated.
"on=Manu mode,heat=Auto mode,off=Holiday mode"
Just to double check, I assume the double quotes are not necessary when entering this into the "Thermostat modes" field?
Btw. are you sure that your mode item actually returns values like "Manu mode"?
That is one String shown in the webinterface of the "Control Mode" item. I guess it comes from
I am currently trying
heat=Auto mode:Manu mode,off=Holiday mode,on=Boost function
which I think is the correct configuration for Homematic thermostats. Will report back.
After looking more at the homematic binding source, especially discovering that there is also a generated-descriptions_de.properties file, it become obvious that "Manu mode" is just the localized String and that the real mode String is MANU-MODE. Not sure how I should have discovered that without reading the source. In any case, it seems like
heat=AUTO-MODE:MANU-MODE,off=PARTY-MODE,on=BOOST-MODE
did the trick.
Thanks again :)
Just to double check, I assume the double quotes are not necessary when entering this into the "Thermostat modes" field?
Yes, no quotes when entering this in the field
I am currently trying
heat=Auto mode:Manu mode,off=Holiday mode,on=Boost function
which I think is the correct configuration for Homematic thermostats. Will report back.
when I read the homematic properties right, it should probably be:
heat=AUTO-MODE:MANU-MODE,off=PARTY-MODE,on=BOOST-MODE
Oh, was too late..
Glad you got it working
Cross post from https://community.openhab.org/t/openhab-4-1-1-homematic-ccu2-and-hm-tc-it-wm-w-eu-thermostat-unable-to-set-temperature/154239
I have a Homematic CCU2 with a HM-TC-IT-WM-W-EU thermostat. Using the Google Assistant binding, I configured the thermostat group as follows:
However, in Google Home only presents the thermostat as read-only, i.e., there is no slider:
while it should be looking like
From https://community.openhab.org/t/google-assistant-thermostat-setpoint-not-working/96207/6?u=fschmaus
Note that