Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 Mqtt: go-eCharger/0xxxxx/status ist null #88

Open
rompriest opened this issue Sep 20, 2021 · 3 comments
Open

V3 Mqtt: go-eCharger/0xxxxx/status ist null #88

rompriest opened this issue Sep 20, 2021 · 3 comments

Comments

@rompriest
Copy link

Ich habe seit 2 Wochen 2x go-charger V3 installiert und habe mich jetzt an die Einbindung in node red gemacht.

dazu habe ich existierende Flows importiert und angepasst. diese flows basieren auf mqtt und die basis zum einlesen und befehle abgeben sind die felder go-eCharger/0xxxxx/status bzw. go-eCharger/0xxxxx/cmd/req

Mein lokaler mqtt server und auch mqtt explorer zeigen aber, dass auf go-eCharger/0xxxxx/status keine Informationen durch die go-e gepostet werden, Wert bleibt null. Ich habe sämtliche Optionen in der app bezüglich V1 api, V2 api usw. probiert, ohne Erfolg. Wenn ich …/status manuell befülle, funktioniert der flow übrigens

was übersehe ich?

@JochenFriedrich
Copy link

V3 nutzt eine komplett andere MQTT Struktur.

Siehe:
https://github.com/goecharger/go-eCharger-API-v2/blob/main/mqtt-de.md

@rompriest
Copy link
Author

Ja, das ist leider korrekt
Wobei im http Protokoll der status ja weiterhin über http://x.x.x.x/status abgreifbar ist

Insofern nutze ich jetzt die http Schnittstelle um den aktuellen Status abzugreifen. Befehle setze ich im mqtt Protokoll über /go-eCharger/0xxxxx/alw/set ab.

Da habe ich ein neues Problem gehabt: alw ist nicht beschreibar, weder über 0/1 noch über true/false. Fehlermeldung ist "...tried to set api key without setter (false)".
Alternativ nutze ich jetzt frc. Da kommt kurioserweise die gleiche Fehlermeldung, die Änderung wird hier aber trotzdem übernommen

die anderen Register die für mich fürs PV-gestützte Laden wichtig sind, wie amp, stp etc. funktionieren übrigens ohne Fehlermeldung

FW 051.4

@DerZiad
Copy link

DerZiad commented Mar 8, 2023

@rompriest , bei dem Attribut "alw" habe ich auch den gleichen Fehler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants