Page:
Example HTTP API
Pages
CTXF50TVMA Hardware installation
Daikin online controller reverse engineering
Example HTTP API
Example MQTT commands
FTXMxxW2VMA Wiring
Faikout - initial set-up
HardwareGuides
Home
I2C inlet temp hum sensor
List of confirmed working air con units
Model codes
S21 Protocol
Software - Home Assistant using Daikin integration
SoftwareSetup
Using HomeKit with Faikin
Wiring
Work in progress
No results
1
Example HTTP API
Ben edited this page 2024年01月18日 19:28:38 +10:00
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