Skip to content

Plexlog: Hausverbrauch wird nur richtig angezeigt, wenn keine Batterieladung #21017

Discussion options

You must be logged in to vote

Grid wird im Template aus "Verbrauch - Erzeugung" berechnet.
Vermutung ist, dass die Batterieleistung im Verbrauch enthalten ist.

Probier mal folgendes als Grid Meter aus (host und port noch ergänzen)
Wenn das funktioniert, kann man das Template anpassen.

- name: grid
  type: custom
  power:
    source: calc
    add:
    - source: modbus
      uri: host:port
      id: 1
      register:
        address: 0 # Erzeugung
        type: input
        decode: int32
      scale: -1
      timeout: 30s
    - source: modbus
      uri: host:port
      id: 1
      register:
        address: 2 # Verbrauch
        type: input
        decode: int32
      timeout: 30s
    - source: modbus
      uri: host:p…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@VolkerK62
Comment options

Answer selected by UH912
@VolkerK62
Comment options

@TobiasHuber1980
Comment options

@UH912
Comment options

@UH912
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants