Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Instructions for Daikin BRP072C42, Model: 0000, Firmware: 1.13.7 (requires https and token) #198

Open
adresner opened this issue Jan 6, 2022 · 0 comments

Comments

@adresner
Copy link

adresner commented Jan 6, 2022

Update Instructions for Users of Daikin BRP072C42, Model: 0000, Firmware: 1.13.7 (requires https and token)

  1. Start a new Note in Notes or your fav note taking app.
  2. Make sure your Aircons WIFI controllers are already connected to your home WIFI, that you can control them successfully from the Daikin WIFI app
  3. 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.
  4. 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
  5. Open your web browser and go to https://www.uuidgenerator.net
  6. Request UUID4 for each of your aircon, the original UUID4 from the website will look like this: 7b9c9a47-c9c6-4ee1-9063-848e67cc7edd
  7. Paste each UUID into the notepad, remove the - so the UUID looks like this: 7b9c9a47c9c64ee19063848e67cc7edd
  8. 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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants