Sorry, your browser does not support JavaScript!

Integrate IAMMETER`s energy meters to Homey cloud

Integrate IAMMETER Energy Meter Data into Homey via Flow

Homey is a smart home platform that unifies your connected devices into a single, easy-to-use system. It supports a wide range of smart devices and allows users to create powerful automation flows without writing code. By integrating IAMMETER energy meters into Homey, you can monitor and optimize your household's energy usage more intelligently.

This guide covers both single-phase (WEM3080) and three-phase (WEM3080T/WEM3050T/WEM3046T) meters, as well as how to utilize IAMMETER Cloud data within Homey.

Add Single-phase Meter (WEM3080)

Detailed energy meter`s APIs

1. Create an Advanced Flow

Open your Homey Pro, create a new Flow, and select Advanced Flow.

Advanced Flow

2. Fetch IAMMETER Data

  • Add an action by selecting Then → Logic as shown.

Logic Block

  • Configure the Logic action:
    • Method: GET
    • URL: http://192.168.1.6/monitorjson (Replace with your IAMMETER device IP).

Configure Logic

3. Extract IAMMETER Data

  • Add another Logic action (Then → Logic → JSON).

Add JSON Logic

  • Connect this new Logic block to the previous Logic block.

Connect Logic Blocks

  • Change the text from "Response" as indicated.

Change Text Response

  • Set the JSON path to Data[0].

JSON Path

4. Display IAMMETER Data

  • Add Then → Timeline.

Add Timeline

  • Replace "Hello world" with your extracted data, e.g., voltage.

Timeline Result

You now have the voltage data from your IAMMETER meter in Homey.

Voltage Data

Use the same approach for other meter data.

Final Flow:

Final Single-phase Flow

Add Three-phase Meter (WEM3080T/WEM3050T/WEM3046T)

Detailed energy meter`s APIs

Open your Homey Pro and follow the steps outlined above for the single-phase meter.

Final Three-phase Flow:

Final Three-phase Flow

Integrating IAMMETER Cloud Data

Open your Homey Cloud or Homey Pro and follow the single-phase instructions, but use the IAMMETER Cloud API endpoint.

Detailed IAMMETER Cloud API documentation: IAMMETER Cloud API Guide

IAMMETER Cloud Step 1

IAMMETER Cloud Step 2

Final Cloud Flow:

Final Cloud Flow

Now your IAMMETER energy data is integrated into Homey, enabling efficient energy monitoring and management.

Top