Ambient Light in Siemens Dishwasher #359
-
|
What is the reason, that in plugin log here is a text that my Dishwasher "does not support Ambient Light". But my dishwasher has function called "emotionLight" and isn't it the same? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The plugin log reports "does not support Ambient Light" for Siemens dishwashers because the Home Connect API does not expose 'Ambient Light' as a controllable feature for these appliances—it's mainly available for hoods and some other types, not dishwashers. Although your dishwasher has 'emotionLight', this feature is not mapped to 'Ambient Light' in the API or the plugin. Instead, the API may report a status like To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
Some Home Connect dishwashers support an Ambient Light via these Home Connect API settings:
At start-up this plugin asks the API what settings the appliance supports. The Other light types are supported by different product types:
These are the names used in the API. Marketing or customer-facing names can be different, such as "emotion light". However, unless the light is exposed by the API it cannot be supported by this plugin. You could try asking the Home Connect Developer Program team to add support: https://developer.home-connect.com/support/contact |
Beta Was this translation helpful? Give feedback.
The plugin log reports "does not support Ambient Light" for Siemens dishwashers because the Home Connect API does not expose 'Ambient Light' as a controllable feature for these appliances—it's mainly available for hoods and some other types, not dishwashers. Although your dishwasher has 'emotionLight', this feature is not mapped to 'Ambient Light' in the API or the plugin. Instead, the API may report a status like
BSH.Common.Status.InteriorIlluminationActive, which relates to interior lighting but is not treated as 'Ambient Light' by the plugin or HomeKit. As a result, 'emotionLight' cannot be controlled or exposed via HomeKit unless the API provides explicit support for it as a lighting…