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
Thanks
Aaron
But seems to be installed okay (it's showing 1.6.0 now)
greetings,
Aaron
Aaron
That would be super cool
Example:
WHEN: 'Kodi lamp colour changed' (with a tag that identifies the colour)
THEN: Change colour of the lamp to <colour>
Apparently, there is at least a 500ms lag when using the flow editor, so gotta try and see if this gives you the desired effect. There's quite some work involved to get this working since I would need to write a plugin for Kodi that sends a colour to the Kodi app for Homey, but happy to give it a shot.
Have you ever thought of controlling the kodi volume with Homey? I am using the Airplay app to stream my radio stations to kodi. This works perfectly. And when I want to say something to Homey kodi mutes (thanks to your addition to the kodi app ). The next step would be to lower or raise the volume to a certain level or by steps. Like: ok Homey, put the volume of kodi to 50%. Or: ok Homey, raise the volume of kodi.
Greetings,
Aaron
I have a problem, can anybody tested. I have a flow, when a movie starts homey says, enjoy the movie (title). So here comes the problem homey says everytime and dont stopped, only the wall plug out helps. I tested everything i deactivated kodi and activated, uninstall and install kodi, allways same problem with the latest homey software. Thanks for help.
What can this be?
Im on holidays at the moment, so I haven't had the time to test my app with the latest homey firmware. I think I know what's causing olive's issue, but I don't have time to fix this for at least another 5 weeks..
@reemster your issue might be a connectivity issue. The app should automatically reconnect after this happens. Could you please look at the log via de kodi settings and see what's happening? So activate the app, trigger the flow and make sure that it works. Trigger it again so it doesn't work. Then post both logs here so I can have a look at it.
@aaron will add this in the next version
Cool, thanks!
I've created a flow to play music: The startup receiver and mediaplayer. Most of the time I ask Homey to play music of a artist. Now I've found a solution to start: PARTY MODE.
HTTP GET action card:
http://[KODI_IP_ADDRESS]/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22Player.Open%22,%20%22params%22:%20{%22item%22:%20{%20%22partymode%22:%20%22music%22%20}%20},%22id%22:1}
I just started tinkering with your Kodi app this week.. and after a lot of trial and error it works great, so thanks a lot!
However, I do run into a little bit of a problem. I created flows on starting, stopping, pausing and resuming Kodi where every flow tells me what's happening (e.g. speak: Kodi resume). This works perfectly, but I have notices that with every action I do on Kodi the corresponding command is spoken twice! After some testing I can only conclude that the flows are triggered twice for every 1 command on Kodi.
Also, when starting a show\movie both the Starting and Resume action are triggered (and both twice).. leading to a very talkative Homey where Kodi is concerned.
Anyone else having the same problems? Am I doing something wrong?
Thanks!
DenW
Play and Resume, Stop and Pause, both are 'transmitted' as the same event, so if you have flows for both, they will trigger both.
Nah this shouldn't happen. The only overlapping events are
- 'Movie start' and 'TV show start' (overlaps with 'something starts playing')
-' Movie stop' and 'TV show stop' (overlaps with generic stop event)
Only time I experienced this was when I had added a device twice by accident.. Make sure to check your devices and make sure 1 device is added. If that is already the case, do the following to make the app starts *fresh*
- edit your current device, type in the same IP and press ok
- reboot homey (or alternatively, disable the kodi app and re-enable)
If this still doesn't work, please share your flows and your logs
Thanks for the help!
By the way.. any timeline on supporting multiple Kodi devices? Or can I add more than 1 device already?
I have a second one on order and would love to integrate it with Homey also.
Thanks again!
DenW