Description | Link |
---|---|
Build | |
Nuget | |
Nuget Prerelease |
This repo contains the source code for a C# Api for Athom's Homey. It does not yet cover the complete feature set. There is a java script api client available https://developer.athom.com/docs/api. The Rest Api can be guessed according to the documentation.
Homey does not yet provide an access token, however you can obtain one with the following steps.
- Open https://developer.athom.com/
- Press Login
- Open the browser dev tools --> F12 and switch to the Network tab
- Log in with your Homey mail and password
- Enter Bearer into the serach box
- You should find something like authorization: Bearer 888999-19fe-4fa0-9999-b32982499999:9c1a21da-1df4-9999-8594-46fd7e799999:c6d7b6096df10a5fd2d8888888ff447ff1ca0e9c in a get request similar to https://*.connect.athom.com/api/manager/sessions/session/me
- Use the whole token after Beaer