OH3 BasicUI doesn't change Number:Temperature type with slider and setpoint

Hello!

First i started to write, that some of my temperature controls can’t be controlled with basic UI.
While writing that issue i was able to find the problem:
The Set Temperature item which worked was from type number, the items which won’t work where Number:Temperature.

  • Platform information:

    • Hardware: Raspberry Pi 4 2Gb
    • OS: Openhabian
    • Java Runtime Environment:
      openjdk 11.0.9 2020-10-20 LTS
      OpenJDK Runtime Environment Zulu11.43+88-CA (build 11.0.9+11-LTS)
      OpenJDK Client VM Zulu11.43+88-CA (build 11.0.9+11-LTS, mixed mode)
    • openHAB version: 3.0.0
  • Issue of the topic:
    BasicUI wont’t change Number:Temperature type with slider and setpoint

Small example:

sitemap page_bad label="Bad" {
    Frame icon="radiator" label="Temp" {
        Text icon="radiator" item=BadThermostat_ActualTemperature label="Temp"
        Slider icon="radiator" label="Thremostat" item=BadThermostat_SetTemperature minValue=6 maxValue=28 step=0.5
    }
}

Normally i would create a issue in the git repo… but i did not find the repo :sweat_smile:
I don’t have a really big problem with that. The missing °C in the Sitemaps i got with adding [%.1f °C] to the label…

Greetings Fabian

Thanks!
I should have figured it out myself… i only looked for basic ui :sweat_smile: