Skip to content
EN | DE

IAMMETER WEM3046T (1p)

This page shows the nightly version. There is no release version yet.

Supports all IAMMETER meters. Multi-channel meters (WEM2067, WEM3080T, WEM3046T, WEM3050T) are addressed as single-phase meters via the channel parameter.

Usage areas

  • Grid meter
  • Solar production
  • Charger meter

Parameters

NameDescriptionValueLevel
hostIP address or hostname
Example: 192.0.2.2
optional
channelMeter channel (1-3)
Default: 1
optional
cacheCache

Time interval for data refresh

Default: 2s
Example: 5m
advanced
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

meters:
- name: my_grid
type: template
template: iammeter-1p
usage: grid
host: 192.0.2.2 # IP address or hostname
channel: 1 # Meter channel (1-3), optional
cache: 2s # Cache, Time interval for data refresh (optional)
meters:
- name: my_pv
type: template
template: iammeter-1p
usage: pv
host: 192.0.2.2 # IP address or hostname
channel: 1 # Meter channel (1-3), optional
cache: 2s # Cache, Time interval for data refresh (optional)
meters:
- name: my_charger
type: template
template: iammeter-1p
usage: charge
host: 192.0.2.2 # IP address or hostname
channel: 1 # Meter channel (1-3), optional
cache: 2s # Cache, Time interval for data refresh (optional)