iobroker-community-adapters / ioBroker.homeconnect

BSH Home Connect-Adapter für ioBroker
MIT License
18 stars 8 forks source link

Washer program options doesn't work #174

Closed HackyPaddy closed 3 months ago

HackyPaddy commented 3 months ago

Describe the bug
The adapter gets the data points from the program, but many of them cannot write. Especially the options like water plus, vario speed, etc.

Screenshots & Logfiles
Error in Log...

homeconnect.0 2024-07-29 22:30:57.224 error {"error":{"description":"Program option not supported","key":"SDK.Error.UnsupportedOption"}}
homeconnect.0 2024-07-29 22:30:57.223 error AxiosError: Request failed with status code 409

Versions:

mcm1957 commented 3 months ago

Error looks like homeconnect api (not the adapter) does not support the desired function.

API specifies for code 409: Command/Query cannot be executed for the home appliance, the error response contains the error details

Error Datails are Program option not supported

So this does not look like anything the adapter can change..

But please attach a DEBUG LOG to see more details.

HackyPaddy commented 3 months ago

I just read the API documentation myself and as you said, this feature is not supported. Big crap from BSH...

Who sets only the temperature and spin speed? It's the program-options that make things interesting.

Someone should understand that...