Skip to content
EN | DE

Solaranzeige Solaranzeige

Usage areas

  • Grid meter
  • Solar production

Parameters

NameDescriptionValueLevel
hostIP address or hostname

IP address or hostname of the MQTT broker

Example: 192.0.2.2
optional
portPort

MQTT broker port

Default: 1883
optional
topicTopic

Topic (omit leading /)

Default: solaranzeige/box1
optional
timeoutTimeout

Don't accept values older than this value

Default: 30s
Example: 10s
optional
userUsername

e.g. email address, user id, etc.

advanced
passwordPassword

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)