-
Notifications
You must be signed in to change notification settings - Fork 176
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
when thermostat has a AUTO feature, the HEAT and COOL modes stop triggering the app attribute callback (CON-1561) #1289
Comments
I test on my side.:
But when I test through chip-tool, the device can receive message under the same conditions. So I think the Apple Home App not send any commands to the device at this time. |
Hi @Jerry-ESP, thanks for confirming you observe the same issue. Is that an expected beahvior or do you think there is some incompatbility between esp-matter and Apple Home regarding thermostats? What would be the next step to resolve this? |
This appears to be an unexpected behavior related to the Apple Home integration with the thermostat. If you have access to a feedback channel, we recommend reporting this issue to Apple. Additionally, we will also escalate this matter to Apple for further investigation. |
Thanks @Jerry-ESP I'll keep this open for now until you get some answer from Apple. |
Testing on iOS ecosystem
this seem to be working in the past
not matter log is visible in console when changing temp in iOS
only AUTO mode calls the callback on UI action
here is the code that creates the device:
commenting the auto section makes it work normally again for HEAT and COOL modes.
Not sure this behavior is expected.
The text was updated successfully, but these errors were encountered: