Help with control Daikin airco unit

Hi,

I have a pretty standard Daikin Airco Unit which I would like to control and read it’s values.
I have found the necessary information about the API, but can’t figure out how to program it in the Home Remote app.

The airco unit IP address is 192.168.5.136 and it works with the following commands:

Power On:
http://192.168.5.136/aircon/set_control_info?pow=1&mode=3&stemp=22.0&shum=0&f_rate=4&f_dir=0

Power Off:
http://192.168.5.136/aircon/set_control_info?pow=0&mode=3&stemp=22.0&shum=0&f_rate=A&f_dir=0

List of all sensor information:
http://192.168.5.136/aircon/get_sensor_info
returns: ret=OK,htemp=20.0,hhum=-,otemp=20.0,err=0,cmpfreq=0

List of all sensor control information:
http://192.168.5.136/aircon/get_control_info
returns: ret=OK,pow=0,mode=0,adv=,stemp=20.0,shum=0,dt1=20.0,dt2=M,dt3=25.0,dt4=25.0,dt5=25.0,dt7=20.0,dh1=0,dh2=50,dh3=0,dh4=0,dh5=0,dh7=0,dhh=50,b_mode=0,b_stemp=20.0,b_shum=0,alert=255,f_rate=3,f_dir=3,b_f_rate=3,b_f_dir=3,dfr1=3,dfr2=5,dfr3=5,dfr4=5,dfr5=5,dfr6=5,dfr7=3,dfrh=5,dfd1=3,dfd2=0,dfd3=0,dfd4=0,dfd5=0,dfd6=0,dfd7=3,dfdh=0

API info found:

https://www.domoticz.com/forum/viewtopic.php?t=5485&start=80
https://www.domoticz.com/wiki/Daikin_wifi

Could someone direct me in the right direction? I would like to power on/off the unit and to change the fan speed and temperature.