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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ich habe meine EMail-Adresse in meinem GitHub Profil veröffentlicht.