Replies: 4 comments 5 replies
-
The Apple Home app generates its own notifications for security-related events, e.g. doors being opened, doorbell pressed, or motion detected. It is not possible for a HomeKit accessory to generate additional events, or otherwise influence the Apple Home app's events. Hence, the only way that this could be achieved would be by implementing a HomeKit service, such as a Door, and use that to trigger the notifications. Of course, the notification would be that the Door has been opened, rather than anything more relevant. This has been discussed previously, e..g in #38. As you point out, the Home Connect app already generates these notifications, so it would be silly to have an Apple Home app notification with a completely irrelevant message. Hence, I will not be implementing this. |
Beta Was this translation helpful? Give feedback.
-
This feature request has also been on my mind for the Apple Home app support. I receive every Dishwasher Door Open/Closed notification which lets me know that my kids are working on loading the Dishwasher. But since the Appliance Active Program is built as a switch I can not add Home App Notifications to this switch. To make this possible the Appliance Active Program would need to be reconfigured at a HomeKit Contact Sensor. Then the Apple Home app would allow notifications to be configured to let one know the Active Program was complete. My 2 cents, is that Appliance Active Program is a status and not really a switch. The Contact Sensor is closer to a status of the active program. @thoukydides, thoughts? |
Beta Was this translation helpful? Give feedback.
-
Have you looked at the functionality that this plugin implements on the Active Program Copying from the [Wiki](https://github.com/thoukydides/homebridge-homeconnect/wiki/HomeKit-Mapping#switch-service-for-active-program
That's a lot more than just a sensor status. I also still cannot see the attraction of a generic notification such as "Contact Sensor Open" or "Door Closed" for a completely unrelated activity. I have tried hard to map Home Connect functionality to HomeKit with as close to appropriate semantics as possible, and intend to maintain that approach. So, no, I will not be changing the Active Program implementation. (Hopefully Apple will eventually extend the HomeKit object model to support Matter 1.2, which should allow more functionality to be mapped with appropriate semantics...) |
Beta Was this translation helpful? Give feedback.
-
Not a direct answer, but you may be able to achieve something similar to your goal using the
With this setup, you should get a notification from the Home app with text like "Motion detected by Dishwasher Finished". It's not perfect, but pretty close. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to receive a native home app notification when the dishwasher has finished the program?
Something like this from the HomeConnect App:
The dishwasher issues the following message in the HomeBridge event log:
[14/01/2024, 15:37:26] [HomeConnect] [Geschirrspüler] Event Program Finished
Beta Was this translation helpful? Give feedback.
All reactions