PJCzx / homebridge-thermostat

Supports thermostat devices on HomeBridge Platform
Apache License 2.0
34 stars 71 forks source link

Can I use this with a Stelpro STZW402+ thermostat? #19

Closed benleroux closed 7 years ago

benleroux commented 7 years ago

I have a Stelpro STZW402+ thermostat and was wondering if I can use this pluggin?

From the documentation of the device (http://www.stelpro.com/sites/default/files/fr-CA/guide_utilisateur/INS_STZW402_1215_EN_0.pdf)

Z-Wave Association The Z-Wave Association Command Class is supported by the thermostat. The thermostat supports the lifeline as Group1 and only one Node Id is supported in this group (the Z-Wave controller). The following reports are sent via the Lifeline :

Z-Wave Basic command class The Z-Wave Basic command class is supported by the thermostat in the following way: To trigger the Eco mode on the thermostat: Send it a Basic SET (0x00) command (Energy Saving Mode) To trigger the Comfort mode on the thermostat: Send it a Basic SET (0xFF) command (Comfort Mode)

PJCzx commented 7 years ago

Sorry, my pluggin is dedicated to very custom implementation. You may search a way to send a-wave instructions behind an API. It will then work as a charm ^^

Best