-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
To link your Abode alarm to Hubitat, follow these steps:
- Go to the Abode web interface at https://my.goabode.com/
- In Abode System Settings, ensure that Arm Fault Type is set to Direct Arm.
The driver cannot respond to a prompt about faulty devices.
- Open the Hubitat Package Manager app
- Click Install
- Click Browse by Tags
- Select Alarm Systems
- Choose Abode Alarm
Follow Hubitat's instructions for adding new driver code: How to Install Custom Drivers
- Enter the URL for the latest release, currently https://raw.githubusercontent.com/jorhett/hubitat-abode/master/drivers/AbodeAlarm.groovy
- On the Devices page, click + Add Virtual Device
- Fill out these values: Device Name: the model of your Abode alarm Label: your friendly name for the alarm Type: scroll down to the bottom and select Abode Alarm
It should look like this:
- Click Save Device
After installing the driver you'll be prompted to enter your login information. You must supply the same username/email and password as you use to login to the portal at https://my.goabode.com/.
Multi-Factor Authentication is supported. You are using MFA for your home security, aren't you? Aren't you? You'll have to supply the MFA code when saving preferences for a successful connection if MFA is enabled.
After a successful login, you should see two things:
- In Current States on the right side, you should see
isLoggedIn: true
andgatewayMode
should reflect your Abode gateway mode. - Under State Variables you should see
webSocketConnected: true
and a long value foraccess_token
It should look like this:
Hubitat will communicate with the Abode cloud portal using this token going forward, and will not utilize your username, password, and MFA token fields until you login again.
If you do not see what you expect, enable the Debug and Trace options and try again. You'll get a ton of data in your logs. If that doesn't help you figure out the answer, create an issue here describing the problem you are seeing with explicit details. You can either edit the trace logs to remove any private information, or send me a private message with the trace logs at https://community.hubitat.com/u/endorphin_junkie.