From bf94c0261277c880987af0c75c6488fc0c50039b Mon Sep 17 00:00:00 2001 From: qqgg231 Date: Thu, 29 Apr 2021 02:25:29 +0200 Subject: [PATCH] updated Configuring HVAC WiFi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b11ea67..6fb0a4a 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,9 @@ Correct config example: ```shell echo -n "{\"psw\": \"YOUR_WIFI_PASSWORD\",\"ssid\": \"YOUR_WIFI_SSID\",\"t\": \"wlan\"}" | nc -cu 192.168.1.1 7000 ```` +You should get `{"t":"ret","r":200}` if command was succesfull. Then wait a few minutes, AC will connect to WiFi. -Note: This command may vary depending on your OS (e.g. Linux, macOS, CygWin). If facing problems, please consult the appropriate netcat manual. +Note: This command may vary depending on your OS (e.g. Linux, macOS, CygWin). If facing problems, please consult the appropriate netcat manual. Do not use Termux (Android app), it won't work, you will get `timeout`. ## Changelog