-
Notifications
You must be signed in to change notification settings - Fork 111
Example HTTP API
Ben edited this page Jan 18, 2024
·
1 revision
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
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
Send the stemp command
192.168.1.101/aircon/set_control_info?stemp=23
Send the mode command
192.168.1.101/aircon/set_control_info?mode=1&pow=1
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
Additional API endpoints:
/common/basic_info/aircon/get_sensor_info/aircon/get_control_info/aircon/get_model_info