Skip to content
Enode
Back to blog

The ultimate guide to Heat Pump APIs

Before we dive into the technical world of heat pump APIs, let us take one step back.

Heat pumps are a key part of our daily energy interaction. Their job is simply to maintain a comfortable temperature in your house. But these heating and cooling devices are energy-hungry, which is why they eat about 60-70% of the energy consumption in an average household.

To control this huge energy consumption many have installed smart heat pumps that are connected to an energy app. Companies like Mitsubishi, Goodman, and Daikin have specialized in smart heat pumps with these accompanying apps, giving users more control over their energy consumption.

But there is an even bigger opportunity here, as these smart heat pumps can also be controlled by other apps and services. All of them have APIs that make it possible to read data and control temperature up and down. This opens up a broad set of use cases, especially when combined with other energy data.

In this article, we will go deep on everything related to these heat pump APIs. More specifically we will cover.

  1. What is a heat pump API?
  2. All the data you get with a heat pump API
  3. The best use cases to build on top of a heat pump API
  4. Heat pump OEMs with available APIs
  5. How can I access heat pump APIs for my app?
  6. Next steps on your heat pump API journey

What is a heat pump API?

So, what is this heat pump API? Let's start with the basics.

An Application Programming Interface, API for short, is a way for computers to talk to each other. Small over-simplification, but sometimes that is needed. The heat pump API is useful for two things:

  1. Sending data to and from the device
  2. Send commands to the device

Starting with data. The heat pump in your house is full of sensors, monitoring both the house temperature, humidity and other data. It also knows what target temperature to chase, which is usually inputted manually by you, or via an app. This data is saved on the device, in addition to being shared with other systems via, you guessed it, the API.

The other great thing with these heat pump APIs is that they can send commands to the device. This allows you to remotely adjust the temperature up and down. Combined with other data like energy prices, this allows you to heat or cool your home in a smarter way, or reduce the CO2 footprint of your household.

When you in the Mitsubishi app click on the button for increasing the temperature, the API is working in the background to make it happen on your device. But it is not only the Mitsubishi app that can access this API, so can other apps and services. This enables a range of use cases, like creating green energy apps that integrate to all kinds of heat pumps, and also other DERs like EVs and solar inverters.

All the data you get with a heat pump API

The data shared via these heat pump APIs vary from brand to brand and model to model. Yet, there are some similarities, so let's have a look at what data you can expect to get when integrating into a heat pump API.

Device info

For starters, you usually get some basic information about the device. Brand, model, type, and what system it is connected to. You can also see if it has been given a name, e.g. “Living room 1st floor”. This is useful for identifying the heat pump if you are connecting to several at the same time.

Read temperature

From almost all devices you can read the current temperature in the room. This is the basic information needed for the heat pump to operate. Some more advanced models also have data like humidity, which is nice for more accurate data presentation to end-users.

Set temperature

The most useful feature, in our opinion, is the ability to set the target temperature on the heat pump. This gives you and the end-user granular control for each heat pump, making it easy to offer these controls in your own app.

The temperature control is also the basis for scheduling, where a user can e.g. automatically lower the temperature during the night or when they are away.

Heat Pumps on smart schedules can save consumers a lot when energy prices are high.

Smart Scheduling

Talking about scheduling, some heat pump APIs also offer this smart scheduling right out of the box. Setting up schedules on these devices is easier, as you can use the built-in functionality instead of creating your own.

Linking this with other energy data like utility rates makes it possible to create “smart heating” plans based on dead bands, where the temperate automatically adjusts based on an external signal.

Consumption data

A few, but not nearly enough, of the APIs also offer real-time consumption data in kW. This is a really useful feature, as it lets you see what energy is being consumed when. The historical dataset you can create with the real-time data is also very valuable for users who want to see how many kWh is used on heating or cooling during the last day, week, month or year. Power to the users!

The best use cases to build on top of a heat pump API

Now that we have the data covered, let's have a look at what we can do with it. With millions of smart heat pumps in houses around the world, there are almost endless possibilities of r what you can enable and the impact you can have by controlling these devices in a smart way.

Smart heating

