Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Help Fromating a rest command for Thermostat in tasker

Featured Replies

Posted

I have been reading through the Dev SDK documentation, and the Wiki for rest commands.  Lighting seems to be well documented and works great, but I am having issue with controlling the thermostat.

I understand it as having to be formatted with the following syntax:

http://xxx.xxx.xxx/rest/node/xxxx xx x/CLISPH/74   set heat to 74?

or

http://xxx.xxx.xxx/rest/node/xxxx xx x/CLIMD/HEAT    turn mode to HEAT?

Neither one of the commands works.

Can anyone share an example of how to turn the thermostat to heat or cool and set the temp?

Thank you.

  • Author

My apologies I mistakenly typed the command in the first post without the "nodes", but in fact tested it with "nodes".
 

http://xxx.xxx.xxx/rest/nodes/xxxx xx x/CLIMD/HEAT/    turn mode to HEAT?

The above command gives the following response but does not change the mode:

<properties><property id="CLIMD" value="0" formatted="Off" uom="n/a"/></properties>

 

It is the same result as if I had typed the command without "HEAT" at the end.

 

Thanks again for the suggestions.

  • Author

The options are as follows:

 

Venstar t1700 with the insteon Thermostat module 2441v.

 

0 = off

1 = heat

2 = cool

3 = Auto

 

 

Thanks for the nudge in the right direction LeeG.

Edited by 3gdigital

CLIMD/HEAT is not correct to set Heat Mode.  The word HEAT is unknown so the set/CLIMD turned the thermostat Off.

 

Around page 23 is the list of values that are used with CLIMD.

 

0 = Off

1 = Heat

2 = Cool

 

..../REST/nodes/14 B7 2A 1/set/CLIMD/1/

 

sets the thermostat to heat mode.

 

 

<name>CLIMD</name>

                  <label>Thermostat Mode</label>

                  <readOnly>false</readOnly>

                  <isQueryAble>true</isQueryAble>

                  <isNumeric>false</isNumeric>

                  <actions>

                        <action>

                              <name>0</name>

                              <label>Off</label>

                        </action>

                        <action>

                              <name>1</name>

                              <label>Heat</label>

                        </action>

                        <action>

                              <name>2</name>

                              <label>Cool</label>

                        </action>

                        <action>

                              <name>3</name>

                              <label>Auto</label>

                        </action>

                        <action>

                              <name>4</name>

                              <label>Fan</label>

                        </action>

                        <action>

                              <name>5</name>

                              <label>Program Auto</label>

                        </action>

                        <action>

                              <name>6</name>

                              <label>Program Heat</label>

                        </action>

                        <action>

                              <name>7</name>

                              <label>Program Cool</label>

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.