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.
ErikVanDongen
About
- Username
- ErikVanDongen
- Joined
- -
- Visits
- 844
- Last Active
- Roles
- Member
Comments
-
I just added support for some advanced geofences: I will now focus on some stabillity issues and then submit a public beta version to the app store. What app-store categories do you guys think would suit this app best?
-
HansieNL said: Thx, but I can't get it working. I hope someone from Athom comes up with a solution so we can Incomming GET requests again. Version 1.1.0 is now pending Athom's approval. With this version you can disable/enable authorizat…
-
BasVanDenBosch said: Usually for situations like this one first creates a VPN-connection to home and then connects from a local IP or uses the bearer-token as you implemented... Unfortunately there is no distinct in API configurations i…
-
ErikVanDongen said: What about an opt out setting to disable authorization on the API? On its way:
-
What about an opt out setting to disable authorization on the API?
-
HansieNL said: ErikVanDongen said: RikPost said: Hi Erik, thanks for the prompt reply! The bearer token is only needed for external access isn't it? Nope. It's required on all calls. I grabbed a link with htpp:…
-
RikPost said: Hi Erik, thanks for the prompt reply! The bearer token is only needed for external access isn't it? Nope. It's required on all calls.
-
RikPost said: Today I've updated the app to 1.0.0 but the GET triggers aren't working for me. Tried the http:///api/app/com.internet/; on the same network what didn't trigger my flow. When trying to get it triggered from out of the network (wit…
-
ErikVanDongen said: Ok guys, version 1.0.0 is now submitted in the App store. This is a breaking release for anyone using the API calls to trigger flows. The Authorization header with bearer token is now obligated for security reasons. …
-
Ok guys, version 1.0.0 is now submitted in the App store. This is a breaking release for anyone using the API calls to trigger flows. The Authorization header with bearer token is now obligated for security reasons.
-
I can make the API methods requires authorization (bearer token) if you want.
-
Its like 'Kalverstraat in Amsterdam' or 'A1 in Amersfoort'. So it does reversed geocoding with OpenStreetMaps and the most usefull info out this OSM response is put to speech: place = cycleway || road || retail || footway || path || pedestrian …
-
posthok said: Ok thanx. Will uninstall then and wait for a consumer friendly app (with tutorial) Can you provide the complete request and response for your case? Maybe a screenshot of your browser window with the domoticz request en res…
-
Well, you're smart enough to buy a Homey and install this app . I thing you need some help from the domoticz community on making the right request to domoticz. If you have that working in your browser, post the response here and we'll explain how t…
-
posthok said: Stil not working. A tutorial with flow syntax and Triggers would be nice. The apps readme describes the 'Get variable and trigger a flow with it' scenario. Can you provide the complete request and response for your case?…
-
You don't need to port-forward, just use the url homey provides for external access: https://.homey.athom.com/api/app/com.internet/testevent is what you see in your browser url when logging in externally to your Homey via my.athom.com.
-
You don't need an API key yet. The request API key functionality as described in the docs does not exists. You can authorize your calls with header: 'Authorization' = 'Bearer 123' where 123 is your bearer token (get it from your browser console/netw…
-
The topic starter allready found decoding docs . The waiting is on the Homey RF-manager documentation.
-
When the rf api is documented I will make an attempt to receive visonic sensors directly on Homey. I don't have a powermax and want to replace my rfxcom some day.
-
@MarkSwift Use the 'HTTP Get JSON' card with parameters: url: http://192.168.1.14:8080/json.htm json: {"type":"command","param":"switchlight","idx":6,"switchcmd":"On"}
-
You need to put the query parameters (stuff starting with ?) in a json format. Check the description in the app store.
-
You can consider using the HTTP apps API and 'push' a flowtrigger from Domoticz. Using the Better Logic API for this is also an options.
-
Version 0.6.0 is now available with a special geek card for full node http options support (e.g. authentication headers)
-
That's fast!
-
POST /YamahaRemoteControl/ctrl HTTP/1.1 "Standby" Do you have any idea how to enable this in Homey? It would be best to develop a Yamaha app! There is a nodejs library available. The HTTP app does not support xml formatted or free fo…
-
MarkSwift said: Do you need further info, it would be great to get this working! I added a new action card, it allows you to use all possible parameters, but it needs some Geekness. It will be published in the app store after Athoms code…
-
MarkSwift said: Guys, all we're missing is authentication headers, if I get down on my knees and beg, could it be added? Pretty, please? Can you describe the card and parameters you'll need for this? There's very little room for paramet…
-
Uranday said: Question is, do we want a trigger if the variable is set but not changed? In HomeSeer I can choose between 'set to' or 'changed to'. And I use them in various scenarios.
-
@Phuturist Good tutorials! How did you learn about the presence API? Would be nice to use it with my GPS tracker app.
-
@Emile: Will a pending flow action with a big delay survive a boot or update?