alexkn / node-red-contrib-homeconnect

This nodes for Node-RED allow to control devices which are connected to the Home Connect system.
MIT License
18 stars 6 forks source link

HomeConnect Node does not connect anymore #99

Open afrixx opened 4 weeks ago

afrixx commented 4 weeks ago

Hello,

my home connect event node cannot connect anymore to the API Server. The credentials did not change.

When I click at the "Start authorization" button in Node Red, another tab opens with 403 Error (https://api.home-connect.com/...). Did the API change? Does anybody have the same problem?

Thank you! Andreas

drbacke commented 3 weeks ago

Same Problem here. Error 403

TheDooney78 commented 3 weeks ago

Same problem for me. I always get error 403

pnuding commented 3 weeks ago

Same issue - checked I can sign in to the Home Connect developer page normally, but the node-red authorization flow now fails as described above. Has anyone managed to report the issue to Home Connect? I've tried using the contact form but get a message that "Antibot verification failed" so it won't let me submit

afrixx commented 3 weeks ago

It seems to be a temporary issue. In between it worked again, but also failed again.

I wrote a message to the support (the second sending attempt worked without Antibot verification error), but did not get any response.

michelscholte commented 2 weeks ago

See my post "Error 403 since last week #98"which I closed a few weeks ago.. After making an issue I got an email back from the developer team:

Hello Michel.

Sorry for inconvenience, we are aware of this issue, and we are fixing it.

Please try again in a day or two and let me know if there will be still a problem.

Best Regards,

Your Home Connect Developer Team

https://developer.home-connect.com/

Last week, everything was working smoothly, but starting today, I'm getting the same 403 error again. Hopefully, this is just a temporary issue. I'll reach out via email once more and keep you updated.

pnuding commented 1 week ago

Still broken 😢

drbacke commented 1 week ago

Same Here

drbacke commented 1 week ago

For authorization the below link -> 403 Forbidden: URL/Code Example: https://api.home-connect.com/security/oauth/authorize?client_id=XY&response_type=code&redirect_uri=XY For me it doesn't work all the time

michelscholte commented 1 week ago

I haven't received any further responses from support, but the system has been working for me now for almost two weeks (just after my last post). The issue now only occurs when Node-RED is restarted. To resolve it, I do these steps:

Check the "Use Simulation" checkbox. Sign in and accept the prompts. Click Update and Deploy in Node-RED. Uncheck the "Use Simulation" box. Sign in and accept again. Click Update and Deploy in Node-RED once more. After these steps, the connection is re-established (in my case).

Knipsel.

You can also try using the computer-name instead of the IP address in the Callback URL, both in Node-RED and on the developer webpage. I had some trouble with this also. Knipsel

pnuding commented 1 week ago

Thanks michelscholte! Neither the checking/unchecking nor the changing to the computer name (i had the IP address before) solved it. But i found that deleting my existing homeconnect application and setting up a new one did work. I've now used the computer name, haven't tried if it would have accepted the IP address

drbacke commented 1 week ago

Yes that worked. The Hostname was Not accepted, an IP results in 403. Server as hostname is also prohibited😵‍💫