You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Instructions for Users of Daikin BRP072C42, Model: 0000, Firmware: 1.13.7 (requires https and token)
Start a new Note in Notes or your fav note taking app.
Make sure your Aircons WIFI controllers are already connected to your home WIFI, that you can control them successfully from the Daikin WIFI app
Take note of the IP of your WIFI controller for each Aircon. You can get this in your DHCP server or the Daikin app by going into the settings for each Aircon, this (getting the IP) does not work in Out Of Home mode, you must be on the same WIFI.
Take note of the Key of your WIFI controller for each Aircon (this is located on the sticker that came with the controller and looks like: 0123456789012
Request UUID4 for each of your aircon, the original UUID4 from the website will look like this: 7b9c9a47-c9c6-4ee1-9063-848e67cc7edd
Paste each UUID into the notepad, remove the - so the UUID looks like this: 7b9c9a47c9c64ee19063848e67cc7edd
Now prepare your info using this template, use one template for each AIrcon unit, please cross check your info before you proceed to the following step
Family Room (name you wish to display on HomeKit) https://10.0.32.55 (IP address of your device)
UUID: 7b9c9a47c9c64ee19063848e67cc7edd
Key: 0123456789012
SSH into your Hoobs (ssh hoobs@hoobs.local Pass: hoobsadmin) or Homebridge install and from the terminal, run this command putting the correct info (from your note) in for each air con. You will run this command for each aircon you have, for example this is the command for the hypothetical Family Room example above.
Results should look like this
ret=OK,model=0AB9,type=N,pv=2,cpv=2,cpv_minor=00,mid=NA,humd=0,s_humd=0,acled=0,land=0,elec=0,temp=1,temp_rng=0,m_dtct=1,ac_dst=--,disp_dry=0,dmnd=0,en_scdltmr=1,en_frate=1,en_fdir=1,s_fdir=3,en_rtemp_a=0,en_spmode=0,en_ipw_sep=0,en_mompow=0
If you get
ret=PARAM NG,msg=404 Not Found
Your device is not compatible
The text was updated successfully, but these errors were encountered:
Update Instructions for Users of Daikin BRP072C42, Model: 0000, Firmware: 1.13.7 (requires https and token)
Family Room (name you wish to display on HomeKit)
https://10.0.32.55 (IP address of your device)
UUID: 7b9c9a47c9c64ee19063848e67cc7edd
Key: 0123456789012
SSH into your Hoobs (ssh hoobs@hoobs.local Pass: hoobsadmin) or Homebridge install and from the terminal, run this command putting the correct info (from your note) in for each air con. You will run this command for each aircon you have, for example this is the command for the hypothetical Family Room example above.
curl --insecure -H "X-Daikin-uuid: 7b9c9a47c9c64ee19063848e67cc7edd" -v "https://10.0.32.55/common/register_terminal?key=0123456789012"
Then test the unit for compatibility and success
curl --insecure -H "X-Daikin-uuid: 7b9c9a47c9c64ee19063848e67cc7edd" -v "https://10.0.32.55/aircon/get_model_info"
Or
curl --insecure -H "X-Daikin-uuid: 7b9c9a47c9c64ee19063848e67cc7edd" -v "https://10.0.32.55/skyfi/aircon/get_model_info”
Results should look like this
ret=OK,model=0AB9,type=N,pv=2,cpv=2,cpv_minor=00,mid=NA,humd=0,s_humd=0,acled=0,land=0,elec=0,temp=1,temp_rng=0,m_dtct=1,ac_dst=--,disp_dry=0,dmnd=0,en_scdltmr=1,en_frate=1,en_fdir=1,s_fdir=3,en_rtemp_a=0,en_spmode=0,en_ipw_sep=0,en_mompow=0
If you get
ret=PARAM NG,msg=404 Not Found
Your device is not compatible
The text was updated successfully, but these errors were encountered: