Python-KasaSmartPowerStrip icon indicating copy to clipboard operation
Python-KasaSmartPowerStrip copied to clipboard

Simple Python library to control the TP-Link Kasa Smart Power Strip

Results 4 Python-KasaSmartPowerStrip issues
Sort by recently updated
recently updated
newest added

I am trying to port the KSPS module to CircuitPython on a ESP32S3. I have to switch the socket module to socketport, that seems to be a simple substitution but...

Before in v1.0 or v1.2, handshake could be made normally, and responded with: { "error_code":0, "result":{ "key":"........." } } and also with TP Session ID. But somehow when we try...

Were you ever able to get this work to toggle multiple plugs at once? It only seems to only toggle the first device in the `child_ids` list. I've been testing...

making the docs a bit prettier. It's hard to read example code when it's all grey. I also read through making spelling fixes. Using HTML tags in markdown files is...