docs icon indicating copy to clipboard operation
docs copied to clipboard

Document: Add meter plugin

Open andig opened this issue 11 months ago • 1 comments

We need to document the new feature introduced in this PR: https://github.com/evcc-io/evcc/pull/21477

andig avatar May 29 '25 07:05 andig

Beispiel (Hausspeicher mit Leistungsmessung per Shelly und externem Soc):

- name: battery
  type: custom
  power:
    source: meter
    config:
      type: template
      template: shelly-1pm
      host: 192.168.178.21
      channel: 0
    method: power
    scale: -1
  energy:
    source: meter
    config:
      type: template
      template: shelly-1pm
      host: 192.168.178.21
      channel: 0
    method: energy
  soc:
    source: mqtt
    topic: Haus/Batterie
    jq: .soc
    timeout: 60s

VolkerK62 avatar May 31 '25 04:05 VolkerK62