Skip to content

Releases: springfall2008/batpred

Fix issue with solcast poll time setting

02 Jun 08:41
3efb771
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.21.0...v7.21.1

Solcast cloud service support, documentation updates

01 Jun 17:17
d8d5bd4
Compare
Choose a tag to compare

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

Force update refresh after web-socket re-connect

29 May 07:54
f80069f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.20.5...v7.20.6

Solis bug fix, state refresh fix

28 May 20:07
cedd9ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.20.4...v7.20.5

Catch some websocket errors

27 May 20:09
469a309
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.20.3...v7.20.4

Fix bug in non-REST mode operation causing control failures

27 May 11:05
3f7eea8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.20.2...v7.20.3

Ignore startup checks outside appDaemon

26 May 19:27
8a82908
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.20.1...v7.20.2

Alpha testing Predbat addon

26 May 17:10
ede695a
Compare
Choose a tag to compare

What's Changed

Predbat addon

New Alpha testing Predbat addon

https://github.com/springfall2008/predbat_addon

Full Changelog: v7.20.0...v7.20.1

Decoupled Predbat from AppDaemon

25 May 17:42
b3cf371
Compare
Choose a tag to compare

What's Changed

Decouped Predbat from AppDaemon

Predbat now communicates with Home Assistant directly if it can do but AppDeamon is still supported
You can set ha_url/ha_key in apps.yaml to define the connection to Home Assistant (for use as stand-alone e.g. MacOS/Linux or inside Docker) or it can pick it up from SUPERVISOR_KEY which is present in Home Assistant add-ons

Functionality should be unchanged but its possible there maybe new bugs

Full Changelog: v7.19.7...v7.20.0

Fix battery scaling computation to account for buy rate in export

20 May 17:52
f5373d5
Compare
Choose a tag to compare

What's Changed

Changes to the metric computation

Previous Predbat valued the current battery level at the maximum of the minimum import value or the minimum export value. This is now changed to account that if you export you will have to import again and thus the true value maybe lower. The change was made as on Intelligent go evening export sometimes wasn't planned.

Full Changelog: v7.19.6...v7.19.7