Without cost optimisation, energy use is 40 kWh costing €6.5. With cost/time optimisation, usage changes to 38 kWh, but cost drops to €3.78.

Design

To optimise the operation of a HVAC system by energy cost:

Once the customer completes the Connect flow, or if you imported their tariff:
  1. Identify periods when the energy cost exceeds the daily average.
  2. Proactively extend temperature ahead of high-cost periods and
  3. Lower energy consumption during periods of higher cost until either the temperature reaches the maximum allowable tolerance or the cost decreases, whichever happens first.

To display energy cost:

  1. Log consumed energy to the meter records API under the IMPORT tariff and IMPORT direction.
  2. Report energy costs to the customer using cost calculate API and request energy cost for the IMPORT direction.

To display savings:

You must be able to simulate the typical energy usage profile of your system (not optimised by energy cost).
  1. Log simulated consumed energy to the meter records API under the IMPORT tariff and EXPORT direction.
  2. When you want to display energy saving:
  • Call cost calculate API and request energy cost for IMPORT and EXPORT directions.
  • Subtract IMPORT cost from EXPORT cost to get savings calculated here.

Implementation