Thermostat UI temperature limitation

Hello,
Does anyone of you know if it’s possible to get higher temperatures with thermostatUI? It looks like its max is 35 degC, even if I set bigger max value on capability. I need that for thermostats for hot water or sauna, where - of course - 35 degC is too low. Using sliderUI instead thermostatUI isn’t that comfortable and precise :frowning:

I think it is a ‘build-in’ limit to the target_temperature capability, but it’s not mentioned here Capabilities - Homey Apps SDK
Sending a request to Athom is all you can do atm. I think.

target_temperature capability options for max and min values do actually work.

One example:

Also you can call updateCapabilityOptions to even change them from code:

1 Like

Thanks for all the help, I found a typo, I’ve made in the code, that’s why it didn’t work.

1 Like