Skip to content
Discussion options

You must be logged in to vote

Anhand der Hinweise von @premultiply in #7313 konnte ich eine funktionstüchtige Konfiguration erstellen, die unter Einbeziehung von Shell-Scripten funktioniert.

Extrakt aus der evcc.yaml:

meters:
  - name: heatpump1
    type: custom
    power:  # heatpump power consumption in W
      source: modbus
      id: 1
      uri: <heatpump-ip>:502
      register:
        address: 70
        type: input
        decode: uint32
      scale: 1.0
      timeout: 2s
    energy: # heatpump energy consumption in kWh (counter value)
      source: modbus
      id: 1
      uri: <heatpump-ip>:502
      register:
        address: 68
        type: input
        decode: uint32
      scale: 1.0
      timeout: 2s
 …

Replies: 5 comments 23 replies

Comment options

You must be logged in to vote
1 reply
@herrep
Comment options

herrep Apr 2, 2023
Author Sponsor

Comment options

You must be logged in to vote
10 replies
@herrep
Comment options

herrep Apr 7, 2023
Author Sponsor

@Tagiwara
Comment options

@andig
Comment options

@Funkymaddox
Comment options

@andig
Comment options

andig Dec 3, 2023
Maintainer

Comment options

You must be logged in to vote
0 replies
Answer selected by herrep
Comment options

You must be logged in to vote
12 replies
@andig
Comment options

andig Feb 2, 2024
Maintainer

@isarrider
Comment options

@premultiply
Comment options

@isarrider
Comment options

@premultiply
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
9 participants