diff --git a/lib/extension/otaUpdate.ts b/lib/extension/otaUpdate.ts index 0c41575be3..33c70c666d 100644 --- a/lib/extension/otaUpdate.ts +++ b/lib/extension/otaUpdate.ts @@ -104,6 +104,7 @@ export default class OTAUpdate extends Extension { } catch (e) { supportsOTA = false; logger.debug(`Failed to check if update available for '${data.device.name}' (${e.message})`); + logger.debug(e.stack); } const payload = this.getEntityPublishPayload(data.device, availableResult ?? 'idle');