iRayanKhan/homebridge-tuya

Homebridge-Tuya No Devices Found

Mrcounter34 opened this issue · 0 comments

Hello, need some assistance trying to add a ceiling fan to homebridge-tuya. Appears to be same issue as: #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
        }
    ]
}