Skip to content

PredHeat Integration, bug fixes & Tidy up

Compare
Choose a tag to compare
@springfall2008 springfall2008 released this 14 Oct 07:09
· 181 commits to main since this release
4034e57

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