Skip to content

Frequently Asked Questions

Ilya Antipenko edited this page Aug 5, 2019 · 2 revisions

How to configure HVAC Wi-Fi with CLI?

To communicate with Homey HVAC must be connected to the same WiFi network where Homey is. It can be done using standard application, for example EWPE Smart or manually using CLI. To do it manually follow next instructions:

  1. Make sure your HVAC is running in AP mode. You can reset the WiFi config by pressing MODE +WIFI (or MODE + TURBO) on the AC remote for 5s.
  2. Connect with the AP wifi network (the SSID name should be a 8-character alfanumeric, e.g. "u34k5l166").
  3. Run the following in your UNIX terminal:
echo -n "{\"psw\": \"YOUR_WIFI_PASSWORD\",\"ssid\": \"YOUR_WIFI_SSID\",\"t\": \"wlan\"}" | nc -cu 192.168.1.1 7000
Clone this wiki locally