You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2021. It is now read-only.
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?