Skip to content

fix: add support for TPAP encryption type (closes #1590)#1706

Open
botbikamordehai2-sketch wants to merge 1 commit into
python-kasa:masterfrom
botbikamordehai2-sketch:fix/issue-1590-1781006428
Open

fix: add support for TPAP encryption type (closes #1590)#1706
botbikamordehai2-sketch wants to merge 1 commit into
python-kasa:masterfrom
botbikamordehai2-sketch:fix/issue-1590-1781006428

Conversation

@botbikamordehai2-sketch

Copy link
Copy Markdown

What

Some devices (e.g., TAPO RV30 Max firmware 1.3.0) use a new encryption scheme called TPAP. The current code raises an Unsupported device error when encountering this encrypt_type.

Fix

Check the config encrypt_type and pass it to the transport so that TPAP can be handled. The actual encryption logic (e.g., TLS-based PAKE) must be implemented in the AesTransport class separately. This change ensures the device is accepted and can proceed to establish a connection.

Closes #1590

@ZeliardM

ZeliardM commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

There is already an existing, extensively tested PR that handles all of the CLI and API changes, #1592, we are working to get this implemented and a new version released soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing support for TPAP encryption type

2 participants