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.
MikeOne
About
- Username
- MikeOne
- Joined
- Visits
- 109
- Last Active
- Roles
- Member
Comments
-
I need to add some more triggers for pause I guess :-) "movie pause" - works, however, the speech recognition has quite a hard time with the word "pause" it seems.
-
Cool!
-
I am @phb :-) there are a few setups where things don't work, it works fine in most scenarios. are you in a position to try the current github release? That version should fix most connection issues I think. It is in test now, but I will release it…
-
Interesting.. Definitely worth investigating. thanks!
-
Okay, so at the moment there are 2 triggers; start and stop and 2 actions; start a movie and stop a movie. The triggers only trigger when you start a movie using the app (ie a voice command). If some other process starts a movie on Plex, I currentl…
-
Ah okay.. Hmm. The stop and play triggers only work when you stop or play through voice using the app I think. What would you like it to do? I must say that I haven't focussed much on flow functionality yet, so if you have suggestions?
-
Your star wars scenario is a good one. Homey seems to have a limitation on the 'ask' length which I hadn't encountered yet. I need to build in a check for that..(or george lucas needs to stop using these long titles :-))
-
And the only times I have seen a successful 'play' in the output, but nothing actually happens, is when PHT is running, but not logged into plex.tv...
-
And the app mem use is not that suprising.. You have quite a large library and the app caches all media entries and dynamically adds speech triggers for all media items. All that runs in memory for quick access.
-
I'm seeing some useful stuff in your logs, thanks! So let me understand correctly, the shawshank redemption did not actually play? Or did it?
-
Btw, did you re-add your player after installing the new version?
-
..and 88MB? You mean storage? That is weird. Mine clocks in at 19MB?
-
I'm really not sure how rasplex works and if it uses the same API as a 'normal' PHT. Does it show the correct IP and port? What happens if you try to play using voice? Make sure to open the settings page and the browser console to see any errors..
-
For all the guys who are capable of using athom-cli, there is a new (development) version available in Github with a completely refactored settings page and connection logic. It also does live debugging in the browser console (of Node messages). Set…
-
Getting there.. But short on time. I'm doing as much as I can.
-
Patience guys, working on a major update that should give a lot more details about what is going on and also let's you choose the best connection.
-
I'll have to take this up with @Emile as this sounds like an internal Homey issue. Are you on .36?
-
Hey @Brinny_NZ Hmm.. Is your PMS server actually loggedIn with your plex account and are remote connections allowed in your PMS settings?
-
Yeah cool! Thanks for letting me know.
-
Makes sense. The fact it is finding media now means that the Homey plex app can access the URL.
-
Yep, thanks! I will need to parse that one I guess..
-
But I guess you have to add a setting to manually adjust the local port PMS is listening on when it is not the default 32400. I think I can fix it so it will still do it automatically (but picking up the correct one). But the bottom line …
-
Great, thanks for your help so far man, really helped!
-
Oh wait... you changed the custom port :-) Never mind, I can test it myself!
-
Okay - that was exactly the work-around I suggested indeed. So it seems to be working for you now right? I'd still need to come up with a solid fix for non-default ports, so if you could please run the test I provided three posts up I would be gra…
-
MennoVanGrinsven said: @MikeOne ; Updating media cache......... Unregistering media triggers done Getting settings Found xx On Deck items Adding ondeck items to cache.......Found xx media items of type: episode Adding episode to cache.......Fo…
-
Okay, looking at the answers of your 3 tests, I'm actually seeing something unexpected (and also something that explain the weird port I think) 1) localip:21458 - connection refused. This is what I was fearing I guess. Plex.tv only provides the por…
-
Bingo! Thanks Plex. Not. This is a plex issue, I just don't encounter it with my setup. You have been a great help so far, thanks very much! Are you okay with checking one more thing in a few minutes?
-
Okay thanks, that is perfect. Now what happens (exactly) when you open: 1) http://192.168.1.xxx:21458 (your local IP) compared to: 2) http://77.250.127.13:21458 3) http://192.168.1.xxx:32400 Please provide exact responses to all three scenarios
-
I'm not pulling ports out if thin air :-) Can you paste the entire node for me? If you prefer, you can also PM me with it?