From ccc0c0614741861757a3ee88c97b1569709cffc5 Mon Sep 17 00:00:00 2001 From: Michael Wei Date: Mon, 28 Sep 2020 11:50:20 -0700 Subject: [PATCH] Update README.md to reflect v2 incompatibility Hi @sampsyo! Thanks for the work on the SmartThinq API. The library doesn't seem to currently work on the v2 API, and until it does, I suggest this small change to the readme so that people aren't creating issues or are confused as to why it doesn't work for them. I was confused for a little bit until I went through the issue tracker to figure out why I wasn't getting any devices. Of course, happy to help get v2 on track. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 415e53a..6f44f74 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ WideQ ===== +:warning: **New users of LG SmartThinq**: This library only works with v1 of the LG SmartThinq API. Work is currently underway to support the v2 API. If you recently created a LG SmartThinq account, this library will likely return 0 devices when you execute the `ls` command. + A library for interacting with the "LG SmartThinq" system, which can control heat pumps and such. I reverse-engineered the API from their mobile app. To try out the API, there is a simple command-line tool included here, called `example.py`.