Newbie problems controlling CT50 thermostat

  • Platform information:
    • Hardware: Intel x64
    • OS: Windows 10 Pro
    • Java Runtime Environment: openjdk version “11.0.17” 2022-10-18 LTS
      OpenJDK Runtime Environment Zulu11.60+19-CA (build 11.0.17+8-LTS)
      OpenJDK 64-Bit Server VM Zulu11.60+19-CA (build 11.0.17+8-LTS, mixed mode)
    • openHAB version: 4.3.7
  • Issue of the topic:

I’m a total newbie. I read all of the get started stuff, tutorials, concepts, searched the community, etc. I either am not finding what I need or am not understanding what I’m reading.

I was quickly able to add a binding for the thermostat, added some locations to the model, put the thermostat in the right location in the model, and built my first page to control the thermostat.

The page shows the various points associated with the CT50, but here’s the issue: I can’t seem to control the thermostat. I know I’m missing something totally basic, I just can’t seem to understand what it is.

It is hard to tell from just the picture, but does is the target temp box use some kind of stepper or slider card linked to the item?

Edit: maybe go to the code tab and post the code?

Thanks for the reply. Here is the code from the setpoint control widget:

component: oh-rollershutter-card
config:
  title: Target Temp
  item: Thermostat_Main_House_Setpoint
  stateInCenter: true

This is not an area I’m particularly knowledgeable but have this for my setpoints

        - component: oh-stepper-card
          config:
            footer: =items.UpstairsThermostat21_SensorTemperature.state
            item: UpstairsThermostat21_SetpointHeating
            max: 70
            min: 62
            step: 1
            title: Upstairs Setpoint Heat

Edit: it looks like this;
Sedpoint

Changing the widgets to steppers fixed the problem. Thanks!