milo526 / homebridge-tuya-web

Hoobs and Homebridge plugin for Tuya devices using Home Assistant Tuya Web Api
MIT License
217 stars 93 forks source link

Am Noob, many working devices, but this one garage door wont populate in Home. #509

Closed mypantsrblue closed 1 year ago

mypantsrblue commented 1 year ago

Describe the bug

I added a Tuya compatible Garage Door opener to Smart Life. It operates in SmartLife perfectly. It does not populate in Homekit. When viewing the console of my homebridge, it is not even loading it up upon start/restart. Steps To Reproduce

I suppose you would have to have THIS garage door device. Plugin Version

This device is not showing up for me, but I am using 1.1.2 Homebridge Config

{
    "name": "TuyaWebPlatform",
    "options": {
        "username": "xx",
        "password": "xx",
        "countryCode": "1",
        "platform": "smart_life"
    },
    "defaults": [
        {
            "id": "<eba6610e1ead59523ccnrw>",
            "device_type": "<garage>"
        }
    ],
    "scenes": false,
    "_bridge": {
        "username": "0E:F7:74:3D:BD:52",
        "port": 34233
    },
    "platform": "TuyaWebPlatform"
}

I tried to overrule the device type, based on another one of the posts on this, but that isn't helping as the plugin isnt recognizing the device in the first place Device Config

I tried really hard to provide this, and I still want to. But like I said, I am a noob who is trying really hard to be good and understand more about this and python etc. I have python, but I cannot for the life of me figure out how to properly get the script to run but I can't. Can you provide me any help with that? Additional Context

All of my other smart devices work perfectly, and whenever I add a new one its as simple as just restarting homebridge and they show up in Home. For some reason this one does not, although again, it works perfectly within SmartLife

thank you for your time

stale[bot] commented 1 year ago

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.