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
-
You need to add signal to app.json. see https://github.com/athombv/node-homey-arduinodriver/blob/master/signal.json Also you should install lib using npm install. Re-read readme.
-
"Get YouTube playlist" is an action, but we first need trigger. Now I am thinking, a simple "source" token on "YouTube media changed" would be enough. Which would be URL of video for search actions and playlist url for playlist action. And then you…
-
Currently "YouTube media changed" supports only one media/playlist. We could add "tag" token to trigger and connect it with actions (search, playlist). With that, we could identify from where media changed came from. Does this sound ok? Other opt…
-
I haven't tested it yet, but I would say no. I guess you can't run flicd directly on Homey, so you need separate device (rpi for example, similar as better presence app).
-
Would a simple queue be enough for starters? - add video (via search/url) - remove from queue - play queue (fifo)
-
There is a plan for Homey media player playlist. Let's wait what support will bring and if could be reused for YouTube app. Until then we can add new actions for queues (add, play,...). PRs welcome! Currently YouTube app has a technical difficulty …
-
Quigg is now moved to standalone Aldi app As far as I remember the signal defined is for GT-9000, but it was never working for me. I have GT-9000 with different syscode, so I removed some unneeded check and modified signal words. https://github.co…
-
As Koen said. You need two flows. Search youtube card (above), you must select video from autocomplete not pasting URL. For playlist you paste the playlist url. So in general in first flow you put YouTube action (search, live, playlist) and on seco…
-
use HTTP app https://apps.athom.com/app/com.internet and create flow for each device.
-
On the second thought puck probably doesn't support nfr905, since it has only 6 gpios. Hoverer they claim it works well with ESP8266
-
It looks like Espruino supports http://www.espruino.com/NRF905. Haven't tested it, tho.
-
From link provided. Puck.js can measure light, temperature, magnetic fields and capacitance, can control Infrared devices, produce any colour light and has a clever tactile switch that turns the Puck into one big button. Puck.js contains 8 easy to…
-
I have also backed espruino pico. It's like Arduino running JavaScript. Puck.js is much more. Having BLE, NFC, it can be beacon, programmable button or simply just microcontroller with GPIOs.
-
I am not sure updating token is supported. Only triggers can have tokens. Tokens in conditions would solve that or is there a better option..?
-
How would you integrate this with other cards? Or would this app simply add new card - say expanded string. Having configurable list (in settings) of abbreviations would make it extensible.
-
Most of us have only one Homey, so we don't need to click on link. For the lucky ones, that have more than one Homey, they'll be able to select default one or open specific one for example at https://homey.online/livingroom.
-
This app uses official API for playlist and video info. However for audio playback it uses www.youtube-mp3.org so there is a slight possibility it get's blocked, but this site is running for ages.
-
Support for disabling individual flows is already available in Homey. This action does disable all flows in specific folder.
-
It's using official API, so it shouldn't. Why do you think it would?
-
0.4.1 (in review atm) fixes random bug.
-
what does the following commands return? which node node -v /usr/bin/env node -v athom login
-
I organise flows by devices in actions. (folder tree; lights, living room, corner) Filtering flows by device it's using shouldn't be a problem. In general: show flows using specified cards and args (devices, buttons, values). Can you describe what…
-
Ronald, glad you find it useful! Robin, there are already existing apps where you can use http or variables. For HTTP https://apps.athom.com/app/com.internet For variables use built-in or https://apps.athom.com/app/net.i-dev.betterlogic And then yo…
-
sorry. added missing dependency. please try again.
-
You still need second device (not Homey) running airflow app to transcode videos. Until app releases docs how to remotely control app, I don't see an option how to integrate it with Homey.
-
Homey YouTube app supports only fetching video and playlist. Playback is not handled by this app. But it works great with Chromecast app. Regarding your idea, I think Homey Samsung TV app should handle this pairing, since TV is media player in this …
-
https://forum.athom.com/discussion/1646/candy-productivity-app/p1
-
https://forum.athom.com/discussion/1236/how-to-rearrange-your-cards-in-the-flow-editor
-
Added to my list of app ideas/todo