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

Push: message data must be processed synchronously #7193

Open
andig opened this issue Apr 3, 2023 · 1 comment · May be fixed by #10668
Open

Push: message data must be processed synchronously #7193

andig opened this issue Apr 3, 2023 · 1 comment · May be fixed by #10668
Assignees
Labels
backlog Things to do later

Comments

@andig
Copy link
Member

andig commented Apr 3, 2023

Ich vermute, das ist ein Timingproblem: Pushnachricht wird intern übergeben, dann die Variablen gelöscht. Irgendwann wir die Nachricht prozessiert- zu dem Zeitpunkt sind die spannenden Werte aber schon weg. Hier wird es wohl nur helfen, wenn wir den Events synchron die zugehörigen Daten mit geben anstatt die bei Bedarf zusammen zu suchen.

[lp-1  ] DEBUG 2023/04/03 14:21:49 charger status: A
[lp-1  ] INFO 2023/04/03 14:21:49 stop charging <-
[lp-1  ] DEBUG 2023/04/03 14:21:49 wake-up timer: start
[lp-1  ] DEBUG 2023/04/03 14:21:49 charge meter total import: 4012.727kWh
[cache ] TRACE 2023/04/03 14:21:49 lp-1/chargeTotalImport: 4012.7271869444494
[lp-1  ] INFO 2023/04/03 14:21:49 car disconnected
[cache ] TRACE 2023/04/03 14:21:49 lp-1/phasesActive: 3
[cache ] TRACE 2023/04/03 14:21:49 lp-1/chargedEnergy: 9122.99633026123
[cache ] TRACE 2023/04/03 14:21:49 lp-1/connectedDuration: 2h39m27.238686356s
[lp-1  ] INFO 2023/04/03 14:21:49 vehicle updated: Skoda Enyaq -> unknown
[cache ] TRACE 2023/04/03 14:21:49 lp-1/vehicleIdentity: 
[cache ] TRACE 2023/04/03 14:21:49 lp-1/vehicleDetectionActive: false
[cache ] TRACE 2023/04/03 14:21:49 lp-1/minSoc: 0
[cache ] TRACE 2023/04/03 14:21:49 lp-1/targetSoc: 100
[cache ] TRACE 2023/04/03 14:21:49 lp-1/targetEnergy: 0
[cache ] TRACE 2023/04/03 14:21:49 lp-1/vehiclePresent: false
[cache ] TRACE 2023/04/03 14:21:49 lp-1/vehicleTitle: 

Originally posted by @andig in #7101 (reply in thread)

@andig andig added the bug Something isn't working label Apr 3, 2023
@andig andig self-assigned this Apr 3, 2023
@jheinitz
Copy link
Sponsor Contributor

jheinitz commented Apr 3, 2023

Moin. Freut mich, dass es jetzt klarer ist. Wenn ich einen Fix testen kann, mache ich das gerne. Sag einfach Bescheid.
Ciao Jens

@github-actions github-actions bot added the stale Outdated and ready to close label Apr 24, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 30, 2023
@andig andig reopened this Apr 30, 2023
@github-actions github-actions bot removed the stale Outdated and ready to close label May 1, 2023
@andig andig added backlog Things to do later and removed bug Something isn't working labels May 18, 2023
@github-actions github-actions bot added the stale Outdated and ready to close label Jun 8, 2023
@andig andig removed the stale Outdated and ready to close label Jun 10, 2023
@andig andig linked a pull request Nov 5, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Things to do later
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants