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

Vivint/MYQ garage door target state won't close #35

Closed
007GTCS opened this issue Aug 30, 2021 · 5 comments
Closed

Vivint/MYQ garage door target state won't close #35

007GTCS opened this issue Aug 30, 2021 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@007GTCS
Copy link

007GTCS commented Aug 30, 2021

If I use the garage door controller through vivint homebridge. The garage door will not open or update status correctly. Vivint app works just fine.

Logs Below:
[8/29/2021, 8:30:38 PM] [@balansse/homebridge-vivint] This plugin generated a warning from the characteristic 'Target Door State': characteristic was supplied illegal value: number 4 exceeded maximum of 1. See https://git.io/JtMGR for more info.
[8/29/2021, 8:31:48 PM] [@balansse/homebridge-vivint] This plugin generated a warning from the characteristic 'Target Door State': characteristic was supplied illegal value: number 4 exceeded maximum of 1. See https://git.io/JtMGR for more info.
[8/29/2021, 8:31:57 PM] [@balansse/homebridge-vivint] This plugin generated a warning from the characteristic 'Target Door State': characteristic was supplied illegal value: number 4 exceeded maximum of 1. See https://git.io/JtMGR for more info.
[8/29/2021, 8:43:50 PM] [@balansse/homebridge-vivint] This plugin generated a warning from the characteristic 'Target Door State': characteristic was supplied illegal value: number 4 exceeded maximum of 1. See https://git.io/JtMGR for more info.
(node:629350) UnhandledPromiseRejectionWarning: ReferenceError: log is not defined
at /usr/lib/node_modules/@balansse/homebridge-vivint/lib/accessories/garage_door.js:33:15
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
(node:629350) 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: 4)
(node:629350) UnhandledPromiseRejectionWarning: ReferenceError: log is not defined
at /usr/lib/node_modules/@balansse/homebridge-vivint/lib/accessories/garage_door.js:33:15
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
(node:629350) 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: 5)
(node:629350) UnhandledPromiseRejectionWarning: ReferenceError: log is not defined
at /usr/lib/node_modules/@balansse/homebridge-vivint/lib/accessories/garage_door.js:33:15
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
(node:629350) 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: 6)
[8/29/2021, 8:44:38 PM] [@balansse/homebridge-vivint] This plugin generated a warning from the characteristic 'Target Door State': characteristic was supplied illegal value: number 4 exceeded maximum of 1. See https://git.io/JtMGR for more info.
(node:629350) UnhandledPromiseRejectionWarning: ReferenceError: log is not defined
at /usr/lib/node_modules/@balansse/homebridge-vivint/lib/accessories/garage_door.js:33:15
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
(node:629350) 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: 7)
[8/29/2021, 8:44:58 PM] [@balansse/homebridge-vivint] This plugin generated a warning from the characteristic 'Target Door State': characteristic was supplied illegal value: number 4 exceeded maximum of 1. See https://git.io/JtMGR for more info.
[8/29/2021, 8:45:29 PM] [@balansse/homebridge-vivint] This plugin generated a warning from the characteristic 'Target Door State': characteristic was supplied illegal value: number 4 exceeded maximum of 1. See https://git.io/JtMGR for more info.

@007GTCS
Copy link
Author

007GTCS commented Sep 1, 2021

Adding more logs to this.
This plugin generated a warning from the characteristic 'Target Door State': characteristic was supplied illegal value: number 4 exceeded maximum of 1. See https://git.io/JtMGR for more info.
(node:6051) UnhandledPromiseRejectionWarning: ReferenceError: log is not defined
at /usr/lib/node_modules/@balansse/homebridge-vivint/lib/accessories/garage_door.js:33:15
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
(Use node --trace-warnings ... to show where the warning was created)
(node:6051) 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: 1)
(node:6051) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

@007GTCS
Copy link
Author

007GTCS commented Sep 1, 2021

Also want to add, the status doesn't reflect open on the garage door. It will show a Garage Door Open Symbol, when first opened. But after you close out of the app. It will Show Closed symbol, but say open. Also It won't close sometimes because of this.

node:8975) UnhandledPromiseRejectionWarning: ReferenceError: log is not defined
at /usr/lib/node_modules/@balansse/homebridge-vivint/lib/accessories/garage_door.js:33:15
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
(node:8975) 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: 9)

@balansse
Copy link
Owner

balansse commented Sep 2, 2021

Thank you for reporting it! I will check it out next time I work on the plugin

@balansse balansse self-assigned this Sep 2, 2021
@balansse balansse added the bug Something isn't working label Sep 2, 2021
@007GTCS
Copy link
Author

007GTCS commented Sep 2, 2021

Thank You! No rush. Just wanted to point it out. Let me know if I can do anything to help!

@ethanbrown3
Copy link

I'm having the exact same issue. I can supply logs if it will help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants