Skip to content
EN | DE

vzlogger

Usage areas

  • Grid meter

Parameters

NameDescriptionValueLevel
hostIP address or hostname
Example: 192.0.2.2
optional
uuidThe vzlogger channel uuid for poweroptional
portPort
Default: 8081
optional
scaleScale factor power

Multiply power raw value by this factor

Default: 1
advanced
energyuuidThe vzlogger channel uuid for the meter reading

The vzlogger channel uuid for the meter reading (OBIS Code 1.8.0, electricity consumption)

advanced
energyscaleScale factor energy

Multiply energy raw value by this factor

Default: 0.001
advanced
l1currentuuidCurrent on phase 1

The vzlogger channel uuid for current on phase 1 (OBIS Code 31.7.0)

advanced
l2currentuuidCurrent on phase 2

The vzlogger channel uuid for current on phase 2 (OBIS Code 51.7.0)

advanced
l3currentuuidCurrent on phase 3

The vzlogger channel uuid for current on phase 3 (OBIS Code 71.7.0)

advanced
l1poweruuidPower on phase 1

The vzlogger channel uuid for power on phase 1 (OBIS Code 36.7.0)

advanced
l2poweruuidPower on phase 2

The vzlogger channel uuid for power on phase 2 (OBIS Code 56.7.0)

advanced
l3poweruuidPower on phase 3

The vzlogger channel uuid for power on phase 3 (OBIS Code 76.7.0)

advanced
l1voltageuuidVoltage on phase 1

The vzlogger channel uuid for voltage on phase 1 (OBIS Code 32.7.0)

advanced
l2voltageuuidVoltage on phase 2

The vzlogger channel uuid for voltage on phase 2 (OBIS Code 52.7.0)

advanced
l3voltageuuidVoltage on phase 3

The vzlogger channel uuid for voltage on phase 3 (OBIS Code 72.7.0)

advanced
cacheCache

Time interval for data refresh

Default: 1s
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: vzlogger
usage: grid
host: 192.0.2.2 # IP address or hostname
uuid: # The vzlogger channel uuid for power
port: 8081 # Port, optional
scale: 1 # Scale factor power, Multiply power raw value by this factor (optional)
energyuuid: # The vzlogger channel uuid for the meter reading, The vzlogger channel uuid for the meter reading (OBIS Code 1.8.0, electricity consumption) (optional)
energyscale: 0.001 # Scale factor energy, Multiply energy raw value by this factor (optional)
l1currentuuid: # Current on phase 1, The vzlogger channel uuid for current on phase 1 (OBIS Code 31.7.0) (optional)
l2currentuuid: # Current on phase 2, The vzlogger channel uuid for current on phase 2 (OBIS Code 51.7.0) (optional)
l3currentuuid: # Current on phase 3, The vzlogger channel uuid for current on phase 3 (OBIS Code 71.7.0) (optional)
l1poweruuid: # Power on phase 1, The vzlogger channel uuid for power on phase 1 (OBIS Code 36.7.0) (optional)
l2poweruuid: # Power on phase 2, The vzlogger channel uuid for power on phase 2 (OBIS Code 56.7.0) (optional)
l3poweruuid: # Power on phase 3, The vzlogger channel uuid for power on phase 3 (OBIS Code 76.7.0) (optional)
l1voltageuuid: # Voltage on phase 1, The vzlogger channel uuid for voltage on phase 1 (OBIS Code 32.7.0) (optional)
l2voltageuuid: # Voltage on phase 2, The vzlogger channel uuid for voltage on phase 2 (OBIS Code 52.7.0) (optional)
l3voltageuuid: # Voltage on phase 3, The vzlogger channel uuid for voltage on phase 3 (OBIS Code 72.7.0) (optional)
cache: 1s # Cache, Time interval for data refresh (optional)