Replies: 5 comments 1 reply
-
The It will probably be fixed by the Home Connect team, so I suggest just trying again later. |
Beta Was this translation helpful? Give feedback.
-
There was a status page on the Home Connect web site (https://www.home-connect.com/global/help-support/system-status) for a short period, but it always indicated that everything was OK even when it obviously wasn't. Hence, it wasn't actually of any use. I operate my own unofficial status page at https://homeconnect.thouky.co.uk but that only checks the main API. It does not check anything relating to authorisation - both because that is difficult to automate (especially for problems like this where some parts of the authorization flow are working), and because the rate limits are very strict. You could always try contacting the Home Connect Developer team at https://developer.home-connect.com/support/contact |
Beta Was this translation helpful? Give feedback.
-
Still same issue, it looks like there is no issue on Home Connect side. Can i provide you somehow more detailed log? Is it possible that my provider does block this specific request? Log with debugger turned on:
Could i call request using Postman or other software to verify if it works when i call it separately? |
Beta Was this translation helpful? Give feedback.
-
I have just tried it on my system, and it all works fine. It could be an issue with the setup of your DNS resolution: However, it is strange that If you want to try it yourself using a different client then you can find the documentation for these two requests at https://api-docs.home-connect.com/authorization?#device-flow. There's a link to running the API in Postman at https://api-docs.home-connect.com/general. I haven't tried it myself, so don't know whether it supports the Device Flow authorisation or (like the Swagger client) only Authorisation Code Grant Flow. You could also try the (unreleased) head of tree code for this plugin. The Home Connect API handling has been rewritten from scratch, so it uses slightly different options which might affect the behaviour. There are also new debug configuration options to log the full API requests and responses... although that feature won't be helpful when the HTTPS connect itself is failing. |
Beta Was this translation helpful? Give feedback.
-
Okay, I finally figured it out. The problem was in DNS. I changed the DNS on raspberry in the |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry to bother you. I have got issue with authorisation to Home Connect API. Home bridge generate me the URL, where i log in a grant permissions - no problem. Home connect page displays me the success message.
But i have got a error in the home bridge log as you can see below.
What i validate:
My config file, which i set up using home bridge GUI:
Any idea how to solve this, please? 🙏
Beta Was this translation helpful? Give feedback.
All reactions