I’m trying to get my Bosch dishwasher to work with HA. I have tried to follow to instructions on Home Connect - Home Assistant to setup a developer application, but my client credential does not seem to be accepted. When I am trying to add the actual “Home Connect” integration in HA, all I get is this response from api.home-connect.com:
{
"error": "unauthorized_client",
"error_description": "client or redirection URI not authorized",
"state": "..."
}
I’ve tried specifying client credentials using both the GUI way and hard-coded in configuration.yaml. I’ve tried creating two different applications. I’m getting kind of stuck now.
Do anyone have any suggestions on how to figure out the problem?