Changes between Version 12 and Version 13 of Installation-UI4
- Timestamp:
- 2012-04-22 20:40:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation-UI4
v12 v13 2 2 '''WARNING:''' Please do not use the Internet Explorer "IE" Browser to install this plugin. There have been multiple reported problems with IE being used to upload plugins via Vera's Luup Plug installation pages. 3 3 4 1. Configure the physical location of your Vera, using the ''Location'' settings UI 4 1. Configure the physical location of your Vera, using the ''Location'' settings UI [#point1 (1)] 5 5 1. Download the ZIP file directly from [changeset:40/tags/1.48?old_path=%2F&format=zip Source control] 6 6 1. Expand the ZIP File to extract the 4x files, their names should be exactly as follows: … … 9 9 * `I_GoogleWeather.xml` 10 10 * `D_Weather.json` 11 12 11 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". 13 12 1. At this point you should have a working Weather component 13 14 '''NOTES:''' 15 * [=#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. See the ''Extras'' section below for details. 14 16 15 17 = Extras = … … 17 19 Support has been added for the following Device Variables: 18 20 * `Location` (String) a Location override for the settings configured within Vera.[[br]] 19 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.21 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. 20 22 * `Metric` (Boolean) an override to force the calculations to produce values in Metric instead of Imperial.[[br]] 21 23 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.