Vaillant SensoNET (API)
The boost function heats hot water or a boost zone. The boost zone is identified by the ID. The boost temperature is specified in degrees Celsius. If boost temperature is specified, the boost zone is activated, otherwise hot water.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
user | Username e.g. email address, user id, etc. | optional | |
password | Password Service account password | optional | |
realm | Region | optional | |
zone | Boost zone ID | optional | |
setpoint | Boost temperature | optional | |
system | Name of the system Required if multiple systems are present in the account | 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: vaillant user: # Username, e.g. email address, user id, etc. (optional) password: # Password, Service account password (optional) realm: germany # Region, [albania, austria, belgium, bosnia, bulgaria, croatia, cyprus, czechrepublic, denmark, estonia, finland, france, georgia, germany, greece, hungary, ireland, italy, kosovo, latvia, lithuania, luxembourg, moldavia, netherlands, new-zealand, north-macedonia, norway, poland, portugal, romania, serbia, slovakia, slovenia, spain, sweden, switzerland, turkiye, ukraine, unitedkingdom, uzbekistan] (optional) zone: # Boost zone ID, optional setpoint: # Boost temperature, optional system: # Name of the system, Required if multiple systems are present in the account (optional)