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.
Official SDK2
Comments
- Implemented pause / resume functionality including flow actions / triggers
Speech support
- "Play movie Finding Nemo"
- "Pause"
- "Resume" (prevent interference with 'play')
Although homey has a hard time understanding 'pause' and 'resume'. I think this will be improved by Athom now they are finetuning the speech moduleSometimes we start watching with the kids, but don't complete the movie (bedtime, ...). It would be nice to stop the movie instead of pause it. Because my Hyperion stays active otherwise
But very nice job overall, works pretty good!
You can also accomplish this with a variable. E.g. When pressed paused/resumed & variable "Paused" = 0, Do set pause = on & set variable "Paused" = 1. Then you can attach actions to this. When you want to resume. When pressed paused/resumed & variable "Paused" = 1, Do set pause = off & set variable "Paused" = 0.
Stop functionality will be added as well.. I am also working on music playback, so we can finally do what Athom showed in their kickstarter video ("OK Homey, play some music by Greenday").
Hope someone can help me in the correct direction
run the following command from the commandline
athom project --install KodiTest
The parameter after install should match the folder you have created in your working folder.
Then download the zip from github.
Unzip it somewhere, open a command prompt and navigate to that folder.
Then you enter 'athom project --install'
Done
My wishlist for christmas: (just things that I'm using often on kodi)
Multi kodi's
Music (start,stop,pauze,playlist,genre,next)
Live TV
Radio
Addon's (youtube,exodus,soundcloud,shoucast)
Weather (show,speak weather)
Pictures (play dia show)
reboot, shutdown, update
@EvertorN thanks for making this great addon
I am already working on Music support. Hope to get it working somewhere this week. Things lke photos, shutdown, reboot etc should be fairly simple to add.
Multiple Kodi's will be added as soon as Homey's api supports devices / zones when parsing speech. All the code is already prepared for this, so whenever that's done it should be easy to add .
How do you listen to radio? Is this natively supported by kodi? Or is this an addon? The thing with addons is that I am not sure whether it is possible to send commands to them. Native functionality in Kodi is perfectly accessible. I will have to look into that after I get the basic functionality working .
I know most of them will probably never work from homey and that's no problem still have my logitech harmony for that
Live TV and radio are native but do need a PVR client to be installed
using this for DIY ambi light on my tv see link (dutch)
http://www.tweaking4all.nl/thuis-bioscoop/xbmc/xbmc-boblight-openelec-ws2811-ws2812/#result_video
Nice to hear that you are already working on music and indeed movie and music are the most important ones the rest is a bonus
Changelog:
- Added seperate flow triggers for pause and resume
- Added stop functionality + flow action / trigger. (Say "Stop").
Won't the 'stop' trigger interfere with the build-in command?
@Fire69 Stop doesn't interfere with the build in command for me. I will change this to 'stop kodi' or something similar once the speech recognition has been improved.
And playing music also
Since I assume that you might be missing the last bit of the movie/show/music when telling your Homey to pause and waiting for it to process the command. Or is this not an issue?