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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Pulling data from Tuya devices on your network requires that you have the Device
33
33
1. Download the "Smart Life" - Smart Living app for iPhone or Android. Pair with your smart plug (this is important as you cannot monitor a plug that has not been paired).
2. For Device IP, ID and VERSION: Run the tuyapower scan to get a list of Tuya devices on your network along with their device IP, ID and VERSION number (3.1 or 3.3):
36
+
2. For Device IP, ID and VERSION: Run the tuyapower scan to get a list of Tuya devices on your network along with their device IP, ID and VERSION number (3.1 to 3.5 - most are 3.3):
37
37
```bash
38
38
python3 -m tuyapower
39
39
```
@@ -100,7 +100,7 @@ Notes:
100
100
* PLUGID = Device ID e.g. 01234567891234567890
101
101
* PLUGIP = Device IP Address e.g. 10.0.1.99
102
102
* PLUGKEY = Device Key e.g. 0123456789abcdef
103
-
* PLUGVERS = Version of Protocol 3.1 or 3.3
103
+
* PLUGVERS = Version of Protocol 3.1, 3.2, 3.3, 3.4 or 3.5
104
104
* verbose = Print more details - True or False (default is False)
105
105
* max_retries = Number of times to retry scan of new devices (default is 15)
0 commit comments