iMicknl / python-overkiz-api

Async Python wrapper to interact with internal Somfy TaHoma API, or other OverKiz API's.
MIT License
46 stars 29 forks source link

Rexel Energeasy Connect does not work in Overkiz integration #1307

Closed Eridani78 closed 4 days ago

Eridani78 commented 1 month ago

Hi Mickael,

According to this:

https://github.com/home-assistant/core/issues/70869

it seems that Overkiz integration does not work anymore with Rexel Energeasy Connect.

But Rexel Energeasy Connect is still listed in the supported servers of this lib ? Seems to be not consistent.

Could you please advise ? Is there any other listed servers in the list that are not anymore supported ?

Thanks in advance

iMicknl commented 1 month ago

@Eridani78 we forgot to remove it here indeed. In theory we still support Rexel Energeasy Connect, if you have 'steal' your token after login via Rexel and use this to create a separate account on the Overkiz server. Not sure if it is still possible to sniff the current request the app makes.

The main issue is that Rexel moved to a new authentication method (Azure Entra ID), which we cannot leverage.

Eridani78 commented 4 days ago

Hi @iMicknl,

Thank you for your detailed reply. I saw that clarifications were added to the lib presentation. :+1: