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.
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:
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.
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.
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.