Example HTTP API - revk/ESP32-Faikin GitHub Wiki
This page gives some example commands for controlling your Faikin device using simple HTTP GET web requests.
Substitute 192.168.1.101
for the IP address of your device.
Alternative you can use the hostname such as f412fa97cde8.local
Turn Air Conditioner unit on and off
Send the pow
command with 1
192.168.1.101/aircon/set_control_info?pow=1
Send the pow
command with 0
192.168.1.101/aircon/set_control_info?pow=0
Set the target / desired temperature
Send the stemp
command
192.168.1.101/aircon/set_control_info?stemp=23
Set the HVAC mode
Send the mode
command
192.168.1.101/aircon/set_control_info?mode=1&pow=1
Set the fan speed
Send the f_rate
command
A=Auto
B=night
3=1
4=2
5=3
6=4
7=5
192.168.1.101/aircon/set_control_info?f_rate=A
Endpoints
Additional API endpoints:
/common/basic_info
/aircon/get_sensor_info
/aircon/get_control_info
/aircon/get_model_info