No IP found #290
Replies: 9 comments 13 replies
-
Is it a battery operated device? If so, it will only connect and be visible on the network for a few seconds when it has something to report. The rest of the time it will power down and sleep. There are a few ideas discussed in #264 and #214 to get events from these devices, but none of them are particularly great. |
Beta Was this translation helpful? Give feedback.
-
No is a battery device. Is a breaker switch. "AT-Q-SY1 WiFi/ ZigBee Din Rail" In the 'devices.json' result of "python -m tinytuya wizard" there is none 'ip' key. Any ideas? Thanks. |
Beta Was this translation helpful? Give feedback.
-
i am having the same issue with new version of smart plug with power monitoring older devices worked. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
its latest i updated to v1.12.9 and tried, also tried from another windows machine was the same |
Beta Was this translation helpful? Give feedback.
-
here is debug log hope i masked all that i need to --##maskedmasked## this is what i have replaced where its empty it was empty DEBUG:TinyTuya [1.12.9] DEBUG:Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32 TinyTuya (Tuya device scanner) [1.12.9] [Loaded devices.json - 5 devices] Scanning on UDP ports 6666 and 6667 and 7000 for devices for 18 seconds... DEBUG:Listening for Tuya devices on UDP ports 6666, 6667 and 7000
DEBUG:Received valid UDP packet: {'ip': '192.168.86.185', 'gwId': '##maskedmasked##', 'active': 2, 'ablilty': 0, 'encrypt': True, 'productKey': 'keyjnuy4s3kre7m7', 'version': '3.4', 'token': True, 'wf_cfg': True} Scan Complete! Found 6 devices.
DEBUG:Scan complete with 6 devices found |
Beta Was this translation helpful? Give feedback.
-
I'm seeing exactly the same thing with newer firmware plugs. Thinking I might have to write my own code to supplement the json with fixed IPs, unless there's a chance this will get fixed? |
Beta Was this translation helpful? Give feedback.
-
I don't suppose anybody has found a solution to this? Just picked up a switch that has the behavior. No IP or Version is found. {
"name": "BR Switch",
"id": "ebb1a838262de95b89glbe",
"key": "--------",
"mac": "a8:80:55:84:73:5b",
"uuid": "956cb19ca1b75dee",
"sn": "100103513001B0",
"category": "kg",
"product_name": "WIFI Smart Switch",
"product_id": "dn7fpj6lcz3krzbv",
"biz_type": 18,
"model": "NH-\u7f8e\u5f0f\u5355\u706b\u6309\u952e\u4e00\u8def",
"sub": false,
"icon": "https://images.tuyaus.com/smart/icon/ay1554975589161DYAhk/76f66b4c3a3ce2567c60ee4f736ae57d.png",
"mapping": {
"1": {
"code": "switch_1",
"type": "Boolean",
"values": {}
},
"7": {
"code": "countdown_1",
"type": "Integer",
"values": {
"unit": "s",
"min": 0,
"max": 86400,
"scale": 0,
"step": 1
}
},
"14": {
"code": "relay_status",
"type": "Enum",
"values": {
"range": [
"power_off",
"power_on",
"last"
]
}
},
"15": {
"code": "light_mode",
"type": "Enum",
"values": {
"range": [
"none",
"relay",
"pos"
]
}
}
},
"ip": "",
"version": ""
} |
Beta Was this translation helpful? Give feedback.
-
"python -m tinytuya wizard" founds my 2 devices but can't found the devices IP. Then, I can't work locally.
Beta Was this translation helpful? Give feedback.
All reactions