The most popular of the advanced use cases we have seen is the smart heating feature. This can be done based on a price signal, or by using the real-time CO2 intensity of energy, creating a positive climate impact for consumers. Based on the API controls you can simply adjust the temperature within the dead band set by the user, e.g. +- 4 degrees, to match the signal you want to optimize for.

This lowers the energy bill for consumers and reduces the climate impact if done right - win, win!

Night / Day shift

A simpler way to control the device is by setting fixed schedules like day/night adjustments. This leads to real savings for end-users, so it is therefore a key use case to enable with the heat pump API. You can also offer schedules for standard home/away settings, “on holiday” settings, and other scenarios the user can create manually.

Demand response

As these heat pumps control so much energy consumption around the world, aggregating them makes for a powerful virtual power plant (VPP). Even though each device might just control a load in the 1-3kW range, a combined system of 10 000 heat pumps give you a large load in 10-30 MW range. This is valuable flexibility that can be used for demand response.

If you want to learn more about aggregating heat pumps as virtual power plants, check out our aggregate product.

HVAC data

Many energy consumers also love data, so showing real-time and historical energy consumption of these devices creates value in and of itself. If you want to take it one step further, as a utility you can combine this data with the total household energy consumption data. With this, you can disaggregate the energy bill and show the customer exactly how much was spent on heating and cooling.

You can complete the picture with data from EV APIs, EV charger API and Solar Inverter API, so check out these guides as well.

Heat pump OEMs with available APIs

The heat pump APIs vary a lot from OEM to OEM. Both in terms of data and controls available, and also in terms of the reliability and response times you can expect when connecting to them. Heat Pumps are also an in important Distributed Energy Resource (DER), meaning these APIs are key to a sustainable future.

Let's have a look at some of the most popular heat pump APIs to give you a brief overview.

Mitsubishi

The Mitsubishi API, sometimes referred to as the Mel Cloud API, is advanced in its capabilities. It comes with a broad set of data and controls for all Mitsubishi devices on the market. Reliability and response times are best in class, which is also why the Mitsubishi app rates so well with consumers. A good API often leads to a good app experience and vice versa.

Goodman

Goodman is not quite as advanced as Mitsubishi when it comes to API capabilities. Some data points like humidity are missing, and the response times are in general higher. Goodman also has a few different APIs for different device types, making it more difficult to work with this brand.

Daikin

Daikin is very similar to Goodman in API design and performance. These are also very capable IoT devices, that can be used for all use cases from energy management to demand response. Daikin also has a lot of different hardware devices, but most of them are in the same API, making development easier than Goodman.

How can I access heat pump APIs for my app?

Hopefully you feel inspired to create some green energy use cases for your customers, based on these heat pump APIs. The question then becomes how you get access to them, and how you connect.

After having worked with heat pump APIs for serval years now, we have some (somewhat biased) recommendations for you:

Enode

At Enode we have built an all-in-one heat pump API, giving you access to all heat pumps (and other DERs) in one single API. This means you don't have to integrate to all of the different devices yourself and maintain the connections that are changing every month.

Our team of energy tech experts have also made some useful building blocks, like scheduling of heat pumpic and consumption statistics, which saves you a ton of development time.

So reach out if you want to learn more about our heat pump API.

With the Enode API you can connect to all Heat Pump OEMs through a single API.

Direct-to-OEM

A few of the OEMs offer public APIs that you can connect to yourself. This is an easy way to get started when exploring use cases and testing with a few users. The difficult part comes when you want to integrate all of them at the same time, as you need to normalize data and endpoints across brands.

The data and use cases available through these APIs are also sometimes limited, so be sure to do proper testing before deciding on a solution.

Build integrations yourself

If you want a few years of work, you can also build custom integrations to all devices yourself - like we at Enode have done. Not sure if we recommend it, as it causes a few headaches a ling the way, but the result can be amazing.

Hopefully, we can do this for you, and you can focus on building the most awesome app for your customer.

Next steps on your heat pump API journey

Huh!? Did you make it all the way here? Way to go!

You should have a very good understanding of heat pump APIs now and be ready to build some powerful green energy apps. If you want to take the learning a step further, we recommend the following resources:

Ready to get started?

Start exploring our APIs for free with our Starter plan, or get in touch to have us put together a custom plan for your company.

Lead the transition to open energy

Subscribe to our monthly newsletter for the latest insights and inspiration