Skip to content

Releases: springfall2008/batpred

New hourly cost per kWh

03 Nov 13:40
652c6fe
Compare
Choose a tag to compare

What's Changed

Added hourly p/kWh cost entity and added this to the rate chart: @springfall2008 in #1587

Exposed predicted battery value in predbat.soc_kw_best sensor.

Full Changelog: v8.5.6...v8.5.7

Removing standard charge from p/kWh tracking

03 Nov 10:25
f8acc45
Compare
Choose a tag to compare

What's Changed

Minor fix to p/kWh tracking to exclude standing charge which causes a big skew
Tidy up some debug output (remove prints)

Full Changelog: v8.5.5...v8.5.6

Tracking of p/kWh

02 Nov 17:10
9ac2b02
Compare
Choose a tag to compare

What's Changed

Predbat now tracks average p/kWh each day, will show in attributes in cost_today/cost_yesterday/cost_today_car/cost_yesterday_car/cost_today_import/cost_today_export and also on the Web Interface 'Rates' chart.

Full Changelog: v8.5.4...v8.5.5

Service API updates, EMS idle time register write fixes

02 Nov 11:39
f60cff3
Compare
Choose a tag to compare

What's Changed

Bug fixes

Avoid duplicate register writes to EMS:

Avoid duplicate service calls

Features

Service API now supports charge and discharge freeze services

Documentation

Full Changelog: v8.5.3...v8.5.4

Fix crash with v8.5.2 and float object

27 Oct 17:08
a29c88a
Compare
Choose a tag to compare

What's Changed

Quick bug fix release:

Full Changelog: v8.5.2...v8.5.3

Nordpool calibration, cleanup execution code

27 Oct 10:54
1684c04
Compare
Choose a tag to compare

What's Changed

Features

Improve Nordpool correlation by auto-calibrating against the current data

Bug fixes

Some re-work of the code that controls the inverter execution, and unit testing added. Still needs more work to close coverage on all scenarios.

Documentation

New Contributors

Full Changelog: v8.5.1...v8.5.2

Fix Nordpool API, Bug fixes for Predheat, Misc

17 Oct 07:23
d2a52c8
Compare
Choose a tag to compare

What's Changed

Update Nordpool API

New API - you must change your futurerate_url as follows:

futurerate_url: 'https://dataportal-api.nordpoolgroup.com/api/DayAheadPrices?date=DATE&market=N2EX_DayAhead&deliveryArea=UK&currency=GBP'

Predheat fixes

Documentation

Full Changelog: v8.5.0...v8.5.1

PredHeat Integration, bug fixes & Tidy up

14 Oct 07:09
4034e57
Compare
Choose a tag to compare

What's Changed

  • PredHeat is now integrated into Predbat.
  • New automation API feature.
  • Lots of small bug fixes

WARN Breaking change - if you use AppDaemon then ha_url/ha_key must now be set in apps.yaml, Predbat will no longer use AppDaemon to communicate with Home Assistant

New features

Integration Predheat into Predbat

The PredHeat tool for predicting energy consumption of heating systems is now integrated into Predbat. Please see the chapter of the documentation for details.

Use of Ohme with tariff's other than Octopus Intelligent GO

Predbat can now take the schedule from Ohme as if it is using Octopus Intelligent GO but if octopus_slot_low_rate is set to false in apps.yaml it will not modify the energy rates (Intelligent GO always charges at low rate).

Support for power based sensors

If an energy sensor is set to a power sensor (units in Watts) then it will be integrated to create Energy (in kWh). This is not always a very accurate method but is better than reading Watts as energy.

Added new experimental automation API for Predbat

See the Manual API chapter for the documentation for details.

WARN This is an expert mode feature and incorrect use may cause Predbat to crash or do strange things.

Bug fixes

Tidy ups

WARN Breaking change - if you use AppDaemon then ha_url/ha_key must now be set in apps.yaml, Predbat will no longer use AppDaemon to communicate with Home Assistant

Documentation

New Contributors

Full Changelog: v8.4.11...v8.5.0

Restore set_freeze_discharge enable option, misc

03 Oct 08:23
3c5c65c
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • Try to fix issue with Solis not resetting charge window after a charge

Documentation updates

  • Detect & auto-restart 'stalled predbat'. Set geserial manually for multi-AIO's & 3-phase inverters by @gcoan in #1503

Full Changelog: v8.4.10...v8.4.11

v8.4.10

01 Oct 07:14
91fc111
Compare
Choose a tag to compare

What's Changed

Inverter support

Change the way that the SOC target is set when charging across multiple inverters such that each inverters charge rate and SOC is accounted for:

Call the service API if configured in apps.yaml rather than gating it on an inverter setting:

Car cost tracking

Bug fixes

Documentation

Full Changelog: v8.4.9...v8.4.10