Instructions on how to integrate IAMMETER sensor within Home Assistant.
Energy
Sensor
0.107
Local Polling
iammeter
@lewei50
sensor
integration
docs
title
/docs/configuration/
Configuration file
legacy
IAMMETER provides both a bi-directional single-phase energy meter(WEM3080) and a bi-directional three-phase energy monitor (WEM3080T). Both of them can be integrated into Home Assistant.
The WEM3050T is the latest three-phase/split-phase meter, released by IAMMETER on Nov 2023.
The WEM3050T provides nearly all of the features the WEM3080T provides, with the exception of the cloud service.
The WEM3050T can be integrated into Home Assistant by all of the methods that WEM3080T supports.
Because there is no cloud service by default, the WEM3050T is much cheaper than the WEM3080T.
Configuration
To use this {% term integration %} in your installation, add the following to your {% term "configuration.yaml" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# Example configuration.yaml entrysensor:- platform:iammeterhost:IP_ADDRESS_OF_HOST
{% configuration %}
host:
description: The IP address of your IAMMETER.
required: true
type: string
port:
description: port of your IAMMETER.
required: false
default: 80
type: integer
name:
description: Name for the sensor entity.
required: false
type: string
default: IamMeter
{% endconfiguration %}