Supporting New Devices

For new devices to be added to this library, the maintainers need the json values for each device. These values can be found by inspecting the network activity on the Abode webapp and pulling the data from the devices request or by using the CLI.

Getting Devices through Web App

  1. In a web browser, navigate to https://my.goabode.com/#/login

  2. Open Developer Tools

  3. Click on “Network” to record network activity

  4. Complete the login

  5. Find “devices” under the Name column

  6. Right click on the row and Copy -> Copy Response

Getting Devices through the CLI

  1. Follow the install directions

  2. Run abode -u USERNAME -p PASSWORD --devices to get a list of devices

  3. Run abode -u USERNAME -p PASSWORD --json DEVICE_ID with the device ID of the device of interest

  4. Copy JSON data from the output

Remove identifying info (if applicable) and create an issue with the data.