Changes between Version 14 and Version 15 of Installation-UI4
- Timestamp:
- 2012-09-03 22:37:11 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation-UI4
v14 v15 18 18 * `D_Weather.xml` 19 19 * `S_Weather.xml` 20 * `I_ GoogleWeather.xml`20 * `I_WUIWeather.xml` 21 21 * `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)` 23 25 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.27 26 28 27 = Extras = … … 30 29 Support has been added for the following Device Variables: 31 30 * `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. 33 32 * `Metric` (Boolean) an override to force the calculations to produce values in Metric instead of Imperial.[[br]] 34 33 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. … … 74 73 * `WindSpeed` (Number) a value like "`2`" extracted from the `WindCondition`, specified in Local units (either kph or mph depending upon the setting of `Metric`) 75 74 * `WindDirection` (String) a value like "`W`" extracted from the `WindCondition` 76 * `Period` (Number) the number of seconds to delay before automatically polling the GoogleWeather 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. 77 76 78 77 Changes to the values of Variables requires a '''(Save)''' Operation to be performed in Vera after the change has been made.