Error 905 for tinytuya version 3.4 #394
Replies: 3 comments 9 replies
-
The 3.4 devices will require the "local key". Did you run wizard, |
Beta Was this translation helpful? Give feedback.
-
I have exactly the same problem, did you find a solution? DEVICEID = "bf5e9d230926e6b12fojsu" TinyTuya (Tuya device scanner) [1.15.1] Scanning on UDP ports 6666 and 6667 and 7000 for devices for 50 seconds... New Broadcast from App at 192.168.43.44 - {'from': 'app', 'ip': '192.168.43.44'} Scan Complete! Found 1 devices.
|
Beta Was this translation helpful? Give feedback.
-
Hi , i am facing a issue Error : Code : import tinytuya
import logging
# Enable debug output for TinyTuya
logging.basicConfig(level=logging.DEBUG)
d = tinytuya.OutletDevice('d772af53ed70790078f7q8', '192.168.31.30', 'ai2cizw27dqsamlr',version=3.4 )
# Try to get device status
try:
data = d.status()
print('Status:', data)
except Exception as e:
print('Error:', e)
print(" > Fetch Status < ")
data = d.status()
print(data)
print(" > Turn On < ")
d.turn_on()
data = d.status()
print(data)
print(" > Turn Off< ")
d.turn_off()
data = d.status()
print(data) can you provide a little bit help for resolved it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi dev, good day, i hv problem with version 3.4, with response when try to get statu of the device
set_status() result {'Error': 'Network Error: Device Unreachable', 'Err': '905', 'Payload': None}
by the way i hv information he tuya device after did the scanning :
inyTuya (Tuya device scanner) [1.12.9]
Scanning on UDP ports 6666 and 6667 and 7000 for devices for 18 seconds...
Unknown v3.4 Device Product ID = keyjnuy4s3kre7m7 [Valid Broadcast]:
Address = 192.168.0.10 Device ID = ebc41c67705ffd80abzqnf (len:22) Local Key = Version = 3.4 Type = default, MAC =
No Stats for 192.168.0.10: DEVICE KEY required to poll for status
Scan completed in 18.0674 seconds
Scan Complete! Found 1 devices.
Broadcasted: 1
Versions: 3.4: 1
pls need help
Beta Was this translation helpful? Give feedback.
All reactions