socket.timeout: timed out
MrBuushy opened this issue · 0 comments
MrBuushy commented
Error:
line 4, in
data = d.status()
File "C:\Users\Diaboli Sica\AppData\Local\Programs\Python\Python37\lib\site-packages\pytuya_init_.py", line 279, in status
data = self.send_receive(payload)
File "C:\Users\Diaboli Sica\AppData\Local\Programs\Python\Python37\lib\site-packages\pytuya_init.py", line 175, in _send_receive
s.connect((self.address, self.port))
socket.timeout: timed out
Code:
import pytuya
d = pytuya.OutletDevice('xxxxx', 'xxxxx', 'xxxxx')
data = d.status()
Questions:
- Is there any way to use ethernet instead of wifi?
- When using wifi, does the light bulb have to be near to the pc?
- Can I have my phone near the light and let my pc control the light over the internet using the phone as a connector?