-
-
Notifications
You must be signed in to change notification settings - Fork 5
Frequently Asked Questions
Ilya Antipenko edited this page Aug 5, 2019
·
2 revisions
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:
- 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.
- Connect with the AP wifi network (the SSID name should be a 8-character alfanumeric, e.g. "u34k5l166").
- 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