Energy meter in smart home

Energy meter in smart home

We are providing a simple step-by-step tutorial how to install home energy meter. We did not find any MQTT device, so we buy Aeotec Home Energy Meter as we are already have a Z-Wave controlller in our smart home. Firstly, it depends if you have three, two or one phase connection in your house. If you have only one phase, buy only one phase Aeotec Home Energy model.

Why you should measure your energy consuption?

Unfortunately, this solution is the result of incompetence of distribution companies, which should have had this measurement in their competence long ago and should provide it to the customer online as part of their considerable distribution fees (this is based on sitatuon in Czech Republic). Measure each phase will show you the peaks on the individual phase, the symmetry of the load on the all phases (this should be of interest mainly to the distributor).

Measurement has a substantial benefit when planning photovoltaic solar plant. A few months of measurement will help you to specify the performance of the converter, battery and panels and save as much as possible in real operation. In conjunction with a automated house, this will allow you to turn on/off and plan loads in your home (heating of the electric boiler,floor heating, delayed washing, drying, etc.) depending on the conditions.

Hardware

Aeotec Home Energy Meter Gen5

Software

OpenHAB 3

Wiring

This is the scheme provided by factory for three phase systems:

Aeotec Z-Wave real installation

In our case, we fixed our own unit inside of the switchboard. From the main current breaker, we connect phases to a separate three-phase circuit breaker - preferably B6. All the blue neutral wires was connected together on the neutral bus of the main protector.

WARNING: Do the installation with the main switch turned off! If you don't have experience with electricity, please ask a certified electrician! We are not liable for any damage caused by an unprofessional approach!

PiHome - Aeotec HEM Installation OpenHAB

How to

After connection, turn on power supply and choose  Add Equipment to Model in  Channels tab. Choose, which values you want to show and store by OpenHAB. We are prefering values on the screenshot below. Check and submit Add to Model.  Appropriate Items will be created.

PiHome - Energy meter items

Next, you can arrange these Items in Overview page as you want. We are preffer to show values on home page and set link to another Page for detailed informations.

PiHome - měření spotřeby elektřiny

PiHome - měření spotřeby elektřiny po fázích

You can import whole Page with detailed infromation from screenshot above. You need to change Items variables to your defined. Tab Code looks like code below:

config:
  label: Energy
  sidebar: true
  order: ""
blocks:
  - component: oh-block
    config: {}
    slots:
      default:
        - component: oh-grid-row
          config: {}
          slots:
            default:
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        label: Energy meter
        - component: oh-grid-row
          config: {}
          slots:
            default:
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        title: Aktuální odběr
                        action: analyzer
                        actionAnalyzerItems:
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts
                        item: ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts
                        label: =items.ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts.displayState +
                          ' W '
                        trendItem: ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        title: Aktuální proud
                        action: analyzer
                        actionAnalyzerItems:
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmeteramps
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts
                        actionAnalyzerChartType: month
                        item: ZWaveNode004ZW095HomeEnergyMeter_Electricmeteramps
                        label: =items.ZWaveNode004ZW095HomeEnergyMeter_Electricmeteramps.displayState +
                          ' A'
                        trendItem: ZWaveNode004ZW095HomeEnergyMeter_Electricmeteramps
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        title: Aktuální napětí
                        action: analyzer
                        actionAnalyzerItems:
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmetervolts
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts
                        actionAnalyzerChartType: month
                        item: ZWaveNode004ZW095HomeEnergyMeter_Electricmetervolts
                        label: =items.ZWaveNode004ZW095HomeEnergyMeter_Electricmetervolts.displayState +
                          ' V '
                        trendItem: ZWaveNode004ZW095HomeEnergyMeter_Electricmetervolts
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        title: Celkem spotřebováno
                        action: analyzer
                        actionAnalyzerItems:
                          - ZWaveNode004ZW095HomeEnergyMeter_ElectricmeterkWh
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts
                        actionAnalyzerChartType: month
                        item: ZWaveNode004ZW095HomeEnergyMeter_ElectricmeterkWh
                        label: =items.ZWaveNode004ZW095HomeEnergyMeter_ElectricmeterkWh.displayState + '
                          kWh '
                        trendItem: ZWaveNode004ZW095HomeEnergyMeter_ElectricmeterkWh
        - component: oh-grid-row
          config: {}
          slots:
            default:
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        item: ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts1
                        label: =items.ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts1.displayState
                          + ' W
                          ('+items.ZWaveNode004ZW095HomeEnergyMeter_ElectricmeterkWh1.displayState
                          + ' kWh)'
                        title: L1 aktuální (celkem)
                        trendItem: ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts1
                        action: analyzer
                        actionAnalyzerItems:
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts1
                        actionAnalyzerChartType: month
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        item: ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts1
                        label: =items.ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts2.displayState
                          + ' W
                          ('+items.ZWaveNode004ZW095HomeEnergyMeter_ElectricmeterkWh2.displayState
                          + ' kWh)'
                        title: L2 aktuální (celkem)
                        trendItem: ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts2
                        action: analyzer
                        actionAnalyzerItems:
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts2
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        item: ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts1
                        label: =items.ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts3.displayState
                          + ' W
                          ('+items.ZWaveNode004ZW095HomeEnergyMeter_ElectricmeterkWh3.displayState
                          + ' kWh)'
                        title: L3 aktuální (celkem)
                        action: analyzer
                        actionAnalyzerItems:
                          - ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts3
                        actionAnalyzerChartType: month
                        trendItem: ZWaveNode004ZW095HomeEnergyMeter_Electricmeterwatts3
        - component: oh-grid-row
          config: {}
          slots:
            default:
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-toggle-card
                      config:
                        item: ZWaveNode004ZW095HomeEnergyMeter_ResetMeter
                        title: Reset energy meter
masonry: null
grid: []
canvas: []

What's next?

Values from measured values are stored automatically in OpenHAB 3 and can be displayed in the charts. These values can then be linked to various rules of behaviour of other appliances. Here it's up to you! If you use any interesting usage, share it with us in the comments below.

Tip:

By default, the Aeotec Energy meter displays the current consumption with ~ 30 minute interval. If you want to shorten this interval, it cannot be done in OpenHAB settings. However, it is possible to workaround this:

1) Download the portable Z-Wave PC Controller program here

2) Expand, open, connect the Z-Wave USB Controller from Raspberry Pi to your PC

3) Choose Settings -> Detect -> Choose

