Skip to content

Shelly plus plug s Verbrauch in EVCC anzeigen #13936

Discussion options

You must be logged in to vote

Ich nutze mehrere Shelly Plug. Die sind einfach als Charger eingebunden und zeigen den Verbrauch an.

Wenn du die Leistung von zwei Shelly addiert angezeigt bekommen möchtest, dann musst du ein entsprechendes charge meter bauen und das dem Loadpoint zuweisen.

- name: poolmeter
  type: custom
  power:
    source: calc
    add:
    - source: http
      uri: http://192.168.0.xxx/rpc/Shelly.GetStatus
      jq: ."pm1:0".apower
    - source: http
      uri: http://192.168.0.xxx/rpc/Shelly.GetStatus
      jq: ."pm1:0".apower

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@horst789github
Comment options

@VolkerK62
Comment options

Answer selected by horst789github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants