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

Setting temp via Siri defaults to Cooling Mode temperature limits #362

Open
gdhnz opened this issue May 1, 2024 · 0 comments
Open

Setting temp via Siri defaults to Cooling Mode temperature limits #362

gdhnz opened this issue May 1, 2024 · 0 comments
Labels
bug Something isn't working due to a problem in the CODE

Comments

@gdhnz
Copy link

gdhnz commented May 1, 2024

Asking Siri to set the temperature to 16 degrees when in heating mode tells me that it's heating to 18 degrees. The log says it's set the cooling temperature despite being in heat mode.

[5/1/2024, 9:23:14 PM] [Daikin] _doSendGetRequest: response from API: ret=OK,adv=
[5/1/2024, 9:23:14 PM] [Daikin] queued request finished: path: http://192.168.128.245/aircon/set_control_info?ret=OK&pow=1&mode=4&adv=&stemp=18.0&shum=0&dt1=18.0&dt2=M&dt3=18.0&dt4=16.0&dt5=16.0&dt7=18.0&dh1=0&dh2=50&dh3=0&dh4=0&dh5=0&dh7=0&dhh=50&b_mode=4&b_stemp=16.0&b_shum=0&alert=255
[5/1/2024, 9:23:14 PM] [Daikin] setCoolingTemperature: update CoolingTemperature: 18.0.

When I change the temp manually via the HomeKit app, it does the right thing.

[5/1/2024, 9:17:38 PM] [Daikin] _doSendGetRequest: response from API: ret=OK,adv=
[5/1/2024, 9:17:38 PM] [Daikin] queued request finished: path: http://192.168.128.245/aircon/set_control_info?ret=OK&pow=1&mode=4&adv=&stemp=16.0&shum=0&dt1=18.0&dt2=M&dt3=16.0&dt4=18.0&dt5=18.0&dt7=18.0&dh1=0&dh2=50&dh3=0&dh4=0&dh5=0&dh7=0&dhh=50&b_mode=4&b_stemp=18.0&b_shum=0&alert=255
[5/1/2024, 9:17:38 PM] [Daikin] setHeatingTemperature: update HeatingTemperature: 16.0.

Additional context

% curl http://192.168.128.245/aircon/get_model_info
ret=OK,model=NOTSUPPORT,type=N,pv=0,cpv=0,mid=NA,s_fdir=0,en_scdltmr=1%

@gdhnz gdhnz added the bug Something isn't working due to a problem in the CODE label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working due to a problem in the CODE
Projects
None yet
Development

No branches or pull requests

1 participant