4) Select COMMAND_CLASS_ASSOCIATION_V1 on the Command Class tab

5) Command Name:ASSOCIATION_SET

6) Set the NodeID to 01 for all three Groups (01,02,03)


PiHome - Aeotec Energu Meter Interval

7) Disconnect, plug back into the RPi and the reading should be done according to the value of parameter 111 in Z-Wave configuration settings

Rate the article:

Average: 3.5 (63 votes)

Support Us:

Add comment:

Add comment

Newest articles in blog

Shelly OpenHAB MQTT
Shelly vs OpenHABRating: 
80%

The Shelly brand is known for its products that primarily communicate over WiFi, including smart plugs, relay switches, blinds control relays, and many other devices. One of the advantages for deployment is the ability to both read and control these devices using the universal MQTT protocol. Across existing add-ons for both OpenHAB and Home Assistant, we will demonstrate how to use Shelly devices without installing any additional extensions.

Victron & OpenHAB
Victron vs Smart HomeRating: 
0%

In this post, we will show you how to retrieve information from a photovoltaic power plant by Victron. We will connect to the Cerbo unit via MQTT. Based on these values, we can control various appliances (heating, boiler, etc.) and prevent the battery from being drained when they don't need to be.

Smart Home GoodWe inverter
Smart Home vs GoodWeRating: 
50%

In the post, we will demonstrate step by step how to communicate directly with the GoodWe inverter in a smart home setup and obtain real-time information (unlike the SEMS portal). This information is essential if we want to react to current parameters in a smart home, such as activating additional cooling or controlling a socket with a various load.

Voice control smart home
Voice control of the houseRating: 
60%

In this article, we will connect the Amazon Echo Dot voice assistant with open source home automation. We won't be using OpenHAB Cloud, so everything runs locally. In this case, a few additional settings are necessary, but the result is worth it!

MikroTik - Winbox, DHCP, Ranges
Basics - Winbox, DHCPRating: 
68.7%

In this series, we will look at the step-by-step setup of MikroTik devices for home users or a small business (up to 25 people). In the first article, we will focus on the initial setup - we will download Winbox and set up DHCP for the primary network and guest network. Similarly, we will also adjust the WiFi settings.

Alarm Smart Home PIR
Alarm from existing PIR sensors in a smart home.Rating: 
0%

In a your smart home, PIR sensors may not only be used to switch lights on and off based on motion, it is possible to utilize these sensors to detect the presence of motion in a particular room. This information can be used to create a relatively reliable uncertified home security system. In this guide, you will find the logic for how this can work in the OpenHAB software in our model smart home.

NFC Tag Example in Smart Home
NFC tags in smart homeRating: 
80%

NFC (Near Field Communication) tags are small plastic or paper stickers that can be used to automate various functions in the smart home. In this article, we will show you examples of use and a guide on how to write an action on an NFC tag using a mobile phone.

WireGuard iOS
WireGuard on iOS devicesRating: 
85%

In this article, you will find a detailed guide on how to connect to WireGuard VPN from iOS.

WireGuard on Android device
WireGuard on Android devicesRating: 
0%

In this article, you will find a detailed guide on how to connect to WireGuard VPN from Android.

WireGuard on MikroTikRating: 
80%

This article describes the self setup of the WireGuard VPN protocol on MikroTik devices with RouterOS version 7 and higher. This phenomenal VPN is very fast, secure, and easily configurable in a home environment. It can be said that it is currently the best VPN for home use available.