From 848c38117ba38524753601d42da9821ea6cb9f92 Mon Sep 17 00:00:00 2001 From: Flaviof Date: Thu, 18 Feb 2021 17:24:53 -0500 Subject: [PATCH] README.md: Add link to MQTT interface for python-kasa (#140) Add reference to https://github.com/flavio-fernandes/mqtt2kasa for users who may be interested in using MQTT to control/monitor devices managed by python-kasa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e9b1854..5abe452f 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ or the `parse_pcap.py` script contained inside the `devtools` directory. * [softScheck's github contains lot of information and wireshark dissector](https://github.com/softScheck/tplink-smartplug#wireshark-dissector) * [TP-Link Smart Home Device Simulator](https://github.com/plasticrake/tplink-smarthome-simulator) * [Unofficial API documentation](https://github.com/plasticrake/tplink-smarthome-api/blob/master/API.md) +* [MQTT access to TP-Link devices, using python-kasa](https://github.com/flavio-fernandes/mqtt2kasa) ### TP-Link Tapo support