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
-
Menno said: 7. Update + Update all (on installed apps) Did you know apps auto update every 6 hrs?
-
Nope, mine is not changed since february.
-
be sure you put it in your driver.js! Its just like documented: ``` deleted: function (device, callback) { Homey.log('delete device', device) callback() }, ```
-
@RobinVanKekem Better not publish your token and id...
-
6. When an app update is submitted, the author cannot comment on the app page discussion. Please make it editable.
-
thuijbers said: ErikVanDongen said: @thuijbers would be great if you could implement a Unified Remote client/app for Homey. Yeah I looked at that option, but I'm not familiar with Unified Remote. Seems there is no option to lau…
-
@thuijbers would be great if you could implement a Unified Remote client/app for Homey.
-
@nklerk Sorry I missed your request for a push. Please use an @-mention next time. I'll get a notification that way. The docs unfortunantly specify 'managers' endpoints for the API, where it must be 'manager' (without s).
-
As alternative for the request module I recommend http.min published by @MatjaLipu . I use it also in the HTTP app and it is much smaller than request and has no dependencies. That cheerio module is BIG! 10 mb. I have no problem running it on homey …
-
@novaflash Can you please submit this black homey app to the appstore?
-
Peao said: Jesper said: I'm pretty new to all this and hopefully anybody here can help me to get started with the http Homey app in combination with the app Tasker in android. I want to change a variable in Homey everytime my phone co…
-
ErikVanDongen said: T-mo-T said: Anyone knows if the GET method also supports parsing of xml data? I'm trying to build a flow using 'HTTP request' to get the status xml from my Denon receiver (http://192.168.1.13/goform/formMainZone_Ma…
-
ErikVanDongen said: Ok. Working on a solution now: Every card can turn into a geek card when you put http options in instead of a url. So the geek card wil depricate soon. Ok, resubmitted a new version to the app store (version 1.2.0). I…
-
Ok. Working on a solution now: Every card can turn into a geek card when you put http options in instead of a url. So the geek card wil depricate soon.
-
PBaan93 said: ErikVanDongen said: PBaan93 said: Hello! Does anyone know if it is possible to do a GET request(to external API) with a Basic Auth in the header. If it is possible, could you explain how to? Did try some stuf bu…
-
PBaan93 said: Hello! Does anyone know if it is possible to do a GET request(to external API) with a Basic Auth in the header. If it is possible, could you explain how to? Did try some stuf but can't get it to work Thanx in advance …
-
I've made a little logger page (its not an app) that shows some realtime stuff: https://github.com/irritanterik/homey-realtime-logpage It omits flow triggers, but can give some extra insights.
-
@Blusser: You'll need to create two flows. 1: A time triggered flow with action 'GET variable step 1'. In the JSON path variable use something like this: $[0].message.body In the trigger variable type something like 'ImOnFire'. (you can test and im…
-
jovink said: There's also a bug in it. If homey tells my that the target temperature is changed he don't tells me the temperature but a value. And why can i set the outside temperature? Tomorrow I set the outside temperature a little bit h…
-
0burner0 said: Is it possible to create a link such as : http : // < homeyip > / Once the link is opened that will run a flow. I want to put these shortcuts as links in my phone so that it becomes a kind of remote . The standard…
-
T-mo-T said: Anyone knows if the GET method also supports parsing of xml data? I'm trying to build a flow using 'HTTP request' to get the status xml from my Denon receiver (http://192.168.1.13/goform/formMainZone_MainZoneXml.xml) and I want to …
-
keverjeroen said: Ah found it. For my China TK102B I have to use the Xexun TK-103 - Port: 20222. That sucks, because this is a 'car-tracker' and you can only add 1 car to GPS-trace.com. I'm going to try Corvusgps.com too. Are you sure t…
-
@HansieNL: usually within a few days.
-
The http app is not broken, but authorization is required. Yesterday I submitted a new version with a settings screen where you can disable this authorization. You can get it from github and install by the athom cli.
-
Its working for me with a Xexun TK102-2. Most china trackers use know 'copied' protocols.
-
aloft said: ErikVanDongen said: I have installed z-wave switched all over my house. All these powered z-wave devices creates a mesh-network with a good range. Battery powered devices use this mesh network to reach the controller. It wo…
-
I have installed z-wave switched all over my house. All these powered z-wave devices creates a mesh-network with a good range. Battery powered devices use this mesh network to reach the controller. It would not recommend to only use battery powered …
-
Has someone started an app-like solution yet (maybe temporarily until its native supported by Athom)? I'm looking for a next project .
-
@RobinVanKekem I know, but in this case it's not helping. The api.js file - where the setting is read - is only interpreted once when the app starts. It's not possible to change an apps API runtime.
-
I'll look into it. I made the logging screen realtime now, as long as it's open it will keep growing. When you reload the settings screen only the last 100 entry's will be shown. After removal of the app I expect the log to be empty and starts loggi…