persandstrom / python-verisure

A python module for reading and changing status of verisure devices through verisure app api.
MIT License
138 stars 42 forks source link

Response from new auth URL's don't respond with cookie #127

Closed ptz0n closed 3 years ago

ptz0n commented 3 years ago

Hi all, I'm maintaining the Node.js module and Homebridge plugin for Verisure and have identified problems with these new endpoints.

We receive a HTTP 200 response, but without the set-cookie header vid. As you know, this is the cookie we use to auth other requests.

So far, users in Belgium seem to be affected.

Have you seen or heard anything regarding this strange behavior?

persandstrom commented 3 years ago

Hi!

I have not had any reported issues on the new endpoints so far. Home-assistant is still using the old endpoints though and will update to the new ones on Wednesday. So if there are any issues for Belgian (or other) users I guess we will see some reports later this week.

hoefs commented 3 years ago

Hi!

I have not had any reported issues on the new endpoints so far. Home-assistant is still using the old endpoints though and will update to the new ones on Wednesday. So if there are any issues for Belgian (or other) users I guess we will see some reports later this week.

https://github.com/ptz0n/homebridge-verisure/issues/101

Since last week, I am unable to use the plugin. Seems like the login procedure was altered.

persandstrom commented 3 years ago

@hoefs Take a look under settings in MyPages and see if there is any way to opt-out from two factor authentication, we have not yet had this update in Sweden

hoefs commented 3 years ago

@hoefs Take a look under settings in MyPages and see if there is any way to opt-out from two factor authentication, we have not yet had this update in Sweden

I was searching last night in mypages, but couldn't find it, until now: verisure2

Going through the process verisure3

verisure4

verisure5

verisure6

Enabled plugin and everything is working again...

Thanks for the good tip!

persandstrom commented 3 years ago

Great, glad to be of help