Skip to content
EN | DE

Victron EM24_E1

EM24_E1 with Ethernet connection. Use the EM24 if you have an EM24 with RS-485 connection, the definitions are not compatible. The firmware version should be at least version 1.8.3, you can find this version here: victronenergy.com

Usage areas

  • Grid meter
  • Solar production
  • Charger meter

Parameters

NameDescriptionValueLevel
idModbus ID
Default: 1
intrequired
hostIP address or hostname
Example: 192.0.2.2
required
portPort
Default: 502
intrequired
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: cg-em24_e1
usage: grid
# Modbus TCP
modbus: tcpip
id: 1
host: # Hostname
port: 502 # Port
meters:
- name: my_pv
type: template
template: cg-em24_e1
usage: pv
# Modbus TCP
modbus: tcpip
id: 1
host: # Hostname
port: 502 # Port
meters:
- name: my_charger
type: template
template: cg-em24_e1
usage: charge
# Modbus TCP
modbus: tcpip
id: 1
host: # Hostname
port: 502 # Port