Skip to content

No progress for OTW firmware updates in v10 #4194

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

Closed
AlCalzone opened this issue Apr 9, 2025 · 0 comments · Fixed by #4195
Closed

No progress for OTW firmware updates in v10 #4194

AlCalzone opened this issue Apr 9, 2025 · 0 comments · Fixed by #4195
Assignees
Labels
bug Something isn't working

Comments

@AlCalzone
Copy link
Member

The driver update to v15 changed how OTW updates work: https://zwave-js.github.io/zwave-js/#/getting-started/migrating/v15?id=moved-otw-firmware-update-functionality-from-controller-to-driver-class
Specifically, after this change, driver.controller is no longer defined during OTW updates.

However, Z-UI accesses the controller property in _onOTWFirmwareUpdateProgress and _onOTWFirmwareUpdateFinished, causing errors to be printed to the logs, instead of updating the progress bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants