-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Auto mode not working - support for BRP069A81 #257
Comments
For me the modes are the following:
I forked this repo and made the changes. I did not create a pull request since I just fixed it for my controller. Likely to break things for other controllers. See 1ffce1e . |
Ok so I guess the BRP069A81 just has a slightly different API. Also had to make a change to the setactive command since dt7 returned an undefined, leading to a failed set_control command: 62c182b and b0e8fb0 . Would be nice if we could somehow merge all of this so that the BRP069A81 is 'officially' supported as well. |
Hi Mich-b, I have the same model, but i am unable to configure it. Could you explain the steps that you have follow? |
For now you have to use my fork. Note that I will not be maintaining it. If you are okay with that you can just follow the normal install instructions (https://github.com/cbrandlehner/homebridge-daikin-local#installation), however instead of step 2 you have to do something like:
|
Thanks you!! I have installed without problems. But now I have a doubt, did you need to use a client token?? Because I have tried, but I only get error messages. |
Describe the bug
This integration works for three states:
However, there are two problems with the 'auto' mode (mode=1)
Minimum information
To provide information on your device provide the output of the following URLs, your IP may differ though:
http://192.168.18.45/aircon/get_model_info
ret=OK,model=ADEA71A2VEB,type=N,pv=0,cpv=0,mid=89E1,s_fdir=0,frate_steps=3,en_frate_silent=0,en_frate_auto=1,en_scdltmr=1,hmlmt_l=16.0,hmlmt_h=32.0,cmlmt_l=16.0,cmlmt_h=32.0
To Reproduce
Information on your wifi gateway from the daikin app:
Information on your configuration:
Information from the log:
Startup log when mode was first set to 'auto' using the Daiking ONECTA app
Log when opening the homekit app in case the state was set to auto using the Daikin app
=> you see that the _doSendGetRequest returns 'mode=1', however in Homebridge I see the following:
Which in homekit translates to:
and
(Please don't worry about the 3 accessories with no response, it is something I unplugged).
However in the official Daikin app it shows correctly:
Logs when attempting to change from cool (mode=3) to auto (mode=1)
Attempting to set the mode to auto does not result in a change (i.e. mode remains at 3):
Expected behavior
I would expect that homekit/homebridge shows the mode as 'auto' instead of 'off'.
I would expect that homekit can be used to set the mode to auto
I don't think I have a specific version/firmware. The simple get request http://192.168.18.45/aircon/set_control_info?pow=1&mode=1&stemp=24.0&shum=-&f_rate=3&f_dir=1 sets the mode to auto and http://192.168.18.45/aircon/get_control_info gets the info (with mode=1 as expected).
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: