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

Use queue for car commands #1653

Open
pkuehnel opened this issue Nov 25, 2024 · 0 comments
Open

Use queue for car commands #1653

pkuehnel opened this issue Nov 25, 2024 · 0 comments
Labels
backend Backend related enhancement New feature or request prio:medium

Comments

@pkuehnel
Copy link
Owner

To increase adjustment frequency while letting all adjustments, especially via BLE, more time to process (timeout of 21 seconds should also be removed) use a queue of commands for each car. The object might contain the following properties:

Command //e.g. wakeup, change amp,...
InQueueSince
State //e.g. waiting, executing, finished, cancelled
Task //The actual task to execute
CancellationToken //to trigger task cancellation from external
@pkuehnel pkuehnel added enhancement New feature or request backend Backend related prio:medium labels Nov 25, 2024
@pkuehnel pkuehnel added this to the OCPP Integration milestone Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related enhancement New feature or request prio:medium
Projects
None yet
Development

No branches or pull requests

1 participant