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.
Official
Comments
Thanks for the app! I like it already....
But ;-)
Is it possible to put headers in it?
Something like :
Header:
I think you already know why....
(https://forum.athom.com/discussion/comment/10833/#Comment_10833 )
Maybe we can create flows to program Homeys ;-)
But you can modify my app and install it locally (read developer docs: cli athom project --install) if you need this.
PS: Version 0.3.0 is now pending approval.
This is for the ikettle 1.0
+10
Edit: Haha or use this one (after it's fixed): https://apps.athom.com/app/am.smarter?category=appliances
Thanks I certainly will try, already started with MyFistHomeyApp (the Hello World com.athom.hello)
I understand the problem, I hope they will make cards with a Popup button to configure (Like the add Devices wizard)
@Uranday,
do you give +10 Erik because he refuses my request or do you like me to create that extension? ;-)
Because he submitted version 0.3.0
i want to activate this scene:
So i create a Put action something like this ??
http://<ipadress>/api/3b1e2625398977273b69d5f138e58a53/group/0/action
Getting confused by the documentation, maybe someone got a example for me?
The HTTP Post JSON card sends this request:
****HTTP Post Request received*****
headers: { host: '192.168.0.8:19444',
body: { color: [ 0, 255, 255 ], command: 'color', priority: 100 }
Can you test your receiving device with a tool like postman? If your device expects a 'application/x-www-form-urlencoded' cntent-type, something must be wrong with your JSON, because this content-type does not allow multi dimensional data, like color. If it's a really weird implementation one of these jsons might work:
{"color[0]":0, "color[1]": 255, "color[2]": 255,"command":"color","priority":100}
{"color":"[0,255,255]","command":"color","priority":100}
{"color":"0,255,255","command":"color","priority":100}
https://developers.athom.com/slack/
Do you have the athom cli installed? So you can test this with a non published version of the app?
You enabled it to post data to homey didn't you?
Post variable, trigger flow, turn on lamp.. Can't wait till my app is done. I think I'll start with an kaku switch that reacts on a book value..
BTW: My app does not support calls to the Homey Api itself, for it does not support authentication headers.