Replies: 12 comments 15 replies
-
|
Good job on the update! I dont want to turn on 2fa (yet), but I can confirm this works for me just with user and pass. Same devices show up as with the older plugin and it shows the same statuses. Three points:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
I would really like to try this but don’t have a Linux test box. Any chance you can provide some more details on testing on a windows box? I have installed python 3.10 but can’t seem to move on from there. Thanks. After opening python 3.10 and running |
Beta Was this translation helpful? Give feedback.
-
|
You don’t need to escape the characters — just put in quotation marks. What
type of 2FA are you using? SMS? App based? What are the errors?
…On Tue, May 16, 2023 at 8:03 PM pdobrien3 ***@***.***> wrote:
I can’t get past the 2FA. Bunch of errors. I tried with 2 different
accounts. Do I need to escape symbols in passwords?
—
Reply to this email directly, view it on GitHub
<#265 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADR4HBSL2B5GQW3AGLH6ODXGQIT3ANCNFSM6AAAAAAYCJMCTA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
That worked. 2FA worked perfectly. I had to use double quotes. I had pretty much the same experience. A door open took about 20 seconds whereas the close event happened almost immediately. I only had time to try one door though. Will play more later. |
Beta Was this translation helpful? Give feedback.
-
|
Works for me with 2FA as well. Is there a way to incorporate this into the HA integration? Or were you just looking for feedback on whether this module works? |
Beta Was this translation helpful? Give feedback.
-
|
I believe it is an effort to improve the current adc custom component for Home Assistant. |
Beta Was this translation helpful? Give feedback.
-
|
I just released v3.0.0-beta of the integration with support for real time "push" updates and a fix for 2FA. If you don't see this version, go to HACS, click on integrations, click on Alarm.com, click on the 3 dot menu at the top right of the screen, click on redownload, and turn "show beta versions". v3 will appear shortly after turning this setting on. |
Beta Was this translation helpful? Give feedback.
-
|
I installed 3.0.0-beta.2 a day or so ago. Since then, the alarm takes several minutes to update in HA. Sometimes it does not update at all. |
Beta Was this translation helpful? Give feedback.
-
|
Was it initially very responsive? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
Installation
pip install pyalarmdotcomajax==0.5.0-beta.3Test 2FA
Test that two-factor authentication is working by running either of the other two tests in this post. You'll be prompted for your OTP.
Test Device Data Retrieval
Run
adc -u 'your username' -p 'your password' getto pull data for all of your devices. adc will print out a list of all supported devices, their states, and some attributes:Categories without supported devices will be empty.
There's a known bug in which the "System" category shows up empty.
Test Real-Time Device Updates
Run
adc -u 'your username' -p 'your password' stream, then do things with your alarm system (open windows/doors, arm your system, etc.). You should see real-time notices of these events in your terminal.Note that some events are deliberately ignored as they are not yet supported or are duplicative.
Quit stream mode pressing Ctrl + C (Windows/Linux) or Cmd + C (Mac).
Posting Results
Confirmation of both successes and failures are helpful. If you run into a failure, rerun the command while adding
-d -vafteradc, like this:adc -d -v -u 'your username' -p 'your password' get. This should return additional data that will be helpful in fixing the issue.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions