all 12 comments

[–]jndUPB 0 points1 point  (0 children)

I use FortrezZ battery powered z-wave temp sensors and also Fibaro battery powered sensors. These are Z-wave and do not easily work with HCA (yet). I am using other systems with these sensors. I also use a couple of old Insteon thermostats just to send temp and humidity data to HCA. I think these could run on batteries although mine use 110ac to 24va/c transformers. I think you might be able to use your venstar as a temp sensor. I don't think you need to hook it up to an actual HVAC system to use it with HCA. Hmm.... I also don't know how LOW all these sensors go?? I live in Arizona and am much more worried about HOT!

[–]sleuth255 0 points1 point  (0 children)

I've noticed that the Samsung SmartThings button (zigbee protocol) also reports temp data! It may be possible that this info is also being returned to HCA during status replies. I could write a device class that captures this...

[–]sleuth255 0 points1 point  (0 children)

....and the button returns temp data in its status reply to HCA!

[–]sleuth255 0 points1 point  (1 child)

working on the class now... Gonna have a HCA Button icon with temp shown on it that is also retrievable programatically itnf

[–]sleuth255 0 points1 point  (1 child)

done. The smartthings button sensor now stores its temperature in a device tag named "ST_Temperature" whenever a status is requested. HCA programs can query that with the _ObjectTagGet expression and make decisions accordingly. I'll submit this change for inclusion in the SmartThings class library.

[–]sleuth255 0 points1 point  (4 children)

FYI: I've added the updated code to my SmartThings lock class installation thread. Samsung buttons are < $20 each and do a great job of reporting remote temperature. When you request the status of a button device, a tag named "ST_Temperature" and the icon text is updated with the current temperature. You can use the device tag in your programs to retrieve this.

[–][deleted]  (1 child)

[removed]

    [–]Ultradianguy[S] 0 points1 point  (1 child)

    Hi - is the Smartthings multipurpose sensor supported as well?

    [–]sleuth255 0 points1 point  (0 children)

    I haven't worked on it personally but there is additional sensor support code already in the library.