Last active
February 7, 2025 16:23
-
-
Save kleini/f3cc8e8d1c3e95a5c8f748d5d500fd1b to your computer and use it in GitHub Desktop.
how to invert Shelly 3EM in EVCC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meters: | |
- name: grid1 | |
type: custom | |
power: | |
source: http | |
uri: http://shelly%40test.de:[email protected]/status | |
jq: .emeters | map(.power) | add | |
scale: -1 | |
energy: | |
source: http | |
uri: http://shelly%40test.de:[email protected]/status | |
jq: .emeters | map(.total) | add | |
scale: -0.001 | |
currents: | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/0 | |
jq: .current | |
scale: -1 | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/1 | |
jq: .current | |
scale: -1 | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/2 | |
jq: .current | |
scale: -1 | |
voltages: | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/0 | |
jq: .voltage | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/1 | |
jq: .voltage | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/2 | |
jq: .voltage | |
powers: | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/0 | |
jq: .power | |
scale: -1 | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/1 | |
jq: .power | |
scale: -1 | |
- source: http | |
uri: http://shelly%40test.de:[email protected]/emeter/2 | |
jq: .power | |
scale: -1 |
sorry
31 jq: .current
32 scale: -1
33 - source: http
Ich schicke dir gerne meine ganze .jaml auch mit allen Passwörtern usw. Aber ich bin neu hier und weiß nicht wie öffentlich unsere Komunikation ist.
viele Grüße
Daniel
https://docs.evcc.io/docs/reference/plugins#http-lesenschreiben scale
ist aber ein erlaubter Parameter für die http source.
Bist Du sicher, dass Deine Einrückungen im YAML stimmen? Ansonsten komme ich mit meinem Latein auch so langsam am Ende an.
Zumindest ist hier in Deinen Kommentaren jegliche Einrückung immer komplett weg. Das lässt sich so schwer einschätzen aus meiner Sicht.
Ich habe meine EMail-Adresse in meinem GitHub Profil veröffentlicht.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
31 jq: .current
31 scale: -1
33 - source: http