Changes between Version 14 and Version 15 of Installation-UI4


Ignore:
Timestamp:
2012-09-03 22:37:11 (12 years ago)
Author:
guessed
Comment:

Add a Location override example.

Legend:

Unmodified
Added
Removed
Modified
  • Installation-UI4

    v14 v15  
    1818   * `D_Weather.xml` 
    1919   * `S_Weather.xml` 
    20    * `I_GoogleWeather.xml` 
     20   * `I_WUIWeather.xml` 
    2121   * `D_Weather.json` 
    22  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". 
     22 1. Follow the [http://wiki.micasaverde.com/index.php/Install_LUUP_Plugins Generic Installation instructions] using "`D_Weather.xml`" and a description of `Weather Underground`. 
     23 1. Register with WUI (Weather Underground) to obtain a key 
     24 1. Enter the registration key into the Device's Dialog, and press `(set)` 
    2325 1. At this point you should have a working Weather component 
    24  
    25 '''NOTES:''' 
    26    * [=#point1 (1)] Users in France need to use the ''Location override'' parameter of this plugin, using a Location such as "`Paris,France`" ''or'' "`Nice,France`", as automatic !GeoLocation doesn't work in France. 
    2726 
    2827= Extras = 
     
    3029Support has been added for the following Device Variables: 
    3130 *  `Location` (String) a Location override for the settings configured within Vera.[[br]] 
    32   This can be set to any value that the Google API supports.  These options aren't officially documented by Google, but there are various websites that show examples.  You can use values like "New York, USA" (etc) and it'll override the !Lat/!Long values in the Vera's [http://wiki.micasaverde.com/index.php/Location Location] settings. 
     31  This can be set to any value that the Weather Underground (WUI) API supports.  Refer to the [http://www.wunderground.com WUI website] for examples.  You can use values like "`US/CA/San_Francisco`" (etc) and it'll override the !Lat/!Long values in the Vera's [http://wiki.micasaverde.com/index.php/Location Location] settings. 
    3332 *  `Metric` (Boolean) an override to force the calculations to produce values in Metric instead of Imperial.[[br]] 
    3433  This parameter defaults to "0" (Imperial), but can be set to Metric by changing the value to "1".  Visually, Vera will still display ("F" or "C") after the values, depending upon what has been set in Vera's [http://wiki.micasaverde.com/index.php/Location Location] settings. 
     
    7473 *  `WindSpeed` (Number) a value like "`2`" extracted from the `WindCondition`, specified in Local units (either kph or mph depending upon the setting of `Metric`) 
    7574 *  `WindDirection` (String) a value like "`W`" extracted from the `WindCondition` 
    76  *  `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. 
     75 *  `Period` (Number) the number of seconds to delay before automatically polling the Weather feed.  If blank, the default is 1800 seconds (30 minutes).  This value cannot be < 10 or > 3600. 
    7776  
    7877Changes to the values of Variables requires a '''(Save)''' Operation to be performed in Vera after the change has been made.