Changes between Version 10 and Version 11 of Installation-UI4


Ignore:
Timestamp:
2012-02-20 01:47:56 (12 years ago)
Author:
guessed
Comment:

Add documentation for new features in 1.47, move download link to 1.47

Legend:

Unmodified
Added
Removed
Modified
  • Installation-UI4

    v10 v11  
    33 
    44 1. Configure the physical location of your Vera, using the ''Location'' settings UI 
    5  1. Download the ZIP file directly from [changeset:32/tags/1.44?old_path=%2F&format=zip Source control]  
     5 1. Download the ZIP file directly from [changeset:38/tags/1.47?old_path=%2F&format=zip Source control]  
    66 1. Expand the ZIP File to extract the 4x files, their names should be exactly as follows: 
    77   * `D_Weather.xml` 
     
    99   * `I_GoogleWeather.xml` 
    1010   * `D_Weather.json` 
    11  1. Goto ''MiOS developers'' --> ''Luup files'' 
    12  1. Click the '''(Browse)''' buttons on the very Bottom, and enter the 4 filenames references above. 
    13  1. Select the checkbox "''[x] Restart Luup after upload''" and click '''(Go)''' 
    14  1. ... wait whilst it uploads and restarts the Lua engine ... 
    15  1. If successful, you'll see the 4x files listed in the System. 
    16  1. Select the ''Create device'' tab. 
    17  1. For the ''!UpnpDevFilename'' field, type "`D_Weather.xml`" 
    18  1. For the ''Description'' field, type "Google Weather", 
    19  1. Click '''(Create device)''' 
    20  1. Close the ''MiOS developers'' dialog, and click '''(Save)''' 
     11 
     12 1. Follow the [http://wiki.micasaverde.com/index.php/Install_LUUP_Plugins Generic Installation instructions] using "`D_Weather.xml`" and a description of "Google Weather". 
    2113 1. At this point you should have a working Weather component 
    2214 
     
    6759 
    6860 *  `WindCondition` (String) a value like "`W at 2 mph`". 
     61 *  `WindSpeed` (Number) a value like "`2`" extracted from the `WindCondition`, specified in Local units (either kph or mph depending upon the setting of `Metric`) 
     62 *  `WindDirection` (String) a value like "`W`" extracted from the `WindCondition` 
     63 *  `Period` (Number) the number of seconds to delay before automatically polling the Google Weather feed.  If blank, the default is 1800 seconds (30 minutes).  This value cannot be < 10 or > 3600. 
    6964  
    7065Changes to the values of Variables requires a '''(Save)''' Operation to be performed in Vera after the change has been made.