my-PV AC ELWA-E
For the heating rod from my-PV without a display. Use the local web interface of AC ELWA-E to set the value "Power timeout" to a value slightly higher (e.g. + 5s) than the interval time of evcc.
Supported features
- Built-in meter: Support for an integrated meter. Availability may vary between models.
Sponsor token
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
id | Modbus ID | int | required |
host | IP address or hostname | required | |
port | Port | int | required |
scale | Scale factor for power limit | 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: ac-elwa-e
# Modbus TCP modbus: tcpip id: 1 host: # Hostname port: 502 # Port scale: 1 # Scale factor for power limit, optional