[TuyaLan] Failed to discover -NAME- (-ID-) in time but will keep looking.
See original GitHub issueDid everything just like the instructions say. Received id and key pair and added it into config file. When homebridge restarts, I’m getting:
[TuyaLan] Failed to discover Socket (10343760bcddc2232f7a) in time but will keep looking.
My config file:
{
"platform": "TuyaLan",
"devices": [
{
"name": "Deer Light",
"type": "Outlet",
"manufacturer": "BlitzWolf",
"model": "BW-SHP6",
"id": "10343760bcddc2232f7a",
"key": "-KEY-"
}
]
}
Any idea what could be wrong?
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (3 by maintainers)
Top Results From Across the Web
[TuyaLan] Failed to discover ... in time ... · Issue #33 ... - GitHub
After successfully homebridge-tuya-lan plugin, I am unable to discover my two ... [TuyaLan] Failed to discover -NAME- (-ID-) in time but will keep...
Read more >[TuyaLan] Failed to discover [NAME] (ID) in time but will keep ...
[TuyaLan] Failed to discover [NAME] (ID) in time but will keep looking. ... I could get the ID, KEY, setup properly but I...
Read more >Tuya Lan plugin won't recognize my Smart Plugs : r/homebridge
I get the following error: [TuyaLan] Failed to discover Smart Socket 1 (27648171cc50e3e11410) in time but will keep looking. I tried adding the ......
Read more >get your devices off the cloud with Local Tuya - YouTube
Looking at integrating tuya devices into Home Assistant. Using both the standard tuya integration, and the local tuya integration.
Read more >HOW TO - Setup Local Tuya in Home Assistant - YouTube
In this video we will be running through the setup process for Local Tuya. We will also be having a look at some...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I finally got my hands on one of these.
Please give the latest
rc
release a shot by doingnpm i -g homebridge-tuya-lan@rc
. It includes logic to understand this newer API.A known issue is that the current state is not reported by some devices; they however work fine as soon as you interact with them. I have reached out to Tuya for a solution.
The Setup Instructions have changed in case you need to obtain a fresh
id
andkey
.My MCU and WIFI Modules are both at 1.0.1. When I do a firmware check my SmartLife app tells me I am on the latest version. I use the following plugs https://www.amazon.ca/TECKIN-Wireless-Compatible-Function-Required/dp/B07PZ7VVGC/ref=sr_1_2_sspa?keywords=smart+plug&qid=1560525067&s=gateway&sr=8-2-spons&psc=1
So perhaps this is an issue with the newer version of the firmware. Ideally what we need is the ability to specify the devices via IP vs having the homebrige plugin trying to automatically discover them.