ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
491 stars 53 forks source link

How to enable washing machine settings #361

Closed obiphi closed 3 months ago

obiphi commented 3 months ago

Hi,

The integration works brilliantly, thank you for your hard work!

The issue I'm having is that I want to enable a few additional (washing machine) settings after selecting a program, but I can't see how to do it. The component adds the following entities: binary_sensor.boschwdu8h541gb{redacted}_laundrycare_washer_option_prewash sensor.boschwdu8h541gb{redacted}_laundrycare_washer_option_rinseplus binary_sensor.boschwdu8h541gb{redacted}_laundrycare_common_option_silentmode binary_sensor.boschwdu8h541gb{redacted}_laundrycare_washer_option_waterplus

And I can see these entities are being set correctly when I enable the options using the physical panel on the machine. I'd like to be able to set those parameters via your plugin. I've searched through the API documentation but the search function doesn't even find mention of them. How can I achieve this?

Thanks again, Phil

ekutner commented 3 months ago

Thank you. Unfortunately most options are read only, that's why they exist only as sensors. There is nothing that can be done about it and that's why I asked not to open such issues unless it can be shown that the API does exist and the integration is not handling it correctly.