Replies: 1 comment
-
Hast du mal „ccp[0]“ probiert? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo zusammen,
habe seit letzter Woche einen Go E Controller und würde diese gerne in die Open DTU einbinden.
Beim Shelly 3 Pro EM, welcher jedoch nur als 3 phasiger Stromzähler einen alten SMA Wechselrichter überwacht) habe ich es testweise hinbekommen, beim Go E Controller leider nicht.
Auswahl folgend:
Stromzählertyp: HTTP(s) + JSON
URL GET: http://(serialnumb)@192.168.178.xx/api/status?filter=cc
Diese Abfrage funktioniert im Browser und gibt als Ergebnis:
{
"ccp": [-3343.412598, -3343.412598, null, 3.223684788, 9.67105484, null, null, null, null, null, null, null, null, null, null, null]
}
Beim Test in der DTU kommt die Felhermeldung:
Value 1: Unable to parse server response as JSON: InvalidInput
beim Shelly liest im JSON-Pfad: total_act_power die gewünschte Leistung aus.
Kenne mich leider sehr wenig mit Coden aus; Frage an die Experten ist, was muss im JSON Pfad stehen, damit ich die Grid Leistung
des GO E Controllers auslesen kann. In diesem Beispiel nur den ersten Wert: -3343.412598 (Wert passt, ist aktuelle Einspeiseleistung, daher -).
Besten Dank im Voraus.
Viele Grüße
Thomas
Beta Was this translation helpful? Give feedback.
All reactions