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
-
fuzzybear said: Does this app still work now the drivexone service has been stopped? No unfortunately. I will pull the app from the store soon.
-
as said. I think the app id is something like com.melight You can check this by sending the ID token to your phone. Without any condition.
-
Don't forget to enter a test value for the token when testing the flow.
-
You can get the app id from the app store url. it's something like milight.com or com.milight
-
The logger app listen to device events on websockets. It's an unofficial api though.
-
Small remark: You'll also need the HTTP app for this
-
Je kan hiervoor kijken naar de Better Logic app. Als je daarin een 'boolean' variabele maakt kan je op basis daarvan een 'bitflip' device toevoegen. Met het omzetten van de bitflip kan je een flow starten. De bitflip device is zichtbaar in de mobiel…
-
All weather sensors supported by the (old) RFXLAN interface are now supported, IF you have an RFXLAN with my rfxlan app: https://apps.athom.com/app/com.rfxcom.rfxlan It's mostly oregon sensors:
-
@TinCup maybe the guys from RobShop know this (https://www.robbshop.nl/forest-shuttle-gordijnrail-systeem) I'm useing an older version of the Forrest system myself. Connected the control wires to a fibaro double relay to make it z-waveable.
-
@jimmy_zeropm Remove the luminance trigger and get the luminance value for the logic card from the 'tag menu'.
-
Hi @MaRa The global Position tag contains Place, City, Lat and Lng: Using another great app you can extract the lat and lng from this JSON and put it in a Better Logic variable: (card A20 from HTTP app): Now you can use varText (containing the…
-
@G4nd41f You can use the API interface of Better Logic directly (requires a PUT request, type conversion will be done by Better Logic). Another approach is to use a MathJs Expression action from the Better Logic app:
-
@Vonkenboer can you share the url endpoint you are using?
-
Candy App can do this! Add this condition:
-
@YvesGeffens I've never seen these car-faults. I think it's not an information stream GPS-Trace supports. Can you check it under 'messages' within GPS-Trace website? Or bring your car to the nearest service point .
-
shouldn't make a difference. Candy checks for crashed apps once every minute. If your local installed app is visible in the apps overview in settings with a crash icon, then Candy should trigger the flow.
-
@YvesGeffens Hi Yves. When you download the app from the github repository (https://github.com/irritanterik/homey-gps-trace.com) , change the namespace in app.json from 'com.gps-trace' to 'something.else' or 'com.gps-trace2' you can run this instan…
-
Outdated. App available for a long time now: https://apps.athom.com/app/com.gps-trace
-
bvdbos said: Someone who was at the user-day in Enschede said he had a bsic version of homey logging to mysql working... Don't know who it was anymore? it wasn't me, but im going to add these functions to the logger app.
-
Jschuetz said: ErikVanDongen said: Jschuetz said: ErikVanDongen said: Jschuetz said: Hey there i will link a webhook application with the http request flow cards. On the web hook site i can configure my host…
-
Jschuetz said: ErikVanDongen said: Jschuetz said: Hey there i will link a webhook application with the http request flow cards. On the web hook site i can configure my host like: { "webhook": "http://192.168.10.106/api/ap…
-
Jschuetz said: Hey there i will link a webhook application with the http request flow cards. On the web hook site i can configure my host like: { "webhook": "http://192.168.10.106/api/app/com.internet/EventName" } But nothing more. Every…
-
@lenonline The JSON is a little bit different than posted before. There are 3 'speech' elements, and the JSONpath statement is selecting them all three. So tweak the JSONpath a little further, or copy-paste the complete 'data' part here.
-
@Robs If you install the Homey Logger App you can check debugging information of the HTTP App. Does this contain any details?
-
olive said: Hi @MatjaLipu, Can you say me, i have a flow when raining starts, homey says raining starts and use the candy app to disable the flow. The other flow is, when rain stops, homey says rain stops. Why i make it so is, the buienradar a…
-
@lenonline sorry, just updated the app, but it's not in the app store yet off course. The v 0.1.0 from github will have this tab. However, both versions of the logger will show HTTP app debug lines.
-
wingie said: Than most probably you are not logged in on homey and you don't have a session with a token. So first logn with your browser and after that refresh this page. To see if it works you can type "hoe laat is het" Use speech-outp…
-
@lenonline Awesome idea! Probably this is an issue with the http app, the jsonpath or the format google sends the json data. If you install the Homey Logger and enable logging for Flow, HTTP App and Better Logic we can debug this further. This is …
-
ldj said: Hi ErikvanDongen, Could you please tell me what I need to fill in the JSON in the flows (Radio2) you've showed? You can't see the exact line and for me it's all new about JSON and HTTP Flows. Thanks in advance Hi, I added …
-
wming75 said: I'm doing something similar and now want to use a password with the "@" symbol in it, which I can't get working with a simple http get card. Example: http://username:passw@rd@ipaddress:port/variables/…