Changes between Version 10 and Version 11 of Installation-UI4
- Timestamp:
- 2012-02-20 01:47:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation-UI4
v10 v11 3 3 4 4 1. Configure the physical location of your Vera, using the ''Location'' settings UI 5 1. Download the ZIP file directly from [changeset:3 2/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] 6 6 1. Expand the ZIP File to extract the 4x files, their names should be exactly as follows: 7 7 * `D_Weather.xml` … … 9 9 * `I_GoogleWeather.xml` 10 10 * `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". 21 13 1. At this point you should have a working Weather component 22 14 … … 67 59 68 60 * `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. 69 64 70 65 Changes to the values of Variables requires a '''(Save)''' Operation to be performed in Vera after the change has been made.