The Visual Crossing integration adds support for retrieving Current Weather data and Daily/Hourly Weather data from the company Visual Crossing
You must have an account with Visual Crossing to use this API, but they have a Free Plan you can sign up for that allows up to 1000 daily calls to the API. That is more than sufficient for this integration, that by default will update every 30-35 minutes. You can even have more than one instance installed without hitting the limit.
Platform | Description |
---|---|
weather |
A Home Assistant weather entity, with current data, daily- and hourly forecast data. |
Minimum required version of Home Assistant is 2023.9.0 as this integration uses the new Weather entity forecast types.
This Integration is not yet part of the default HACS store, but can still be installed through HACS.
https://github.com/briis/visualcrossing
to the Repository field and under Category select Integration.After the installation of the files, you must restart Home Assistant, or else you will not be able to add Visual Crossing from the Integration Page.
If you are not familiar with HACS, or haven't installed it, I would recommend to look through the HACS documentation, before continuing. Even though you can install the Integration manually, I would recommend using HACS, as you would always be reminded when a new release is published.
configuration.yaml
).custom_components
directory (folder) there, you need to create it.custom_components
directory (folder) create a new folder called visualcrossing
.custom_components/visualcrossing/
directory (folder) in this repository.To add Visual Crossing Weather to your installation, do the following:
When loaded, there will be a configuration box, where you must enter:
Parameter | Required | Default Value | Description |
---|---|---|---|
Location Name |
Yes | Home | A name to identify this instance of Visual Crossing |
API Key |
Yes | None | A Key you get by creating a Free Plan with Visual Crossing |
Latitude |
Yes | HA Latitude | The latitude of the location you want data for |
Longitude |
Yes | HA Longitude | The longitude of the location you want data for |
Click on SUBMIT to save your data. If all goes well you should now have a new Weather entity with data from Visual Crossing
Visual Crossing will get data from the official weather station closest to the Latitude and Longitude you are supplying.
You can configure more than 1 instance of the Integration by using a different Latitude and Longitude.
Once installed you can change some parameters, bly clicking on the CONFIGURE button on the Integration.
Parameter | Required | Default Value | Description |
---|---|---|---|
Days |
No | 7 | Number of days to retrieve forecast data for. Minimum is 1 and maximum is 14. Data is retrieved for the current day plus this number of days. |
Language |
No | HA Language | A language code, that is only used to retrieve a long weather description you will find as an attribute on the weather entity. |
If you want to contribute to this please read the Contribution guidelines