Created At
Jul 01, 2020
Created By Eugene Maksymenko
Daikin Online Controller AC unit plugin with device feedback.
Created At
Jul 01, 2020
Last Update
Jul 02, 2020
Platforms
HC 2
Views
3872
Download
343
This plugin allows to control AC unit power, operation mode, target temperature, fan speed and flow direction.
Works with any Wi-Fi compatible Daikin AC unit.
To use this plugin simply write IP address of your AC unit and 80 port in vitual device settings.
IP address can be found in settings of AC unit in official application.
Thanks for the excellent work.
Also thanks for this great VD!
Thansk a lot. It's possible to have this one for HC3 ???
Thansk a lot. It's working very good,
Thanks for the excellent work. I wanted to apply the plugin to my Australian version of Daikin Airbase BRP15B61 and some settings were different and i wanted to share it with anyone facing with similar issues. - downloading the status: http://192.168.xx.xx/skyfi/aircon/get_control_info - setting the control: http://192.168.1.76/skyfi/aircon/set_control_info?pow=1&mode=1&stemp=22&dt1=21&dt2=21&dt3=21&f_rate=5&dfr0=1&dfr1=1&dfr2=5&dfr3=1&f_airside=0&airside0=0&airside1=0&airside2=0&airside3=0&f_auto=0&auto0=0&auto1=0&auto2=1&auto3=0&f_dir=0&dfd0=0&dfd1=0&dfd2=0&dfd3=0&dfd7=0&filter_sign_info=0¢=0&en_cent=0&remo=2 the control set is different in my version: [DEBUG] 02:48:12: a[1]=ret=OK [DEBUG] 02:48:12: a[2]=pow=1 [DEBUG] 02:48:12: a[3]=mode=1 [DEBUG] 02:48:12: a[4]=stemp=23 [DEBUG] 02:48:12: a[5]=dt1=23 [DEBUG] 02:48:12: a[6]=dt2=21 [DEBUG] 02:48:12: a[7]=dt3=21 [DEBUG] 02:48:12: a[8]=f_rate=1 [DEBUG] 02:48:12: a[9]=dfr0=1 [DEBUG] 02:48:12: a[10]=dfr1=1 [DEBUG] 02:48:12: a[11]=dfr2=5 [DEBUG] 02:48:12: a[12]=dfr3=1 [DEBUG] 02:48:12: a[13]=f_airside=0 [DEBUG] 02:48:12: a[14]=airside0=0 [DEBUG] 02:48:12: a[15]=airside1=0 [DEBUG] 02:48:12: a[16]=airside2=0 [DEBUG] 02:48:12: a[17]=airside3=0 [DEBUG] 02:48:12: a[18]=f_auto=0 [DEBUG] 02:48:12: a[19]=auto0=0 [DEBUG] 02:48:12: a[20]=auto1=0 [DEBUG] 02:48:12: a[21]=auto2=1 [DEBUG] 02:48:12: a[22]=auto3=0 [DEBUG] 02:48:12: a[23]=f_dir=0 [DEBUG] 02:48:12: a[24]=dfd0=0 [DEBUG] 02:48:12: a[25]=dfd1=0 [DEBUG] 02:48:12: a[26]=dfd2=0 [DEBUG] 02:48:12: a[27]=dfd3=0 [DEBUG] 02:48:12: a[28]=dfd7=0 [DEBUG] 02:48:12: a[29]=filter_sign_info=0 [DEBUG] 02:48:12: a[30]=cent=0 [DEBUG] 02:48:12: a[31]=en_cent=0 [DEBUG] 02:48:12: a[32]=remo=2 the minimum parameter set is longer: param = a[2] .. "&" .. a[3] .. "&" .. a[4] .. "&" .. a[8] .. "&" .. a[13] .. "&" .. a[19] .. "&" .. a[23] and the mode parameters are different: if (mode == 3 or mode == 4 or mode == 5) then mode_name = "АUТО" elseif mode == 7 then mode_name = "Dry" elseif mode == 2 then mode_name = "Cooling" elseif mode == 1 then mode_name = "Heating" elseif mode == 0 then mode_name = "Fan" there are separate command for Auto/normal fan mode: a[18], f_auto=0 for normal and 1 for auto fan mode. I hope it is useful, thank you for all the great work,