homebridge-plugins / homebridge-ewelink

Homebridge plugin to integrate eWeLink devices into HomeKit.
MIT License
387 stars 126 forks source link

SmartWise / Eachen GDDC5 garage opener only opening works in simulation #602

Open gergelyszabo94 opened 3 weeks ago

gergelyszabo94 commented 3 weeks ago

What issue do you have? Please be as thorough and explicit as possible.

I have this SmartWise When I first setup this plugin I added the opener as a switch and all worked fine, opening and closing, open/close state syncing back if closed with remote too. A few days ago I realized that I might be able to make it show up as a garage door in the home app via simulations. First I tried the single channel one, but I could only open it like that. Then I realized that I should probably use the gddc5 options, since my device looks identical. Closing still won't work. It says closing then closed, but nothing actually happens. I am also having issues setting up debug logging, I added debug: true to the config but getting this: "[25/09/2024, 00:28:21] [eWeLink] Config entry [debug] is unused and can be removed." Currently in my config:

"singleDevices": [
        {
            "label": "Garage Door",
            "deviceId": "1001e03c70",
            "deviceModel": "gddc5",
            "showAs": "garage",
            "showAsEachen": "garage",
            "operationTime": 100
        }
    ],

Details of your setup.