Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
2012-02-17 21:28:31 (13 years ago)
Author:
hugheaves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    33= Introduction = 
    44 
     5The [https://apps.mios.com/plugin.php?id=1618|Radio Thermostat Wifi plug-in] enables integration of Radio Thermostat Wifi products with Vera. The plugin is designed to co-exist with existing thermostat controls, including Radio Thermostat's cloud, and manual control from the physical thermostat interface. 
     6 
     7= Requirements = 
     8 
     9* A Vera device with UI5 
     10* A compatible Radio Thermostat Wifi thermostat. This plug-in was developed and tested with the [http://www.radiothermostat.com/filtrete/products/3M-50 | 3M-50], but should work with other Radio Thermostat wifi thermostats. 
     11* Your thermostat must already be provisioned and connected to your LAN. (I suggest going through the normal provisioning process to connect your thermostat to the Radio Thermostat cloud - this will also make sure you have the latest firmware) 
     12* You need to know the IP address of your thermostat. I suggest either assigning a static IP to the thermostat, or creating a static / permanent DHCP allocation for the thermostat in your router. 
     13* The thermostat firmware must be version 1.04.64 or newer. To check, browse to http://IPAddressOfYourThermostat/ and look for "Firmware Version" at the bottom of the page. (the newest is 1.04.73) 
     14* An SSH client to connect to your Vera (to workaround a bug in UI5). ** If you don't know how to SSH to your Vera, stop here. ** 
    515 
    616= Installation = 
    717 
     18This is (currently) a UI5 only plugin, so the easiest way to install the plug-in is via the [http://docs5.mios.com/doc.php?page=mymios_web_portal|Vera Web Portal]: 
    819 
    9 = Configuration 
     201. In your Vera Web Portal, navigate to "Apps" -> "Install Apps", and then search for "Thermostat" to find the "Radio Thermostat Wifi plugin" 
    1021 
     222. Click on "Install" to install the plugin. 
     23 
     243. Vera will display the message "Please wait while the plugin is downloaded".  
     25 
     26**Note: the following two steps are a workaround for a bug in UI5:** 
     27 
     284. Wait for the message "Radio Thermostat Wifi Thermostat: Lua Engine Failed to start" in the portal status display (at the top of the page). 
     29 
     305. You must now SSH into your Vera and execute the following command: 
     31 
     32{{{ 
     33pluto-lzo d /etc/cmh-ludl/L_RTCOA_Wifi_dkjson.lua.lzo /etc/cmh-ludl/L_RTCOA_Wifi_dkjson.lua 
     34}}} 
     35 
     366. Click "close" on the "Please wait..." dialog in the Vera portal. 
     37 
     387. On the Advanced Tab of the device configuration dialog, enter the IP Address of your thermostat in the "IP" field. 
     39 
     408. Close the configuration dialog, and click "Save" to save your configuration. 
     41 
     429. In a minute or two, your thermostat device will appear in your device list. 
     43 
     44= Operation = 
    1145 
    1246= Known Issues / Limitations = 
     47 
     48* I will be filling in this section soon.