| password | text | API Key to connect to the cloud | N/A | yes | no |
| location | text | Is the address, partial address or latitude,longitude location for which to retrieve weather data. You can also use US ZIP Codes. | OH location | no | no |
| lang | text | Sets the language of the translatable parts of the output such as the conditions field. Available languages include: ar (Arabic), bg (Bulgiarian), cs (Czech), da (Danish), de (German), el (Greek Modern), en (English), es (Spanish) ), fa (Farsi), fi (Finnish), fr (French), he Hebrew), hu, (Hungarian), it (Italian), ja (Japanese), ko (Korean), nl (Dutch), pl (Polish), pt (Portuguese), ru (Russian), sk (Slovakian), sr (Serbian), sv (Swedish), tr (Turkish), uk (Ukranian), vi (Vietnamese) and zh (Chinese) | OH language | no | no |
| hostname | text | Hostname or IP address of the server | https://weather.visualcrossing.com | yes | yes |
| refreshInterval | integer | Interval the device is polled in sec. | 3600 | no | yes |
| httpRetries | integer | Interval the device is polled in sec. | 3 | no | yes |
| cost | Switch | R | How much API tokens thing used since start |
| description | Switch | R | Longer text descriptions suitable for displaying in weather displays. The descriptions combine the main features of the weather for the day such as precipitation or amount of cloud cover. Daily descriptions are provided for historical and forecast days. When the timeline request includes the model forecast period, a seven day outlook description is provided at the root response level. |
| temperature | Number:Temperature | R | Temperature at the location. Daily values are average values (mean) for the day |
| temperature-min | Number:Temperature | R | Minimum temperature at the location |
| temperature-max | Number:Temperature | R | Maximum temperature at the location |
| feels-like | Number:Temperature | R | What the temperature feels like accounting for heat index or wind chill. Daily values are average values (mean) for the day. |
| feels-like-min | Number:Temperature | R | Minimum feels like temperature at the location |
| feels-like-max | Number:Temperature | R | Maximum feels like temperature at the location |
| dew | Number:Temperature | R | Dew point temperature |
| humidity | Number:Dimensionless | R | |
| precip | Number:Length | R | The amount of liquid precipitation that fell or is predicted to fall in the period. This includes the liquid-equivalent amount of any frozen precipitation such as snow or ice. |
| precip-prob | Number:Dimensionless | R | The likelihood of measurable precipitation ranging from 0% to 100% |
| precip-type | String | R | An comma separated array indicating the type(s) of precipitation expected or that occurred. Possible values include `rain`, `snow`, `freezingrain` and `ice`. |
| precip-cover | Number | R | The proportion of hours where there was non-zero precipitation |
| snow | Number:Length | R | The amount of snow that fell or is predicted to fall |
| snow-depth | Number:Length | R | |
| wind-gust | Number:Speed | R | Instantaneous wind speed at a location – May be empty if it is not significantly higher than the wind speed. Daily values are the maximum hourly value for the day. |
| wind-speed | Number:Speed | R | The sustained wind speed measured as the average windspeed that occurs during the preceding one to two minutes. Daily values are the maximum hourly value for the day. |
| wind-dir | Number:Angle | R | Direction from which the wind is blowing |
| pressure | Number:Pressure | R | The sea level atmospheric or barometric pressure in millibars (or hectopascals) |
| cloud-cover | Number:Dimensionless | R | How much of the sky is covered in cloud ranging from 0–100% |
| visibility | Number:Length | R | Distance at which distant objects are visible |
| solar-radiation | Number:Intensity | R | The solar radiation power at the instantaneous moment of the observation (or forecast prediction). See the full solar radiation data [documentation](https://www.visualcrossing.com/resources/documentation/weather-data/how-to-obtain-solar-radiation-data/) and Wind and [Solar Energy](https://www.visualcrossing.com/resources/documentation/weather-api/energy-elements-in-the-timeline-weather-api/) pages. |
| solar-energy | Number | R | (MJ /m^2) Indicates the total energy from the sun that builds up over an hour or day. See the full solar radiation data [documentation](https://www.visualcrossing.com/resources/documentation/weather-data/how-to-obtain-solar-radiation-data/) and Wind and [Solar Energy](https://www.visualcrossing.com/resources/documentation/weather-api/energy-elements-in-the-timeline-weather-api/) pages. |
| uv-index | Number | R | A value between 0 and 10 indicating the level of ultra violet (UV) exposure for that hour or day. 10 represents high level of exposure, and 0 represents no exposure. The UV index is calculated based on amount of short wave solar radiation which in turn is a level the cloudiness, type of cloud, time of day, time of year and location altitude. Daily values represent the maximum value of the hourly values. |
| sunrise | String | R | |
| sunrise-epoch | | R | |
| sunset | String | R | |
| sunset-epoch | | R | |
| moon-phase | Number | R | Represents the fractional portion through the current moon lunation cycle ranging from 0 (the new moon) to 0.5 (the full moon) and back to 1 (the next new moon). |
| conditions | String | R | Textual representation of the weather conditions. See [Weather Data Conditions](https://www.visualcrossing.com/resources/documentation/weather-api/weather-condition-fields/) |
| description | String | R | Longer text descriptions suitable for displaying in weather displays. The descriptions combine the main features of the weather for the day such as precipitation or amount of cloud cover. Daily descriptions are provided for historical and forecast days. When the timeline request includes the model forecast period, a seven day outlook description is provided at the root response level. |
| icon | String | R | A fixed, machine readable summary that can be used to display an icon |
| stations | String | R | The weather stations (comma separated) used when collecting an historical observation record |
| source | String | R | The type of weather data used for this weather object. – Values include historical observation (“obs”), forecast (“fcst”), historical forecast (“histfcst”) or statistical forecast (“stats”). If multiple types are used in the same day, “comb” is used. Today a combination of historical observations and forecast data. |
| severe-risk | Number | R | A value between 0 and 100 representing the risk of convective storms (e.g. thunderstorms, hail and tornadoes). Severe risk is a scaled measure that combines a variety of other fields such as the convective availabel potential energy (CAPE) and convective inhibition (CIN), predicted rain and wind. Typically, a severe risk value less than 30 indicates a low risk, between 30 and 70 a moderate risk and above 70 a high risk. |
#### `hourXX`
In `day-channel-group` there are 0–23 channels of type `hourXX`
**Note: I strongly suggest not using UI Items creation because it will kill the web browser. UI is getting unresponsive when loading so many channels and trying to bind them.**
**Note 2: Use `docs/only_days.items` to have forecast for days but without hours or join items from `docs/Day_XX` to get hourly forecast for each day**