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
-
As soon as the 433 mhz docs are published i want to try decode Oregon Weather sensors. Have my house and garden full with them.
-
MartijnDeRhoter said: No it's fine, you may want to put it in a FAQ or something - I blamed Erik's HTTP flows because I only looked at the timestamp on your settings page. And if the flow gets something that doesn't change, it looks like it di…
-
MartijnDeRhoter said: Yes it did! And still does, but as soon as I try and capture that in a variable to use elsewhere, it gets nulled. If I assign a value to the test variable before, that value gets replaced by null. I'm at a loss here I c…
-
Have you create an issue on Github?
-
Martijn said: Can we please close this topic... This version is not yet released and therefore no available information about it! https://github.com/athombv/homey/milestones/0.8.24
-
Or consider a regexp/wildcards condition card.
-
MartijnDeRhoter said: Hm - even when I change those values to a dummy URL, a trigger callled "test" and no JSONPATH at all I get the same error. Could it be that 0.8.22 broke something? I investigated this. The philips hue API is strict.…
-
kitkat said: Anyone got the REST speech input ? I tried to post to Ip/API/manager/speech-input/ With content type json, a bearer key and a transcript. Can't get it to work ? Works for me with Postman with settings: Method: PO…
-
Phuturist said: Could you give me some advice, I run into an error on the "GET variable step 1" card and specifically on the url parameters. url: http://192.168.0.110:8084/json.htm parameters: ?type=devices&rid=32 JSON: $.[0][result][Count…
-
I'd like to disable build in speech options per app in a settings page.
-
MartijnDeRhoter said: Nice! Do you have an example of the json get-request triggering another flow? I have two flows to let Homey say the production of my solar panels (dutch: zonnepanelen): getProduction: The action card has 4 paramete…
-
And it's in the App store!
-
I have a few thoughts about this: - Same question as here - You can use life360 with IFTTT to trigger flows in homey - You can use tasker on your (android) phone to do a http request to the latest versions of the Better Logic app or HTTP app to c…
-
€ 10 per Homeyni
-
Just published version 0.5.1. New feature is a paired action and trigger card. It's a real geek thing: Get a specific value from any json API with a get-request, and trigger another flow with this value in the token.
-
I'm using Thermosmart. Mis the feature to pause and unpause from a Homey flow, but i'm sure that will be supported in the feature (i now hacked around this with own app connected to the ThermoSmart API).
-
Source of my app is here: https://github.com/irritanterik/homey-http-request-actions Have you read https://developers.athom.com/library/api? and https://developers.athom.com/api/?
-
Maybe using https://apps.athom.com/app/com.internet with the trigger cards. It's at least an example of how to use the API with your app.
-
MartijnDeRhoter said: Is that difficult to do? And how would the http app store the document? @Uranday and I decided we are going to support this (expect it in a few weeks). The HTTP app wil get two special cards, an action card for gett…
-
adi said: ErikVanDongen said: adi said: Can I actually use this to make HTTP calls to external, already existing urls? I tried to do the following flow: when nfc found, go to http://mytestwebsite. The API accepts POST requests…
-
Uranday said: I think the http app would have a string drop token that would be an input to a card I have to make. As @MatjaLipu said some sequential actions with draggable tokens for next cards would be ideal for this. For now you co…
-
Yeah! We need this "action tokens (output for input of next action)"
-
I've thought about this, but I think your use case requires a specific little app. (it's supereasy and fun to do). It will be too complex to create this flexibility on these little flow cards and therefore need a nice settings screen or so. Maybe as…
-
MartijnDeRhoter said: Beginners question here: can I do a GET JSON request and use the results as variables in a different flow? Example: This url gets me sunset/rise info: http://api.sunrise-sunset.org/json?lat=52.6972155&lng=5.164657. …
-
adi said: Can I actually use this to make HTTP calls to external, already existing urls? I tried to do the following flow: when nfc found, go to http://mytestwebsite. The API accepts POST requests without any body. Still, homey does not make th…
-
And if you press 'ctr+r' in the flow editor and create and save a new flow with this card?
-
MatjaLipu said: I've released a simple http.min npm library. In many cases it can replace heavy 'request' package. Thanks, I'll look into this for the HTTP actions app.
-
Emile said: I will make an HTTP app for the flow editor, so you can use that. Probably can have it done while sitting on the toilet ;p https://apps.athom.com/app/com.internet
-
Fiddling around with determine presence in the past I advice to include a 'is offline for x minutes' trigger. Lots of devices goes to sleep from time to time. I learned from this little blog article back then: article 'How-to: Presence detection bas…
-
Your json and trigger looks good.When a paste those two lines into my own local app (changed activity.name in 'test') it works fine. Are you sure the trigger code is run and activity.name has a value?