Replies: 2 comments
-
That will be the Dishcare.Dishwasher.Option.SilenceOnDemand program option. According to the API documentation it is not possible to change dishwasher program options after the program has been started:
and:
That matches my previous experience. I am not aware of any API method to determine which options on which appliances can be changed while a program is active… So even if this is supported by the API (contrary to the documentation) then implementing this would probably need to be a manual configuration; similar to the way that program switches are currently configured. However, it wouldn’t be possible to create a configuration schema for the homebridge-config-ui-x GUI that limited it to options that would actually work… and generalising for things like oven program options would be complicated, since the available options and ranges would be program-specific, whereas the switch would apply to all programs. |
Beta Was this translation helpful? Give feedback.
-
Testing with my own Siemens dishwasher… The It is possible that other appliances behave differently, but I would have no way to test and debug that functionality. Hence, I don’t currently plan to pursue this feature. |
Beta Was this translation helpful? Give feedback.
-
My new Bosch dishwasher has a feature to turn the currently running program into a silent mode so that e.g. if you are watching tv the dishwasher sounds does not distract you.
The feature can be turned on through the Home Connect app at any time.
It would be great to have a switch exposed to homekit to have that feature as well triggered by automations.
Currently, it is only possible to start new dedicated silent programs but not to turn a running program silent.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions