-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Possible to queue OTA updates? #3283
Comments
@AlCalzone Correct me if I'm wrong but this should already happen? If a user start updates on multiple devices them are queued, right? |
I can add this feature on my side, anyway I would like to know @AlCalzone opinion on this, maybe it makes more sense to have it implemented on driver side so other applications can use this feature that in cases like yours is so useful |
Not possible at the moment. I plan to add a higher level queue into the driver that can queue tasks, so this becomes possible in the future: zwave-js/node-zwave-js#3707 |
I look forward to be able to do this. took me almost 2 weeks to update everything. (didn't do this full time) |
This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label |
This issue is now closed due to inactivity, you can of course reopen or reference this issue if you see fit. |
This feature is interesting for me too. Been investing in a lot of new Shelly Zwave modules recently and for once that a manufacturer seems to care about regularly providing new firmwares, I think I will have to regularly update a bunch of my modules. |
@jfhautenauven This is something that should be implemented on driver side firstly |
@robertsLando indeed, I've read the above :) @AlCalzone : this is still something planned in the driver right ? :p |
This is very simple to script out. Not sure why a driver update is required.
Adding retry/backoff would remedy any issues with update interruption and failures. |
Because I'd like to implement that functionality in the driver, and I'd like to do it the right way. There are multiple things that could benefit from the same mechanism. Sure @robertsLando could hack around it but that would be wasted work once the driver can do it natively. |
Currently I have over 100 devices on my network and one of my switch just got a Firmware update. The problem is I have 50 of them.
As far as I have seen, I can only update one at a time which is a pain to do.
Is there a way to Queue the updates so that the next update starts automatically after the previous one completes?
The text was updated successfully, but these errors were encountered: