Programme finished notification #387
Replies: 2 comments 2 replies
|
Hi @marklambourne! I'm Dosu and I’m helping the homebridge-homeconnect team. Thank you for the kind words about the plugin, @marklambourne! Good news — programme finished notifications are possible, though they work a bit differently to what you might expect. The plugin exposes The key step is that you need to create a HomeKit automation triggered by that button press. HomeKit doesn't natively push notifications for button events on its own — you have to set up an automation (in the Home app or a third-party app like Eve or Controller for HomeKit) that responds to the "Program Finished" button and sends you a notification or performs another action. To set this up:
Regarding the door open/close notifications you're seeing — the door state is handled as a continuous status (mapped to a Door service with position characteristics), which HomeKit may surface as state-change notifications by default [3]. Programme completion, by contrast, is a discrete event mapped to a programmable switch, so it requires an explicit automation to act upon it [4]. Both the event buttons (including "Program Finished", "Program Aborted", "Salt Low", and "Rinse Aid Low") should be enabled by default for your dishwasher [5]. If you don't see them in the Home app, it may be worth checking whether the accessories have been assigned to a room and are visible — sometimes newly created services can be easy to miss. To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
|
You might find these FAQ entries helpful: How do I get notifications for events like a program finishing?The To receive notifications, you have two main options:
How can I disable HomeKit notifications for door events?Door notifications for appliances like fridges or freezers are managed by the Apple Home app on a per-device basis. To disable them:
Note that this setting must be configured separately on each iPhone or iPad where you want to silence the notifications. Alternatively, you can use the per-appliance configuration options in the plugin to remove the |
Uh oh!
There was an error while loading. Please reload this page.
Hi - thank you for the efforts on the plugin, but one thing is surprising me. The way this is implemented appears to result in getting notifications in HomeKit for events like door open/close (which in most cases people probably aren’t interested in seeing), but unless I’m missing something can’t do the same for program finished events, which I would guess is the top use case people would have? This is for a Bosch dishwasher.
Am I doing something wrong?
Thanks.
All reactions