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

Allow Manual Region Specification for automatic firmware updates on older controllers #6891

Closed
mwaterbu opened this issue Jun 5, 2024 · 1 comment · Fixed by #7369
Closed
Labels
enhancement New feature or request

Comments

@mwaterbu
Copy link

mwaterbu commented Jun 5, 2024

I noticed that I was not being offered an update which should have been available (for a Zooz ZSE43). I believe the issue is that I do not have a region specified by my ZWave stick, so the update cannot match.

In cases like this, could it be possible to manually specify a region (for older sticks)?

Also, just to check that my assumption is correct, where would I see this region, if my stick did allow retrieving it?

As a sidenote, zwave-js/firmware-updates#82 would be useful here, as at first glance, it simply looked like my device was up to date, when in reality, the update check could not be properly executed.

@AlCalzone
Copy link
Member

The region would have to be provided by the client application, most likely https://github.com/zwave-js/node-zwave-js/ - I'll move the feature request there.

Also, just to check that my assumption is correct, where would I see this region, if my stick did allow retrieving it?

You should see it either in the logs during startup, or in Z-Wave JS UI for example if you open the dropdown for the controller device.

@AlCalzone AlCalzone transferred this issue from zwave-js/firmware-updates Jun 5, 2024
@AlCalzone AlCalzone changed the title Allow Manual Region Specification Allow Manual Region Specification for automatic firmware updates on older controllers Jun 5, 2024
@AlCalzone AlCalzone added the enhancement New feature or request label Jun 5, 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

Successfully merging a pull request may close this issue.

2 participants