Integrate IAMMETER`s energy meter into Home assistant(by core integration)
Integrate IAMMETER Wi-Fi Home Assistant Power Meter into Home Assistant by HA core integration
1. Introduction
Integrating IAMMETER Wi-Fi energy meters into Home Assistant provides effective real-time energy monitoring solutions. IAMMETER supports multiple integration methods with Home Assistant:
Direct Integration: Simplest setup (covered in this tutorial).
Modbus/TCP Sensor: Provides higher performance, enabling data updates every second. Learn more.
MQTT Sensor: Flexible integration using MQTT protocol. Learn more.
Home Assistant is a popular open-source home automation platform (official site). IAMMETER energy meters seamlessly integrate with Home Assistant, offering precise energy data for smart home and solar PV applications.
2. Step-by-Step Integration of IAMMETER into Home Assistant
Demo Example
Explore our online demo showcasing IAMMETER integration: URL: http://ha.iammeter.com:18123/ Username: iammeter Password: iammeter
You can remotely control lights and observe real-time power changes.
2.1 Installation of Home Assistant
Install the latest Home Assistant version (0.107.0.dev20200310 or later).
2.2 Configuration
Add IAMMETER sensor configuration to configuration.yaml:
yaml复制编辑sensor:
- platform: iammeter
host: 192.168.1.6
name: meter
Tip: Double-click the meter icon from your local network to find its IP.
2.3 Verify Sensor Integration
Restart Home Assistant and check that the sensors appear in the entity list:
2.4 Available IAMMETER Sensors
Single-Phase Meter (WEM3080)
Entity | Unit | Description |
wem3080_voltage | V | Voltage |
wem3080_current | A | Current |
wem3080_power | W | Active Power |
wem3080_importenergy | kWh | Energy from Grid |
wem3080_exportgrid | kWh | Exported Energy to Grid |
Three-Phase Meter (WEM3080T)
Includes voltage, current, power, energy, frequency, and power factor for each phase A/B/C.
2.5 Customize Home Assistant Dashboard (Lovelace)
Edit your Lovelace dashboard:
Or copy this card configuration:
yaml复制编辑cards:
- cards:
- entity: sensor.meter_voltage
max: 300
min: 100
name: voltage
type: gauge
- entity: sensor.meter_power
max: 5000
min: 0
name: power
type: gauge
type: horizontal-stack
- entities:
- entity: sensor.meter_voltage
- entity: sensor.meter_power
- entity: sensor.meter_importenergy
- entity: sensor.meter_exportgrid
type: glance
- entities:
- entity: sensor.meter_power
- entity: sensor.meter_voltage
- entity: sensor.meter_importenergy
hours_to_show: 24
refresh_interval: 0
type: history-graph
2.6 Advanced Integration with Modbus/TCP (Recommended)
Enjoy real-time (1s interval) high-performance data collection with Modbus/TCP:
Video Tutorial
Control Example
Integration Summary
3. Solar PV and Energy Saving Use Cases
Use IAMMETER to maximize solar self-consumption and reduce energy costs:
Solar PV Monitoring
EV Charging Automation
Water Heater Automation
Smart Socket with Relay Control
4. Open Source Energy Monitoring Projects
Combine IAMMETER with tools like InfluxDB and Grafana:
PV Monitoring Project
Subscribe MQTT from Cloud
5. IAMMETER Integration with Other Platforms
IAMMETER energy meters are compatible with many systems:
OpenHab Guide
NodeRED Integration
MQTT Server Upload
Upload via HTTP/TCP/TLS
Local REST API Access
Build Your Own Monitoring System
6. Video Tutorials
How to Use IAMMETER in Home Assistant
7. IAMMETER System & Product Highlights
IAMMETER provides complete energy monitoring systems and smart meters:
System Overview
3-Phase Meter Use
Solar PV Monitoring
8. Evaluate Before Purchase with IAMMETER Simulator
Try out IAMMETER’s simulator to simulate PV, EV charging, and appliance loads:
Simulator User Manual
It supports full API compatibility with the real WEM3080T hardware, making migration seamless once ready.
Wi-Fi Energy Meter
Three Phase Wi-Fi Energy Meter (WEM3080T)
Monitor two-way energy by one meter with bi-directional function
DIN-Rail mounting fits neatly in the meter box
Open API for integration with your own server
CE,FCC,UL,RoHs, RCM Complied
Applied in three phase or single phase (as 3 single phase meters) system, or split-phase system
Single Phase Wi-Fi Energy Meter (WEM3080)
Monitor two-way energy by one meter with bi-directional function
DIN-Rail mounting fits neatly in the meter box
Open API for integration with your own server
CE, FCC, RoHs, RCM Complied
Applied in single phase system
Three Phase Wi-Fi Energy Meter (WEM3046T)
Monitor two-way energy by one meter with bi-directional function
Support 5A input current, so you can connect your own CTs with xxx:5A ratio to this meter. Measure large current easily.
Open API for integration with your own server
CE, FCC, RoHs Complied
Applied in three phase or single phase (as 3 single phase meters) system, or split-phase system
Three Phase WiFi Energy Meter (WEM3050T)
Monitor two-way energy by one meter with bi-directional function
Small size and low price, DIN-Rail mounting fits neatly in the meter box
Open API for integration with your own server
CE, FCC, RoHs Complied
Applied in three phase or single phase (as 3 single phase meters) system, or split-phase system
We can provide kinds of online energy monitoring system for sale, anything you need, please contact us.
Comments
Post a Comment