Skip to content
EN | DE

stromleser.one IR Reader

Requires a stromleser.one device accessible on the local network.

Usage areas

  • Grid meter
  • Solar production

Parameters

NameDescriptionValueLevel
hostIP address or hostname
Example: 192.0.2.2
optional
cacheCache

Time interval for data refresh

Default: 15s
Example: 5m
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: stromleser
usage: grid
host: 192.0.2.2 # IP address or hostname
cache: 15s # Cache, Time interval for data refresh (optional)
meters:
- name: my_pv
type: template
template: stromleser
usage: pv
host: 192.0.2.2 # IP address or hostname
cache: 15s # Cache, Time interval for data refresh (optional)