iRayanKhan / homebridge-tuya

A Homebridge plugin to control Tuya devices locally.
MIT License
380 stars 160 forks source link

Homebridge-Tuya No Devices Found #431

Open Mrcounter34 opened 6 months ago

Mrcounter34 commented 6 months ago

Hello, need some assistance trying to add a ceiling fan to homebridge-tuya. Appears to be same issue as: https://github.com/iRayanKhan/homebridge-tuya/issues/372

24/12/2023, 16:50:59Tuya BridgeLoaded plugin 'homebridge-tuya''
24/12/2023, 16:50:59Tuya BridgeLoading 2 platforms...
24/12/2023, 16:50:59Tuya BridgeTuyaLanNo devices found. Check that you have specified them in your config.json file.
24/12/2023, 16:50:59Tuya BridgeBridge is running on port 51886. 

I have followed the steps on here to extract the ID and local key:https://linkdhome.com/articles/local-tuya-device-control-in-homekit TuyaSmart app is killed on my phone

{
    "platform": "Tuya",
    "devices": [
        {
            "name": "Ceiling Fan Light",
            "type": "Fanlight",
            "manufacturer": "Brilliant",
            "model": "Wifi Ceiling Fan Controller",
            "id": "xxx",
            "key": "xxx",
            "dpActive": 1,
            "dpRotationSpeed": 6,
            "dpLightOn": 9,
            "dpBrightness": 10
        }
    ]
}