Buderus Logamatic HMC 20 Z
For heatpumps with Luxtronik 2.1 controller. Uses modbus-tcp. Requires software v3.90.3 or later. Enable via SERVICE, Systemsteuerung, Konnektivität, Smart-Home-Interface.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
id | Modbus ID | int | required |
host | IP address or hostname | required | |
port | Port | int | required |
timeout | Timeout | optional | |
heatoffset [K] | Heating temperature boost | optional | |
wwoffset [K] | Hot water temperature boost Temperature boost offset for hot water. Possibly increases wear on compressor. | advanced |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
chargers: - name: my_heating type: template template: luxtronik
# Modbus TCP modbus: tcpip id: 1 host: # Hostname port: 502 # Port timeout: 10s # Timeout, optional heatoffset: 0.0 # Heating temperature boost (K), optional wwoffset: 0.0 # Hot water temperature boost (K), Temperature boost offset for hot water. Possibly increases wear on compressor. (optional)