question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Garage door shows as opening even though it is closed

See original GitHub issue

Describe Your Problem: Hello! Whenever the garage door opens or closes, the status on the home app shows opening for anywhere from a few minutes to a few hours. The meross app shows closed as well as the homebridge UI. I’ve included a portion of the log while the home app shows it as opening. I’m not 100% sure this plugin would be the problem, but I thought I’d check here first as none of my other items (eg August lock) seem to have this problem.

Logs:

[5/26/2021, 10:29:58 PM] [Meross] MSG100 - Reading 192.168.2.53/status
[5/26/2021, 10:29:58 PM] [Meross] MSG100 - Reading 192.168.2.53/status
[5/26/2021, 10:29:58 PM] [Meross] MSG100 Garage door refreshStatus - {"header":{"messageId":"redacted","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/redacted/publish","timestamp":redacted,"timestampMs":390,"sign":"redacted"},"payload":{"all":{"system":{"hardware":{"type":"msg100","subType":"us","version":"3.5.0","chipType":"mt7682","uuid":"redacted","macAddress":"redacted"},"firmware":{"version":"3.1.15","compileTime":"2020/04/15 17:12:08 GMT +08:00","wifiMac":"redacted","innerIp":"192.168.2.53","server":"mqtt.meross.com","port":443,"userId":redacted},"time":{"timestamp":redacted,"timezone":"America/Toronto","timeRule":[redacted]},"online":{"status":1}},"digest":{"togglex":[{"channel":0,"onoff":1,"lmTime":0}],"triggerx":[{"channel":0,"id":"redacted","count":1}],"timerx":[],"garageDoor":[{"channel":0,"open":0,"lmTime":redacted}]}}}}
[5/26/2021, 10:29:58 PM] [Meross] Current state CLOSED

Homebridge Config: Under platforms:

{
            "platform": "Meross",
            "name": "Meross",
            "devices": [
                {
                    "deviceUrl": "192.168.2.53",
                    "messageId": "redacted",
                    "sign": "redacted",
                    "channel": 0,
                    "timestamp": redacted,
                    "model": "MSG100",
                    "name": "Garage door",
                    "garageDoorOpeningTime": 10
                }
            ]
        },

Screenshots: image image

Environment:

  • Node.js Version: v14.17.0
  • NPM Version: 6.14.13
  • Homebridge Version: 1.3.4
  • Homebridge Meross Plugin Version: v5.0.2
  • Homebridge Config UI X Plugin Version: v4.41.1
  • Operating System: Docker image in a Hyper V VM on Win 10

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
bwp91commented, Jul 27, 2021

Once I get the garage door implementation working well (both local and cloud modes) then I will look into this 😃

1reaction
Conanapcommented, May 28, 2021

Thank you, seems to have fixed it initially. I’ll leave this issue open for the author.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MyQ says Garage Door is open when it is closed : r/HomeKit
Totally - everything was working fine - now one door won't close even though the warning beeps go off. The other gives false...
Read more >
Sensor says it's open, but it's actually closed. Anyway to fix?
This isn't just happening on door and window sensors. I notice it on light switches, the garage door and outlets too.
Read more >
Reasons Why a Garage Door Opens by Itself and How to Fix It
1. Overlapping Signals. Your garage door opener could be picking up wireless signals from your neighbor, or even a wireless radio. · 2....
Read more >
What to Check When Your Garage Door Opens by Itself
The garage door opens by itself after closing? If it randomly opens, check out the top tips on how to avoid issues with...
Read more >
How to Resolve a Close Error in the myQ App
This is commonly caused by an issue with the safety sensors or an obstruction preventing the door from closing. Ensure there are no...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found