Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

socket.timeout: timed out #72

Open
MrBuushy opened this issue Oct 16, 2020 · 0 comments
Open

socket.timeout: timed out #72

MrBuushy opened this issue Oct 16, 2020 · 0 comments

Comments

@MrBuushy
Copy link

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:

  1. Is there any way to use ethernet instead of wifi?
  2. When using wifi, does the light bulb have to be near to the pc?
  3. Can I have my phone near the light and let my pc control the light over the internet using the phone as a connector?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant