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¶
In a web browser, navigate to https://my.goabode.com/#/login
Open Developer Tools
Click on “Network” to record network activity
Complete the login
Find “devices” under the Name column
Right click on the row and Copy -> Copy Response
Getting Devices through the CLI¶
Follow the install directions
Run
abode -u USERNAME -p PASSWORD --devicesto get a list of devicesRun
abode -u USERNAME -p PASSWORD --json DEVICE_IDwith the device ID of the device of interestCopy JSON data from the output
Remove identifying info (if applicable) and create an issue with the data.