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
-
Unfortunately such advanced options in flow cards are not possible on Homey. It only allows a fixed number of parameter fields per card. The size of the card cannot be changed.
-
I track my phone (Android) with setting 'Positioning source' = 'Wireless networks'. For me this works acceptable. No battery drain and I have reliable geofence triggers (leaving work). I have not tested the setting 'GPS and wireless networks' yet. …
-
ericjanvanputten said: I could recommend this one: www.banggood.com/Original-Xiaomi-Xiaoyi-Ants-Night-Vision-720P-Smart-Wireless-Webcam-Security-IP-Camera-p-983655.html wifi, 720p, sd card, app, with modified firmware rtsp output, good qualit…
-
@blusser: Which + sign do you mean? It is not possible to make something dynamic, because flow cards does not allow a variable number of tokens or parameters. But i can create a new card that allow two json path expressions and an extra 'step 2' tri…
-
JanH said: @ErikVanDongen Your GPS-app seems to be great. I am considering to install and use it. However, I am wondering how about the reliability of the obligatory provider of gps-trace.com according to our datastorage etc. Any idea or experi…
-
Yes. The card expects a JSON formatted string, and will parse that to valid form data in the POST request. I will improve the documentation on this.
-
Version 0.2.1 is now available in the app store. Check the release notes in the start post.
-
That will work. You'll need to format the 2nd parameter of the HTTP Post Form card as a valid JSON object, so {"cmd": "on"} for your example. For a better logic boolean you can add a 'bitflip' device, and with that the device is controllable from th…
-
Have you tried the http trigger card? After disabling Authorization in the settings you can test it with your browser. Does that work for you? After that try to recode a php curl example.
-
You can send a http command to Homey with the same PHP script. With that command you can tap into the native presence api of Homey, presence app or http app.
-
@HarmStellinga You just discovered something nice Probably something changed in the Homey firmware. A few weeks ago it was not possible to successfully use an '?' in the url parameter of the HTTP Get card. That's why the HTTP Get JSON card was in…
-
Nice examples Geurt! Thanks for explaining here. I think this is how the community should work. Some people program stuff, others document them .
-
@keverjeroen Well, that will be a lot of work. Maybe some day. For now you could fork the app on github, change the app-id and install it as a second instance with the cli (athom project --install). You'll have to create geofences and stuff in both …
-
Hey guys. Everything after the question mark is called 'queryparameters'. Read the instructions in the appstore carefully. You need to put the queryparameters in a valid json format as a seperate parameter value in the HTTP GET JSON card. Google for…
-
If you only want to detect if you're home Better Presence is the better choice. I'm not sure if an extra device running the presence server is necessary. I created the app mainly to track my car and trigger actions based on its position and directi…
-
@PBaan93 Nice to hear! I understand what you proposes, but I won't implement it. I expect most API's to have a Homey App eventually. Also, testing of flow parameters syntax will be hard for a user if the actual request and JSONpath are executed on …
-
Rocodamelshe said: Yeah, same here. have you tried this setting?
-
Rocodamelshe said: By the way: Flows like this will in a future version allmost auto-create when the automatic destination analysis function is released and enabled. Homey will learn what your destinations (geofences) is based on leavin…
-
0burner0 said: ErikVanDongen said: I think the 'orange gps tag' app on your Iphone never send a location to GPS-trace.com. Does gps-trace.com shows your location? Yes it does and it shows on homey as well Didnt try out if GEO…
-
Rocodamelshe said: After clicking 'test' the log is empty. Have to save settings again to bring back the log. I repeated this 5 times, 5 times the log is empty after pressing the test button in the flow. The log is saying (after saving settings…
-
Rocodamelshe said: The log shows about the same as ur pic after saving settings again. Screenie of the tracker in app: Can you click on 'test' in the flow editor and after that post the log you see on the settings page?
-
I think the 'orange gps tag' app on your Iphone never send a location to GPS-trace.com. Does gps-trace.com shows your location?
-
Have you enabled debug logging: Should show something in log like this If not, can you click the 'Opslaan' / 'Save' button again on the GPS-Trace account tab in the settings screen? Oh. and add a image of your tracker in the geofence like this:
-
Can you share the flow you created?
-
What does the app log say? Is there a difference between the location according to Homey and gps-trace.com? If polling is enabled in the app settings the location is get from gps-trace every 10 seconds.
-
MennoVanGrinsven said: hmmm i cannot select any device. i have installed the gps tag oranbe app on my phone, but it is not listed in the cards Have you added a device on the device screen in Homey? PS: first configure your gps-trace.com …
-
Emile said: OK Homey, what's the temperature in the living room? -> Average temperature from all devices that can measure temperature in your living room Very accurate indeed!
-
Hi all. Version 0.2.0 is now published in the app store.
-
Version 1.2.0 is now published.
-
RamonBaas said: ErikVanDongen said: be sure you put it in your driver.js! Its just like documented: ``` deleted: function (device, callback) { Homey.log('delete device', device) callback() }, ``` According to the…