This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
String directly into Homey
This discussion has been closed.
Comments
It's at least an example of how to use the API with your app.
Have you open-sourced this ? or are you suggesting to refer the app inside my app. What i want to create is more of a test case than a real application.
Have you read https://developers.athom.com/library/api?
and https://developers.athom.com/api/?
Method: POST
URL: http://192.168.0.10/api/manager/speech-input/ (so not managers)
Headers:
- Authorization: 'Bearer [your token here]'
- Content-Type: 'application/json'
Body: {"transcript":"test"}
Made a simple application for iOS (iphone/apple watch) to use Siri to talk to Homey. That way it works perfectly.
It's still a hassle because you can only use Siri with a keyboard (in a textfield) and send that to homey. I will search for some private siri api's.