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

Langsam bei gleichzeitiger Steuerung vieler Geräte / Slow when controlling many devices at once #4

Open
awaescher opened this issue Dec 31, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@awaescher
Copy link
Owner

Describe The Bug:
werden viele Geräte auf einmal geschalten, wie z.B. "Hey Siri mach alle Lichter aus", kann dies sehr lange dauern.
Ich vermute, dass der MiniSafe2 die Kommandos sequentiell abarbeitet und daher pro Gerät 1-2 Sekunden benötigt. Vielleicht könnt man das Verhalten jedoch auch durch einen höheren Parallelisierungsgrad verbessern, ggf. auch durch Throtteling auf z.B. 3 gleichzeitige Aufrufe.

If many devices are switched at once, e.g. "Hey Siri turn off all the lights", this can take a very long time.
I suspect that the MiniSafe2 processes the commands sequentially and therefore requires 1-2 seconds per device. However, the behaviour could perhaps be improved by a higher degree of parallelization, possibly also by throttling to e.g. 3 simultaneous calls.

To Reproduce:
Viele Geräte mit einem Kommando steuern, wie z.B. "Hey Siri mach alle Lichter aus"

Control many devices with one command, e.g. "Hey Siri turn off all the lights"

@awaescher awaescher added bug Something isn't working enhancement New feature or request labels Dec 31, 2023
@awaescher awaescher self-assigned this Dec 31, 2023
@awaescher awaescher removed the bug Something isn't working label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant