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

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

Open
gergelyszabo94 opened this issue Sep 24, 2024 · 0 comments

Comments

@gergelyszabo94
Copy link

gergelyszabo94 commented Sep 24, 2024

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.

  • Do you use (1) Homebridge UI-X (2) Homebridge CLI or (3) HOOBS?
    1

  • Which version of Homebridge/HOOBS do you have?
    v1.8.3

  • Which platform do you run Homebridge/HOOBS on (e.g. Raspberry Pi/Windows/HOOBS Box)? Please also mention your version of Node.js/NPM if known.
    RPI 5, node v20.17.0

  • Which version of this plugin (homebridge-ewelink) do you have? Has the issue started since upgrading from a previous version?
    v12.3.1

  • Which eWeLink devices do you have that are causing issues? Please include product models if applicable.
    Looks like Eachen GDDC5, under the plugin's my devices menu, brand shows "麒石" and Model (UIID) QISHI_WIFI_1CH (1). product link (where I purchased from): https://okosotthon.bolt.hu/webaruhaz/termek/smartwise-garazskapu-vezerles-sonoff-kompatibilis-wifi-s-interneten-at-tavvezerelheto/

Please paste any relevant logs below.

[25/09/2024, 00:00:14] [eWeLink] Initializing eWeLink platform...
[25/09/2024, 00:00:14] [eWeLink] Initializing child bridge 0E:84:7E:6F:83:40
[25/09/2024, 00:00:16] [eWeLink] Launched child bridge with PID 820416
[25/09/2024, 00:00:16] [eWeLink] Loaded homebridge-ewelink v12.3.1 child bridge successfully
[25/09/2024, 00:00:16] Loaded 1 cached accessories from cachedAccessories.0E847E6F8340.
[25/09/2024, 00:00:16] [eWeLink] Initialising plugin v12.3.1 | System linux | Node v20.17.0 | HB v1.8.3 | HAPNodeJS v0.12.2...
[25/09/2024, 00:00:16] [eWeLink] Plugin initialised. Setting up accessories....
[25/09/2024, 00:00:17] [eWeLink] Fetching devices from eWeLink home/id [My Home] [66992f75585559000880832a].
[25/09/2024, 00:00:21] [eWeLink] LAN monitoring started.
[25/09/2024, 00:00:21] [eWeLink] [Garage door open] initialising with options {"logging":"standard","operationTimeDown":100,"operationTimeUp":100,"showAs":"garage"}.
[25/09/2024, 00:00:21] [eWeLink] [Garage door open] initialised and found locally with IP [192.168.1.146] [1:QISHI_WIFI_1CH].
[25/09/2024, 00:00:21] [eWeLink] ✓ Setup complete. This plugin has been made with ♥ by bwp91, please consider a ☆ on GitHub if you are finding it useful!
[25/09/2024, 00:31:25] [eWeLink] [Garage door open] current state [open].
[25/09/2024, 00:31:58] [eWeLink] [Garage door open] current state [closed].
@gergelyszabo94 gergelyszabo94 changed the title SmartWise / Eachen GDDC5 garage opener only opens in simulation SmartWise / Eachen GDDC5 garage opener only opening works in simulation Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant