-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Connexoon] Execution queue is full, too many attempts were made (5), giving up #64
Comments
Hi @PtiCanard, There is a limit to the number of parallel commands the Somfy backend will accept. When that limit is reached, the Somfy API will reject new command requests. The plugin has a mechanism to retry the requests up to 5 times with 8 seconds delay between requests. The fact that you have reached this maximum number of attempts is a bit weird. Do you have 19 Connexoon devices and have a scene that sends a command to all 19 of them? Do you have the logs before this error? Will wait for more details from you. |
Hey @PtiCanard, Unfortunately that's not giving me extra information I can use. Would you be able to restart your Homebridge server in debug mode and share the extra logging that happens before the first Thanks. |
Here is the log file with the debug mode, but I do not see more info :’(
|
Okay indeed not much more. To be honest there won't be any good handling of this scenario, I myself stopped using the Connexoon device due to all the limitations and the terrible Somfy API reliability. Either way, something you could try is changing the Could you try to change this variable from its current If it does I will make this variable configurable in the plugin settings. |
It worked, thanks a lot. |
So changing the delay from 8 seconds to 20 seconds work. Would you be able to see if it also works with a shorter delay, of say, 15 seconds? I might just update the default value. |
15 did the job also. Just one thing, you said you stop using Connexoon but I did not want to invest 200€ in the Tahoma of Somfy, it seems useless to me because I only have RTS. |
I also have only RTS but I built my own RTS transmitter on a RaspberryPI using this project https://github.com/Nickduino/Pi-Somfy and built an extra node.JS Homebridge server on top: https://github.com/yenoiwesa/homebridge-somfy-pi. It removes all the limitations I had with Connexoon. I can send a command to 10 blinds at the same time without having to wait for the execution of the first ones to finish. It's also a lot more reliable and fast as it runs fully locally and there is no internet connection required. |
Thank you, but I think I will stick with the connexoon, I do not have a rasp Pi and in my case if I would want to replace the Connexoon probably the somfy connectivity kit would be sufficient. |
I published version Thanks @PtiCanard. |
Hello,
I have created a scene in Apple home with 19 devices but I receive this: [Connexoon] Execution queue is full, too many attempts were made (5), giving up
Can something be done for this ?
The text was updated successfully, but these errors were encountered: