-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No login possible on latest version #22
Comments
See this post: You can try to complain to company to continue using old app, and this component will work again. Please tell me if they make the change. |
Great! I didn't think about looking on the HA thread. I called Securitas and asked for a migration to the old app, alluding that one of our phones doesn't support the new version, and someone installed the new one prompting the migration. Apparently it's a bit common, since they had no objections in doing the migration to the old system. They've told me that in around 3 working days the migration to the old app will be done. I'll report back if that gets me working again. Thank you! |
it seems that your last code is correct regarding the new parameters ordering status
it is OK now thanks so lot ! |
Can you elaborate a bit please so that we can follow a few instructions to get it working again. |
I tested the New code and I changed the original way to use thé python script
With old api , I used to do the call :
python3 ./securitas.py user passwd Command FR FR
Now i changed it to follow New order in parm
python3 ./securitas.py FR user passwd Command lang=FR
Hope this help
17 nov. 2020 14:45:14 Vartkat <notifications@github.com>:
…> it seems that your last code is correct regarding the new parameters ordering status
>
> python3 ./securitas.py FR USER PASSWD PERI lang=frit is OK now
>
> thanks so lot !
>
Can you elaborate a but please so that we can follow a few instructions to get it working again.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub[#22 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AD7K4IZEGTRAPTC4EXZ2RTLSQJ46TANCNFSM4TTUFTYQ]. [https://github.com/notifications/beacon/AD7K4I4T42ZENPFD275RHJLSQJ46TA5CNFSM4TTUFTY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFNZLEJQ.gif]
|
Good news! So... You should add a warning on the README, so that people avoid the new app like the plague. |
It happened the same to me, but I noticed that the previous commit #9ba8878eb6 is partially working; the login and status read work but I cannot arm or disarm. The command line from https://github.com/Cebeerre/VerisureAPIClient is also working after migrating to the new app, so, there is a way to make it work, but I don't have the time right now to create a fix. If I have the time in a few weeks I will try to fix it, but by now I think I will stay in an older build of the component because I'm more interested in the events than in the operation by now. |
@jmservera I'm quite surprised it still works ... my understanding was that in the new version of the App they were using a new API ... |
I am using the recent nragon commit ahead 312ec25 |
Yep! I can confirm it works seamesly in ES as well, but the fork needs still some work because now the integration shows up as an "unnamed device". |
For those still asking, the commit ahead 96fd7a5 on 18 Dec 2020 from https://github.com/nragon/securitasdirect is working very well once you installed the new Verisure app on your phone. The "unnamed device" glitch has been fixed, it shows now "alarm_control_panel.securitas_xxxxx". As the component is not yet published here, I have replaced manually the 4 files files in /config/custom_components/securitas_direct/ with the nragon's ones. Also add installation: number in your configuration.yaml |
what is the new way for cli mode with parameter "application" ? |
Checkout this last issue #37 |
Hi!
After installing the lastest version from HACS, and restarting home assistant, I got the following logs:
So it talks about a newer version of the app (that I've been using on the phone since the nov 4th api change). Until I updated earlier today, I still managed to get the alarm states in home assistant, but I wasn't able to change them. Now it just won't log in.
My configuration is as follows:
securitas_direct: username: username password: password #code: 1234 country: ES
I tried with and without the code commented and had the same errors.
Could this be tied to a user by user migration on verisure's side?
Thank you for your time and your great work! Keep it up!
The text was updated successfully, but these errors were encountered: