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

OTA update through update service: Error starting the update and update result isn't shown #3341

Closed
AlCalzone opened this issue Oct 13, 2023 · 0 comments · Fixed by #3346 or #3360
Closed

Comments

@AlCalzone
Copy link
Member

AlCalzone commented Oct 13, 2023

I had an issue updating a device where the firmware update support information was incorrect, causing the firmware update to fail almost immediately. controller.firmwareUpdateOTA returned this result, but it was nowhere to be seen in the UI:

			const result: FirmwareUpdateResult = {
				success: false,
				status: FirmwareUpdateStatus.Error_TransmissionFailed,
				reInterview: false,
			};

After I managed to complete it, the result wasn't shown either, although this is in the logs:

2023-10-13 14:04:08.074 INFO Z-WAVE: [Node 005] Firmware update finished successfully.
   Status: OK_RestartPending.
   Wait before interacting: 40s.
   Result: [object Object].

After the interview, the already-installed firmware update is still shown too:
grafik

@AlCalzone AlCalzone changed the title OTA update through update service: Error starting the update isn't shown OTA update through update service: Error starting the update and update result isn't shown Oct 13, 2023
@robertsLando robertsLando reopened this Oct 18, 2023
robertsLando added a commit that referenced this issue Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants