You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: Hcreak/HomeKit-MiAcPartnerMcn02@4f76ac9
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:
The text was updated successfully, but these errors were encountered: