Open Hcreak opened 3 years ago
I found a temporary solution. I now use Thermostat Serivce
to control the air conditioner, but this way I lose the function of adjusting RotationSpeed
and SwingMode
: https://github.com/Hcreak/HomeKit-MiAcPartnerMcn02/commit/4f76ac93942d68b06eff2a1df76ec5f347e5a134
I found some have the same problem, Many people think this is a problem with Siri, But I didn’t understand if they solved this problem at the protocol library level. If it can, that’s the best.
In the cooling mode, use Chinese to command Siri to adjust the temperature. There is no problem to decrease it, but increase it does not work, although the siri answer has been adjusted.
In the home APP, the temperature value has not changed, but I accidentally found that the heating temperature has been changed to 25 degrees Celsius.
So I changed the log level of the program to DEBUG. I saw that Siri actually modulated HeatingThresholdTemperature instead of CoolingThresholdTemperature. And because HeatingThresholdTemperature is set at maximum of 25 degrees Celsius, I saw this weird situation in the home app.
Is this a siri problem or HAP_Python problem? I hope it will be resolved. Post my log below: