IAMMETER WEM2067
Usage areas
- Grid meter
- Solar production
- Charger meter
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname | optional | |
channel | Meter channel (1-2) | optional | |
cache | Cache Time interval for data refresh | 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-2p usage: grid host: 192.0.2.2 # IP address or hostname channel: 1 # Meter channel (1-2) cache: 2s # Cache, Time interval for data refresh (optional)meters: - name: my_pv type: template template: iammeter-2p usage: pv host: 192.0.2.2 # IP address or hostname channel: 1 # Meter channel (1-2) cache: 2s # Cache, Time interval for data refresh (optional)meters: - name: my_charger type: template template: iammeter-2p usage: charge host: 192.0.2.2 # IP address or hostname channel: 1 # Meter channel (1-2) cache: 2s # Cache, Time interval for data refresh (optional)