Solaranzeige Solaranzeige
Usage areas
- Grid meter
- Solar production
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname IP address or hostname of the MQTT broker | optional | |
port | Port MQTT broker port | optional | |
topic | Topic Topic (omit leading /) | optional | |
timeout | Timeout Don't accept values older than this value | optional | |
user | Username e.g. email address, user id, etc. | advanced | |
password | Password Service account password | advanced |
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: solaranzeige usage: grid host: 192.0.2.2 # IP address or hostname, IP address or hostname of the MQTT broker port: 1883 # Port, MQTT broker port (optional) topic: solaranzeige/box1 # Topic, Topic (omit leading /) (optional) timeout: 30s # Timeout, Don't accept values older than this value (optional) user: # Username, e.g. email address, user id, etc. (optional) password: # Password, Service account password (optional)meters: - name: my_pv type: template template: solaranzeige usage: pv host: 192.0.2.2 # IP address or hostname, IP address or hostname of the MQTT broker port: 1883 # Port, MQTT broker port (optional) topic: solaranzeige/box1 # Topic, Topic (omit leading /) (optional) timeout: 30s # Timeout, Don't accept values older than this value (optional) user: # Username, e.g. email address, user id, etc. (optional) password: # Password, Service account password (optional)