homebridge-myq icon indicating copy to clipboard operation
homebridge-myq copied to clipboard

how to run disable.serialnumber

Open zzack01 opened this issue 2 years ago • 4 comments

Describe The Problem:

Please help me figure out how to get the below to work, It is currently not working:

I have changed my email to email, my password to password, my serial number (according to myq app) to serialnumber

Disable.serialnumber - hide the opener or gateway identified by serialnumber from HomeKit.

{ "platform": "myQ", "email": "email", "password": "password", "name": "MyQ", "options": [ "disable.serialnumber" ] }

To Reproduce:

above is the configuration Logs:

N/a

Show the Homebridge logs here.
Remove any sensitive information.
`.`.`

**Homebridge Configuration:**

```json
Show the relevant portion of your homebridge config.json here, if needed.
Remove any sensitive information.

Screenshots:

Environment:

  • Homebridge Version:
  • Node Version:
  • Homebridge-myQ Plugin Version:
  • Apple Device and iOS / macOS / iPadOS / tvOS Version:
  • Operating System and OS Version:

zzack01 avatar Jul 22 '22 22:07 zzack01

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 29 '22 23:07 github-actions[bot]

Please submit an answer before this closes.

zzack01 avatar Jul 29 '22 23:07 zzack01

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 06 '22 00:08 github-actions[bot]

Please submit an answer before this closes.

zzack01 avatar Aug 06 '22 06:08 zzack01

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 13 '22 07:08 github-actions[bot]

Hello,

Still awaiting a response, please submit the answer before this closes

zzack01 avatar Aug 13 '22 17:08 zzack01

Documentation is here: https://github.com/hjdhjd/homebridge-myq/blob/master/docs/FeatureOptions.md

The serial number will be enumerated in the Homebridge logs for the plugin, and they are also in the details of the garage door opener in the Home app. If you are uncertain about any of the above, you can ask on the Homebridge Discord. Thanks!

hjdhjd avatar Aug 13 '22 18:08 hjdhjd

In the advanced code should it read { "platform": "myQ", "email": "email", "password": "password", "name": "MyQ", "options": [ "disable.serialnumber123456789" or "disable.123456789" or "disable": "123456789" ] }

I have tried all the possible combinations and it is still not working

zzack01 avatar Aug 14 '22 15:08 zzack01

Can you please give an example of this

zzack01 avatar Sep 02 '22 19:09 zzack01

Within the JSON config file it will look like this:

"options": [
        "Disable.<your_serial_number>",
        "Disable.<another_serial_number>"
    ]

It looks like you need to capitalize "Disable". I agree that the documentation is not very clear, hope that this helps!

gschivley avatar Nov 30 '22 16:11 gschivley

Do I need the <> or just type the number?

On Wed, Nov 30, 2022 at 9:02 AM Greg Schivley @.***> wrote:

Within the JSON config file it will look like this:

"options": [ "Disable.<your_serial_number>", "Disable.<another_serial_number>" ]

It looks like you need to capitalize "Disable". I agree that the documentation is not very clear, hope that this helps!

— Reply to this email directly, view it on GitHub https://github.com/hjdhjd/homebridge-myq/issues/790#issuecomment-1332393437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZK66TMR7YF2JG6LVMS7G43WK53B5ANCNFSM54M5UAPA . You are receiving this because you authored the thread.Message ID: @.***>

zzack01 avatar Nov 30 '22 18:11 zzack01

Just the serial number. < and > are usually used to show the place you put your own value in.

gschivley avatar Nov 30 '22 22:11 gschivley

This issue is locked to prevent necro-posting on closed issues. Please create a new issue for related bugs.

github-actions[bot] avatar Apr 15 '23 19:04 github-actions[bot]