planetk / homebridge-netatmo

This is a homebridge plugin for several netatmo devices
Apache License 2.0
108 stars 25 forks source link

Netatmo is removing the Client Credential authentication by October 2022 #95

Open djiwondee opened 1 year ago

djiwondee commented 1 year ago

Helly everybody,

I guess this plugin is using the Netatmo API as for example other node-red-contribs, e. g.

I wonder what will you do by end of October 2022. Netatmo is removing the Client Credential authentication:

Netatmo API Security Update

Dear Netatmo developer,

To improve the security of our products, we inform you that the Client Credentials grant type method will be completely removed. It will no longer be possible to authenticate with the username and password of the user.

The effective date of this update is October 2022.

How can you authenticate with Netatmo API ? From this date, the OAuth2 authorization code flow must be followed for authentication.

They intend to switch to OAuth2 only, where tokens will expire after 3 hrs.

There are some interesting reading of issues in both of the contribs mentioned above:

But a solution isn't at the horizon right now...

@planetk Do you plan to update / rewrite this plugin?

sorriso93 commented 1 year ago

no news I imagine...

djiwondee commented 1 year ago

I wonder, this Netatmo contrib is still working. No glue whether Netatmo has activated this breaking change!

julien94800 commented 1 year ago

Hello, this issue has been covered in issue #62, so it's now working with new authentication method on last plugin version

julien94800 commented 1 year ago

Oups sorry i just noticed it's an other repo. The repo who managed this issue is the one from Skrollme, Homebridge eveatmo plugin