# openHAB

openHAB (opens new window) is a open source home automation platform.

In this chapter we will be discribing how to import the MQTT data from your CDEM for displaying and automation purposes.

  • First you will want to install a MQTT binding.

image

  • Next you will want to add the MQTT broker to things. This will form a bridge to your MQTT broker.

image

  • Next you will want to add the MQTT binding to things. Use the MQTT broker you previously defined as bridge.

image

  • Next you will want to add the channels (these are the topics of your broker) to that MQTT binding. Select the previous made MQTT binding and go to the tab 'channels'. Now Add a channel for each value you want to use in openHAB.

image

  • Once a channel has been added you will need to link a item to it. Just select the channel and click 'Add link to Item'. Next click 'Item to Link' and select the correct item.

image

image

The result could look like this:

image

Of course is visualisation of the energy value's only the first step in energy effeciency. The next step will be to use that data to make your home energy consumption better.

See chapter Energy Efficiency for some suggestions on that.