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
- You press the stop button (you know, the [] square thingie) => stop event
- You finish watching a movie and let it run through the credits (so all the way to the end of the playback, e.g. 1h30m/1h30m). -> movie stop event
- Same principle for episodes
Probably because I never let movie/series run all the way to the end
What is the reason you want to edit your tcp port anyway?
I think its maybe been used by another app... MrMc is XBMC you can now download in app store by Apple.
Nope didn't help still cant set the port to 9090, Web server: "Failed to start" i can set it to almost any thing else though ...
This is my logging and you can see (it is my interpretation :-) ) it sends the right commands to kodi:
imho, when Kodi is shutdown, there is no process listning on port 9090 for the reboot command. So just try to use the reboot if you want to refresh kodi.
1. You have sent a shutdown command with a remote, or mobile app or whatever (not via speech / a homey flow) (=OnGenericKodiEvent 'shutdown')
2. Kodi starts shutting down and sends a shutdown event to Homey
3. Homey triggers the on_shutdown flow trigger ('Triggering flow 'kodi_shutdown')
Could you explain in detail:
- which flows you use,
- which commands you send with your Yatse remote,
- What you expect to happen
- What is actually happening
The kodi 'Shutdown' command tries to shutdown the machine (not exit the kodi app). Perhaps your shield does not allow installed apps to shutdown the shield. That could explain why nothing is happening. You could try to create a flow with the 'WHEN Kodi is shutting down'. This should get triggered when you press shutdown on your yatse remote.
Kodi is not working anymore under 9.1
i can not add kodi as a device,you can fill in the ip etc,and then it refuses to add
gr
Ronnie
It just doesn't show up.
@EvertonN did you, by any chance use a custom capability? Because that's not allowed anymore, according to the mail ask devs got today.
simple question,how long will it take before the new version is available on the app store
App is published in the app store!
I have a flow 'een film begint', and the variable 'movie' gets updated to 'true' correctly.
When I stop the movie, the variable stays 'true', it only changes to 'false' when I let the movie play all the way to the end.
Would it be possible to add a card 'een film wordt gestopt' or something like that?
I'm using this to control my mood lighting, they normally turn on at sunset, but when my projection screen is down there's too much light so they should stay of when I'm watching a movie
[edit]
Looked at the app.json.
In the trigger section, only ones I see are 'kodi has stopped' and 'movie/episode has stopped'.
So I should use the 'kodi has stopped' then?
Must admit, the wording is a bit confusing, also because it's just before the card 'hibernate' and 'reboot'
Maybe it's clearer if it's 'Media was stopped' or something like that?
[edit]
Hm, doesn't work either.
This is the correct card, right?
This is what I get in the log:
'Triggering flow' is the flow I created??