Weishaupt AEROBLOCK/BIBLOCK/SPLITBLOCK/GEOBLOCK
Enable access under Settings -> Modbus TCP on the system device and configure network/netmask accordingly. The power setpoint (SollwertPV) overrides the SG Ready function. Mind the response time of the heating system.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
id | Modbus ID | int | required |
host | IP address or hostname | required | |
port | Port | int | required |
tempsource | Temperature source | optional |
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: weishaupt
# Modbus TCP modbus: tcpip id: 1 host: # Hostname port: 502 # Port tempsource: warmwater # Temperature source, [warmwater, buffer, flow, outside] (optional)