ITemp

From MiOS
(Difference between revisions)
Jump to: navigation, search
(Created page with "To fill")
 
Line 1: Line 1:
To fill
+
iTEMP is a complex device with Temperature sensor, binary sensor and even thermostat functions. To fully support ZME iTEMP in VERA the following steps are required:
 +
 
 +
*Make sure you have at least version 1.5.622 on your unit
 +
*Upload the two plugin files into VERA: Go to Apps -> Develop Apps -> Luup Files, click browse and choose each of these files.
 +
*After the files were uploaded you have to create a virtual device in Apps -> Develop Apps -> Create Device, type in a Description as the name and as Device file use D_iTemp.xml and as Implementation file I_iTemp.xml. Afterwards click on "Create device"
 +
*On the Dashboard you will have a new device with the name you've given and in the Advanced tab of the device, you should have a variable called "iTemp_Devices". You can fill the variable with the device id (Settings tab) of the iTemp device you already included into the network.
 +
*After you save the changes you should get another binary sensor on the Dashboard which should be tripped/untripped according to the tripped state of the master device.

Revision as of 07:30, 30 April 2013

iTEMP is a complex device with Temperature sensor, binary sensor and even thermostat functions. To fully support ZME iTEMP in VERA the following steps are required:

  • Make sure you have at least version 1.5.622 on your unit
  • Upload the two plugin files into VERA: Go to Apps -> Develop Apps -> Luup Files, click browse and choose each of these files.
  • After the files were uploaded you have to create a virtual device in Apps -> Develop Apps -> Create Device, type in a Description as the name and as Device file use D_iTemp.xml and as Implementation file I_iTemp.xml. Afterwards click on "Create device"
  • On the Dashboard you will have a new device with the name you've given and in the Advanced tab of the device, you should have a variable called "iTemp_Devices". You can fill the variable with the device id (Settings tab) of the iTemp device you already included into the network.
  • After you save the changes you should get another binary sensor on the Dashboard which should be tripped/untripped according to the tripped state of the master device.
Personal tools