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

[homebridge-daikin-local] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 16 exceeded minimum of 18. See https://homebridge.io/w/JtMGR for more info. #315

Open
grunchy99 opened this issue May 22, 2023 · 3 comments
Labels
bug Something isn't working due to a problem in the CODE

Comments

@grunchy99
Copy link

Hello cbrandlehner,

On this page we (https://developers.homebridge.io/#/characteristic/CoolingThresholdTemperature) we can see that 'Cooling Threshold Temperature' should be between 10 and 35, but I have this log each time I open Apple Home App :

[homebridge-daikin-local] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 16 exceeded minimum of 18. See https://homebridge.io/w/JtMGR for more info.

So 16 is really between 10 and 35, so why the plugin log this warning ? Is it a bug of your plugin or a bug in home bridge that not use the good value for 'Cooling Threshold Temperature' ?

Thanks a lot, best regards :-)

@grunchy99 grunchy99 added the bug Something isn't working due to a problem in the CODE label May 22, 2023
@cbrandlehner
Copy link
Owner

My Daikin controllers do not accept any cooling temperature lower than 18 degrees so I configured 18 degrees as lowest value possible despite Apple Homekit being able to accept lower values.

@grunchy99
Copy link
Author

OK I understand and I have found where to change it :-) Things I don't understand is why I have this warning message about cooling temperature while my Daikin is set to heating... In my case I set heating to 16, and I get the waring message about cooling temperature !

@cbrandlehner
Copy link
Owner

This is currently a limitation and can be safely ignored. It is caused by the plugin not knowing if the device is in heat- or cool-mode when retrieving the target temperature.

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

2 participants