Horstmann HRT4-ZW Thermostat

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
mgbowman
Posts: 4
Joined: 04 Mar 2013 17:58

Horstmann HRT4-ZW Thermostat

Post by mgbowman »

This Thermostat sends unsolicited SWITCH_BINARY_REPORT messages whenever the "call for heat" turns on or off. However it does not advertise the SWITCH_BINARY command class, nor does it respond to SWITCH_BINARY_GET messages. Therefore, there's no visible element in the UI (nor in the JSON API) to see the state of the "call for heat". Is it possible to create a virtual device (or just pure javascript code) that could handle these incoming messages?
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

A CC should be created

Post by PoltoS »

A CC should be created automatically upon first packet arrived and you can bind on it's data after this
Post Reply