Z-Wave Water sensor, CT-101 thermostat not working in control, shows up in log fine

  • Platform information:
    • Hardware: Raspberry Pi 3
    • OS: Raspbian GNU/Linux 9 (stretch)
    • Java Runtime Environment: openjdk version “1.8.0_152”
    • openHAB version: OpenHabian 2.3.0-1
  • Issue of the topic:
    I’m new to this and very excited to get things going. I just bought a house a few weeks ago, and started setting up all my components. I have a Aeotec Z-stick gen5 hooked up to a Raspberry Pi 3 running OpenHabian. I was able to connect two Monoprice door sensors, an Aeotec Water Sensor, Z-Wave Flood & Leak Sensor (DSB45) and two CT-101 thermostats.

The door sensors worked fine immediately. The Z-Wave Flood & Leak Sensor doesn’t report it’s status on the control screen of Paper UI.

However, it shows up working in the log. This is what happens when I submerge the sensor. Nothing changes on the control screen.

2018-06-25 07:41:25.109 [vent.ItemStateChangedEvent] - WaterSensorFridge_BinarySensor changed from NULL to ON

2018-06-25 07:41:25.150 [vent.ItemStateChangedEvent] - ZWaveNode3_BatteryLevel changed from 98 to 100

2018-06-25 07:41:25.595 [vent.ItemStateChangedEvent] - WaterSensorFridge_BinarySensor changed from ON to OFF

2018-06-25 07:41:25.651 [vent.ItemStateChangedEvent] - ZWaveNode3_BatteryLevel changed from 100 to 99

2018-06-25 07:41:27.750 [vent.ItemStateChangedEvent] - WaterSensorFridge_BinarySensor changed from OFF to ON

2018-06-25 07:41:28.747 [vent.ItemStateChangedEvent] - WaterSensorFridge_BinarySensor changed from ON to OFF

2018-06-25 07:41:28.796 [vent.ItemStateChangedEvent] - ZWaveNode3_BatteryLevel changed from 99 to 98

2018-06-25 07:41:29.394 [vent.ItemStateChangedEvent] - WaterSensorFridge_BinarySensor changed from OFF to ON

2018-06-25 07:41:29.445 [vent.ItemStateChangedEvent] - ZWaveNode3_BatteryLevel changed from 98 to 100

2018-06-25 07:41:30.044 [vent.ItemStateChangedEvent] - WaterSensorFridge_BinarySensor changed from ON to OFF

I have a similar issue with the CT-101 thermostats. I can change the temperature, but it doesn’t read the current temp, state, mode, etcetera.

What am I missing here?

Things do not show up in control until you link one or more of its Channels to an Item. Have you linked an item?

Yes, I have. In the screenshot they show up as Temperature and Thermostat mode for example.

Do I misunderstand linking? The screenshot does show that items are linked to my non-working things, right?

No. The Control tab shows those working Thing’s Channels that are linked to Items. Control is not really meant to be used as the standard interface to control your home automation. It is primarily meant to be used for debug as you administer your OH settings.

I actually found that the issue is that I have the Iris version of the CT-101.

Switching to unstable did not fix the issue. I see a workaround has been mentioned in the thread, but it does not look like that ever made it into the main branch. Any suggestions besides switching to HA or throwing out my thermostats?