You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.
So the plugin sort of works, but only intermittently. About 1/3 commands work, the rest don't. It will show a change in the Homekit app but the airco itself doesn't change what it's doing.
The log shows many errors like this:
(node:391) UnhandledPromiseRejectionWarning: Error: Could not change isOn state of the AC unit!
at LgAircoController.setPowerState (/homebridge/node_modules/homebridge-lg-airco/src/lg/lg-airco-controller.ts:45:23)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:391) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 20)
The text was updated successfully, but these errors were encountered:
Hi,
So the plugin sort of works, but only intermittently. About 1/3 commands work, the rest don't. It will show a change in the Homekit app but the airco itself doesn't change what it's doing.
The log shows many errors like this:
(node:391) UnhandledPromiseRejectionWarning: Error: Could not change isOn state of the AC unit!
at LgAircoController.setPowerState (/homebridge/node_modules/homebridge-lg-airco/src/lg/lg-airco-controller.ts:45:23)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:391) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 20)The text was updated successfully, but these errors were encountered: