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
-
_Marco_ said: I solved my double and unwanted second logging and actions by not reusing the Camera-Motion part, but used 2 different ones. At that moment it started working again (no need to change the flows). http://192.168.10.XXX/api/ap…
-
_Marco_ said: I have a question, and I thought that this worked in the near past ok, but now not any more. I have 2 camera's connected to my Synology, for both camera's I use an http action with an different name in it: http://192.168.10.XXX/…
-
Windefalk said: Hi! I'm trying to get my IFTTT applet to work with homey and its soundcloud app. The thing I'm missing is Homey's IFTTT app to execute the soundcloud URL. Would this HTTP request solve it and if so, how? My applet in IFTTT looks…
-
powermarcel10 said: powermarcel10 said: @ErikVanDongen Thanks a lot for this awesome app! I'm using it to shutdown or reboot my HTPC using a piece of software called 'Airytec Switch Off'. It creates a link to shutdown or reboot my HT…
-
BasPost said: Hi, I need some help. I want to get a status of a device in Domoticz. I ping my tv's in Domoticz and wan't to check the status with a flow in Homey with JSON. So I can use it in Homey to trigger events.Netscan doesn't seem to work…
-
viix said: I’m polling a few public api with the Json to better logic variable card for 6 variables each. Is there a way to only poll once and extract the 6 variables via json instead of using the card 6 times to poll? the way I’m doing it se…
-
@Jwoudenberg Working OK here.
-
YvesGeffens said: The "address" contains "streetname, cityname". I tried modifying the app to get 2 extra variables: "streetname" and "cityname" (but no succes). Betterlogic has some capabilities to do some calculations, with numbers (math js…
-
Phuturist said: @ErikVanDongen Hi Erik, I tried using the POST action card (A30) with a https URL. It fails with the message "unable to verify the first certificate" even though the URL has a valid SSL certificate. Any clue what is going on a…
-
Gerco90 said: Hello all, I have a question. I have a Pioneer receiver and installed the Pioneer app on Homey. It is working great, but the command to switch my receiver to the GAME hdmi input (my Chromecast) is not working (probably it is a di…
-
Phaeton said: I searched for timeout but couldn't find the answer. I use the "and" for a get code card and my value is 200. I run a series of events when the call returns a 200. I would like to run an "else" statement when the call timeouts. I…
-
fredsky said: Sorry to ask a nitwit question.. How should i put the next command in a flowcard? (Tried a few, but doesn't work..) curl -d "
Standby " http://192.168.178.29/YamahaRemoteControl/ctrl before http there is a space … -
I've send you a PM for some debugging/solving options. For all others: don't uninstall the original app before installing the fork. Just install the fork over the existing app on your homey. That way flows, settings and authentication will stay acti…
-
I'll look into this
-
according to dev docs (https://developer.athom.com/docs/apps/tutorial-Drivers-Capabilities.html) you might try Homey.addCapability("measure_temperature.inside"); Homey.setCapabilityValue("measure_temperature.inside", (int) temperature); I'm not s…
-
RemcoHannink said: Hello, I am trying to post an XML soap message to my TV to turn it of. But when I use the POST XML action card, I am unable to paste the required XML code in the second parameter field: <?xml version="1.0" encoding="utf-…
-
iTSMe said: Unfortunately no progress yet on the app, any way to wake up Switnesses?? Don't know. But you can install my fork of the app for the time being: https://github.com/irritanterik/com.theswifties.lametric
-
fixed with https://github.com/Swiftnesses/com.lametric/pull/7.
-
Thanks for reporting. I'll look into it. Some api endpoints are changed.
-
https://developer.athom.com/docs/api
-
Update available: https://github.com/irritanterik/homey-realtime-logpage - Various bugfixes after some little api changes - Removed clone function - Added support for 'or' and 'else' groups Enjoy printing! ;-)
-
Hi all, i'll look into it tonight. Might be a little bug. But be aware that 'else' end 'or' cards support is not build. I'll try to support them, but delete the 'clone' function to prevent flows breaking bad.
-
kukeltje said: Nice one... Small problem though... Flow 3, besides stating what is playing, also has homey saying 'Sorry but I'm currently not playing anything' (but then in Dutch)... Running on latest homey experimental... (1.5.6 RC7). Any…
-
jovink said: I tried to grab the image url as well to try and maybe if it work to send it to chromecast. if have tried $.results[0].songversion.url and $.results[0].songfile.url but that wont work. Why doesn't work? try $..url
-
Great and timely suggestion @bvdbos!
-
jacquesvzijp said: bvb said: I try to make a validation if the Bose Soundtouch is ON or OFF. I want to use the GET JSONpath function to check if the system is on "STANDBY": 1. URL: http://192.168.0.20:8090/now_playing 2. No paramete…
-
B3rt said: ErikVanDongen said: B3rt said: since the last (auto) update to v 2.0.1 of the app my cards suddenly dont work anymore (i am on homey 1.5.3). Also my whitelist is suddenly empty and after disabling the auth method i…
-
B3rt said: since the last (auto) update to v 2.0.1 of the app my cards suddenly dont work anymore (i am on homey 1.5.3). Also my whitelist is suddenly empty and after disabling the auth method i keep getting: ["status"]=> int(401) …
-
What @phuturist says. I found a bug in the sdk v2 on version 1.5.0 and Athom swiftly fixed this the next day in 1.5.3.
-
Hi all. I've updated the app to SDK v2. No functional changes, only some bugfixes based on crash reports i received.