HOME › Forums › Gateways › Raspberry Pi › IP thermostat in a wizard › Reply To: IP thermostat in a wizard
Inactive
October 16, 2015 at 12:35 am
Post count: 259
Hi there Lynn,
IP devices are not yet enabled in conditions. But here’s a trick that should work:
- 1. Create a Condition with IP Thermostat. To use REST API you can download Postman REST Client and import sample of ZBPServer API collection from here: https://www.getpostman.com/collections/a7e361d5a8f7f0d82410
2. Run a script in your Gateway to poll the temperature of the thermostat. Take a look at the sample script for turning on/off the Smartplug. If you can modify it to Read the thermostat temperature, then it should trigger the condition created in step 1.
Let me know how it goes.