Changes between Version 21 and Version 22 of Installation-UI4
- Timestamp:
- 2012-12-29 23:39:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation-UI4
v21 v22 15 15 1. At this point you should have a working Weather component 16 16 17 = Extras=17 = Configuration = 18 18 [[Image(WeatherDialogUI5.png, align=right, 30%)]] 19 Support has been added for the following Device Variables:19 In addition to the default configuration, the following parameters are also configurable: 20 20 * `Location` (String) a Location override for the settings configured within Vera.[[br]] 21 This can be set to any value that the Weather Underground (WUI) API supports. Refer to the [http://www.wunderground.com/?apiref=557bfbc30f6714b8 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. 21 This can be set to any value that the Weather Underground (WUI) API supports. Refer to the [http://www.wunderground.com/weather/api/d/docs?d=data/index#standard_request_url_format WUI website] for examples. In particular, the WUI Weather Plugin fills in the `query` parameter value when you use the `Location` override configuration parameter. 22 You can use values like "`US/CA/San_Francisco`", "`Australia/Sydney`", "`pws:MPERH1`" (etc) and it'll override the ''Lat''/''Long'' values in the Vera's [http://wiki.micasaverde.com/index.php/Location Location] settings. 22 23 * `Metric` (Boolean) an override to force the calculations to produce values in Metric instead of Imperial.[[br]] 23 24 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.