Z-Wave Radio Thermostat CT100 Plus - Can change Off/Heat/Cool but not target temp?

Once installing and pairing, here are the two different things that were added:

It didn’t initially say thermostat, instead something like 2GIG Technologies Unknown: type=6402, id=0100. I changed it manually.

So now I have all of these ways to seemingly control the thermostat . I only have a furnace for heat, so I need to be able to go from OFF to HEAT and vice versa, along with change the target temperature. I can accomplish changing from HEAT to OFF without issue by changing any of those toggles. But what I see for target temp on HASS is not what I see on the thermostat, and when I change it on HASS, it does not stick on HASS or change on the thermostat.

Is this a common issue that others have heard of?

Did a reset. Still able to control on/off, but not target temp.

On an Amazon review, the interface the user posted looked a bit different. Not sure if it was custom, but a few more options:

Same problem here. The target temp does not show correctly in HA and setting it in HA does not update the thermostat. Mine is the regular CT100, not the Plus model.

Edit: I’ve noticed that I can set the temp if it is in auto/cool mode but not Heat. I’ve also noticed that I have the following entities:

climate.2gig_technologies_unknown_type6401_id0106_cooling_1
climate.2gig_technologies_unknown_type6401_id0106_unused_3

Maybe it has to do with a missing heat entity…?

Update:
Yep, that was related. My device was reporting as “2GIG Tehcnologies Unknown: type=6401, id=0106”.
This page helped me realize that I needed to add it to the manufacturer_specific.xml file: http://forum.linuxmce.org/index.php?topic=13569.0

I added:
<Product type=“6401” id=“0106” name=“CT100 Thermostat” config=“2gig/ct100.xml”/>

Under manufacturer 0098

Doing so got it to show up and start working correctly.

I’m also having issues with seeing a heating setpoint for a CT100 Plus device. It seems like it is pulling the correct manufacture id, at least from the openzwave device list:

my zwcfg_XXXX.xml file from hassio : <Product type="6402" id="100" name="CT100 Plus Thermostat" />

Where is this manufacture_specific.xml file that I see mentioned? I don’t see it anywhere in hassio.

cm.graz, did you ever get it working correctly?
I have the exact same symptoms. I can set the cooling setpoint but not the heating setpoint.

Hey there. I did.

I’m not using hassio. I’m using a docker. But it should be located:

/usr/local/lib/python3.6/site-packages/python_openzwave/ozw_config/manufacturer_specific.xml

To be honest, this was over a month ago, so I don’t completely remember. I feel like I may have had to download the file off of a github and place it in this folder.

Let me know if this help.

I am still seeing the problem. This is what I have in manufacturer_specific.xml

    <Product config="2gig/ct100.xml" id="0105" name="CT100 Thermostat" type="6401"/>
    <Product config="2gig/ct100.xml" id="0106" name="CT100 Thermostat USA" type="6401"/>
    <Product config="2gig/ct100.xml" id="0107" name="CT100 Thermostat USA" type="6401"/>
    <Product config="2gig/ct100.xml" id="01fd" name="CT100 Thermostat USA" type="6401"/>
    <Product config="2gig/ct100.xml" id="0100" name="CT100 Plus Thermostat" type="6402"/>
    <Product config="2gig/ct100.xml" id="0001" name="CT100 Plus Thermostat" type="6402"/>

Setting target temperature works for cool but not for heat mode. However, if I set the target temperature through touchscreen, it works. It’s just not able to control over Z-wave.