Skip to content

Solcast cloud service support, documentation updates

Compare
Choose a tag to compare
@springfall2008 springfall2008 released this 01 Jun 17:17
· 419 commits to main since this release
d8d5bd4

What's Changed

Added support for Predbat to talk directly to Solcast

You can now set your API key for Solcast in apps.yaml and have Predbat talk directly instead of using the Solcast plugin as follows:

  # Solcast cloud interface, set this or the local interface below
  solcast_host: 'https://api.solcast.com.au/'
  solcast_api_key: 'xxxx'
  solcast_poll_hours: 8

Keep in mind that if you have Predbat connected to Solcast it will use up your maximum polls per day so its best to pick either Predbat direct or Solcast integration but not both.

Documentation updates

Updated the Predbat documentation to include the Predbat add-on and Sunsynk inverters
Added Solcast configuration via Predbat

Full Changelog: v7.20.6...v7.21.0