-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
Ota firmware not found #7323
Comments
This comment was marked as outdated.
This comment was marked as outdated.
I'm going to need some more details:
|
That controller doesn't let us determine the region automatically. The setting has no effect because it also doesn't let us change the region. Because of that, region specific firmware updates aren't offered, because we cannot make sure they don't brick your device. There's another open issue to let the user manually specify the region in this situation, which would solve your problem. |
Can you explain why there are two region settings needed? Let's assume I have a controller where I can change the region and the setting has an effect: None the less I think there should be some kind of message that OTA updates are not possible. |
If we can query the region from the controller, we know it is set to that region and can only communicate with devices from that region. So if you are in USA, and set the controller to region EU, Z-Wave JS will download OTA updates for the EU region. But you won't be able to install them on your US devices, since the controller cannot perform the update on them. If the controller does not support this, we cannot know which region it is in. So if the user is allowed to specify the region, we have to trust them that they specify the correct region. In this case, if you are in USA, and set the controller to region EU, Z-Wave JS will download OTA updates for the EU region. But this time it will be able to install that update on your US devices, since the controller is actually using the US region, not EU. Which means you can end up with bricked devices by selecting the wrong region. |
Checklist
Deploy method
Docker
Z-Wave JS UI version
9.24.0.5531846
ZwaveJS version
13.9.1
Describe the bug
OTA updates shows no firmware available.
Device has 10.27, available is 10.30.
Firmware is there
To Reproduce
Open OTA Updates, nothing there
Expected behavior
Ota update is available
Additional context
No response
The text was updated successfully, but these errors were encountered: