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
| Name | Description | Value | Level |
|---|---|---|---|
id | Modbus ID | int | required |
host | IP address or hostname | required | |
port | Port | int | required |
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 # Portmeters: - name: my_pv type: template template: cg-em24_e1 usage: pv
# Modbus TCP modbus: tcpip id: 1 host: # Hostname port: 502 # Portmeters: - name: my_charger type: template template: cg-em24_e1 usage: charge
# Modbus TCP modbus: tcpip id: 1 host: # Hostname port: 502 # Port