Vivint CT200

Hi, I am fairly new to SmartThings, but have some experience with Z-Wave. I have a mixture of Leviton, Fortrezz, Aeotec and Vivint Element (CT200) thermostats. I create the device handler with the Fortrezz as documented on their website and was able to register it. When it comes to the Vivint, I created the device handler using the example of the CT100 and modified only the fingerprint section for the CT200. I saved it and published it for me. I was able to register and get the first CT200 and have it working. When I tried the 2nd and 3rd CT200s, they registered, and communicate through the network, but they are non functional.

Is there anyone who has more than two CT200s or has a device handler for a CT200 that works for more than two CT200s? Is there anything else that needs to be done.

The raw descriptions are as follows:

zw:F type:0806 mfr:0098 prod:C801 model:0022 ver:11.27 zwv:4.05 lib:03 cc:5E,86,5D,85,59,80,7A,31,81,87,40,42,44,45,43,70,20,8E,73,5A,60,72
zw:L type:0806 mfr:0098 prod:C801 model:001D ver:11.27 zwv:4.05 lib:03 cc:5E,86,5D,72
zw:L type:0806 mfr:0098 prod:C801 model:0022 ver:11.27 zwv:4.05 lib:03 cc:5E,86,5D,72

The first one is the one that works and the other two don’t .

Thanks in advance.

Ron

Update: Powered up the Vivint Sky panel. Reset the Sky panel. Factory reset each thermostat. Added each thermostat making sure that theft protection is disabled. Removed the thermostat from the Sky panel. Then was able to add all the thermostats to SmartThings. I used the CT100 example device handler. I modified the fingerprint to

	fingerprint deviceId: "0x08", inClusters: "0x5E,0x86,0x5D,0x85,0x59,0x80,0x7A,0x31,0x81,0x87,0x40,0x42,0x44,0x45,0x43,0x70,0x20,0x8E,0x73,0x5A,0x60,0x72", deviceJoinName: "Thermostat"
	fingerprint mfr:"0098", prod:"C801", model:"000C", deviceJoinName: "CT200 Thermostat" // Vivint CT200 Programmable Thermostat
    fingerprint mfr:"0098", prod:"C801", model:"001D", deviceJoinName: "CT200R1 Thermostat" // Vivint CT200 Programmable Thermostat
    fingerprint mfr:"0098", prod:"C801", model:"0022", deviceJoinName: "Vivint CT200 Thermostat" // Vivint CT200 Programmable Thermostat

Was able to add each thermostat successfully. There were two different types of Vivint thermostats.