Developer: | Neil K's Plugins |
Category: | Weather and Environmental Sensors |
Github: | Github Repo |
Assistance: | Get help! Check the online documentation |
Plugin ID: | com.barn.indigoplugin.Solcast |
Latest release: | v2022.0.2 released on May 14, 2022 |
Release downloaded: | 1 times |
Requires: | Indigo v2022.1.0 or higher |
(Check the Releases tab below for older releases that may have different requirements) | |
Download latest release |
An Indigo Plugin for the Solcast Solar forecasting API
This is a very basic Indigo plugin that collects forecast solar generation data from www.solcast.au for a predefined rooftop solar generation array and it return the total forecast energy generation for that site tomorrow.
This version has very limited functionality and has no configuration validation etc.
Usage:
Create an account on www.solcast.au which is free for private residential solar generation sites (rooftop sites)
Add your rooftop site providing the location (lat/long) and the details about the array (direction, roof pitch, etc)
This will generate a resource_ID for your location, and you will also need your API key (from the account settings)
In the plugin:
Create a Solcast device, type "PV Solar Generation Forecast"
In the device settings, add the Resource_ID for your site and your API Key (in this version these are not validated or tested so paste carefully)
The device does not automatically update other than to "expire" the forecast when it is out of date as a free Solcast account has a very limited number of daily API calls (20 per day)
To refresh the device with the forecast for tomorrow you need to create an action group to run the action "Refresh Solar PV Forecast (Solcast Controls)"
This will make the API call and aggegrate the forecast for tomorrow and populate the device state with the total solar_forecast energy for the day in kW
It does the same for the solar_forecast10 and solar_forecast90 device states that are daily totals for the 10th and 90th percentile forecasts. See the solcast site for more details
v2022.0.2 | Requires Indigo v2022.1.0+ | Released May 14, 2022 | Fixed issue with change in authorisation API Key |
Released on: | May 14, 2022 |
Requires: | Indigo v2022.1.0+ |
Downloaded: | 1 times |
Download this release |
Solcast changed the authentication API, and newly generated API keys failed, existing ones continued to work (although no longer show active on the site)/.
v2022.0.1 | Requires Indigo v2022.1.0+ | Released May 14, 2022 | Initial Release and support for Indigo 2022.1 |
Released on: | May 14, 2022 |
Requires: | Indigo v2022.1.0+ |
Downloaded: | 0 times |
Download this release |
Initial release
Released on: | May 15, 2022 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 0 times |
Download this release |
Correcting release version typo to allow pushing to plugin store