hjdhjd / homebridge-myq

:car: myQ Liftmaster and Chamberlain Plugin for Homebridge https://github.com/nfarina/homebridge
Other
567 stars 44 forks source link

Unable to control myq for open / close #1038

Closed levibrown closed 1 year ago

levibrown commented 1 year ago

As a first time user of homebridge and this plugin, I went through the documented configuration and everything seemed to work well. I can see my garage door in my Home app, but I am un able to control the door. When I slide to door switch up(or down), on screen it says that its opening, but the door doesn't respond.

Setup was done through the homebridge UI/ User name and password was verified and double checked in the json.

note: i do get iOS notifications for when the door is open or closed (via myQ app), but they are delayed.

Logs: I get multiple of these messages in the logs, which seems like it might be related to the problem.

[26/03/2023, 18:19:49] [myQ] myQ API: Successfully connected to the myQ API.

[26/03/2023, 18:20:22] [myQ] myQ API: Hostname or IP address not found.
[26/03/2023, 18:20:22] [myQ] myQ API: Unable to retrieve account information.

Homebridge Configuration:

{
    "bridge": {
        "name": "Homebridge 7E25",
        "username": "xxxxx",
        "port": 51707,
        "pin": "xxxxx",
        "advertiser": "resolved"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "form",
            "theme": "dark-mode-blue-grey",
            "tempUnits": "c",
            "lang": "auto",
            "platform": "config"
        },
        {
            "email": "xxxxxxx",
            "password": "xxxxxx",
            "name": "myQ",
            "debug": true,
            "_bridge": {
                "username": "xxxxxxxxxx",
                "port": 30405
            },
            "platform": "myQ"
        }
    ]
}

Environment:

hjdhjd commented 1 year ago

Welcome to the community. Looks like potentially a DNS or connectivity issue. Try restarting Homebridge and see if that does the trick.

levibrown commented 1 year ago

thank you, good to be here.
turns out it was something simple like that. I had already restarted homebridge several times, but I was able to get it working after a power down/ up of the raspberrypi. Thanks for your response and maintenance of this plugin!

github-actions[bot] commented 1 year ago

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