feat(klaptransport): auto-detect KLAP v2 for IOT devices by adamjacobmuller · Pull Request #1625 · python-kasa/python-kasa

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

Some IOT devices (e.g., HS300 with newer firmware) use KLAP v2
authentication (sha256/sha1 hashing) despite being classified as
IOT devices. This modifies KlapTransport to try v2 hashing as a
fallback when v1 doesn't match.