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.
MatjaLipu
About
- Username
- MatjaLipu
- Joined
- -
- Visits
- 48
- Last Active
- Roles
- Member
Comments
-
It has an importance of 0.5 so it shouldn't.
-
yeah, that was also in original Athom version. https://github.com/athombv/com.wolframalpha/blob/bcec9c91c171823ff2b1c74bf556d84fd3f59355/app.json#L39 Glad you like it!
-
there are "question", "wolfram" and "what" triggers https://github.com/matjaz/com.wolframalpha/blob/master/app.json#L54 I don't expirience triggering issues (still on .17), can you try debug which trigger is triggered? homey.log speech.triggers tha…
-
Nice! link to source?
-
0.3 in market with playlist autoplay.
-
That's way mooore than better logic! Good job. However we should consider where is the limit and start creating composable apps.
-
Fire69 said: I first just had 1 card with 'watch movie', but found it a little limiting. You had to say the exact phrase. Now I can say 'watch movie' or 'i want to watch a movie' or whatever combination Same for radio, ps4, tv,... Much nice…
-
Try debugging chromecast app driver. First find out if devices are discovered and uncomment logs in playVideo.
-
Athom developers
-
yeah.. but in all this use cases you need another flow with variable change trigger. similar for youtube app (search song, play song)
-
For users this key is stored in app store.
-
Ahhh, you need env.json in root{ "YOUTUBE_KEY": "YouTube API key from google console" } Your playlist is working /w np.
-
With Improved actions as I suggested actions would also have output, which could be used in next action "set a variable"...
-
I've released a simple http.min npm library. In many cases it can replace heavy 'request' package.
-
Can you help debug by installing local version with athom project --run? Throw some logs in lib/playlist and lib/util trigger function.
-
Don't see the issue right away. Try to add some Homey.log(). You can help yourself with https://github.com/matjaz/homey-youtube/blob/7fd97ef75b0890f6a9d0fe5dd69b600b014785e5/lib/util.js#L6
-
Sorry for that. Autoplay is supported in (upcoming) 0.3 version. Also added more lax speech commands: * "watch Adele from YouTube"; triggers "YouTube media changed" * "play Adele from YouTube"; plays music on Homey You can also skip "from".
-
This looks OK. Since you selected First only first item from playlist will be played. "Next" plays all in order, shuffle will play random item. Since 0.2 playlists also supports autoplay. Playlist URL should be in the following format https://www.y…
-
In general, for production you want to cache as all data is loaded using ajax. For development adding meta tag is a good workaround.
-
Panda said: Isn't Homey on node version 0.12.7 ? That is what Emile told me. For me process.version returns 0.12.9
-
Aren't those Kegel balls?
-
Yeah, You're right. This is just a plain dependency where npm is the best tool to do it's job. @Emile I suggest to look into adding support for npm install and optimise dependency handling between apps. More interesting is apps that depends on oth…
-
castYoutube is Chromecast's app action. Only dependent apps (Chromecast) should know about their dependencies (YouTube).
-
Added support (0.2.0) * playlist autoplay * speech support * play music directly on Homey (experimental) * search using api (for other apps)
-
IMO, HTTP support is so widespread it should be part of core. AFAIK, all npm modules must be added directly to the app before publishing app. So each app has it's own copy of dependencies. App dependencies in app.json are not (yet?) used AFAIK. Wh…
-
Most all of devices uses different protocol, thus requiring own application. Same goes for other wireless technologies.
-
Spawnreaper said: tommyjay said: Why not use Unified Remote? I homey able to communicate with "Unified Remote"? Does it talk REST or HTTP? Then yes. Otherwise depends what protocols remote supports? depends how complicat…
-
I second that!
-
You can do NFC check with nfc trigger and "logic" condition. similar with "you said something".
-
+1 for apps source