Skip to content

Commit 5052299

Browse files
author
almottier
committed
docs(README): update compatibility and instructions
Signed-off-by: almottier <anonymous@example.com>
1 parent f6326a5 commit 5052299

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# PyP100
22

3-
PyP100 is a Python library for controlling many of the TP-Link Tapo devices including the P100, P105, P110 plugs and the
4-
L530 and L510E bulbs.
3+
PyP100 is a Python library for controlling TP-Link Tapo smart devices including P100, P105, P110 plugs and L530, L510E bulbs.
54

6-
This fork is designed to support the new authentication method and is currently compatible with the P100
7-
version 1.2.1. It also supports the old authentication method.
5+
**Compatibility:** Supports firmware version 1.2 and above with automatic fallback to older authentication methods.
86

9-
Most of the code originates from [OctoPrint-PSUControl-Tapo](https://github.com/dswd/OctoPrint-PSUControl-Tapo).
7+
> **Important:** For firmware 1.4.0 and above, you must enable "Third-Party Compatibility" in the Tapo app.
8+
>
9+
> Go to: **Me > Third-Party Services > Third-Party Compatibility** and toggle it on.
1010
1111
## Installation
1212

@@ -16,6 +16,11 @@ PyP100 can be installed using the package manager [pip](https://pip.pypa.io/en/s
1616
pip install git+https://github.com/almottier/TapoP100.git@main
1717
```
1818

19+
> **Note:** If you previously installed PyP100 from another source, use `--force-reinstall` to ensure you get this version:
20+
> ```bash
21+
> pip install --force-reinstall git+https://github.com/almottier/TapoP100.git@main
22+
> ```
23+
1924
## Usage
2025
2126
#### Plugs - P100, P105 etc.
@@ -82,6 +87,8 @@ Contributions are always welcome!
8287

8388
Please submit a pull request or open an issue for any changes.
8489

90+
Thanks to [OctoPrint-PSUControl-Tapo](https://github.com/dswd/OctoPrint-PSUControl-Tapo) project.
91+
8592
## License
8693

8794
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)