Search found 142 matches
- Fri Mar 02, 2018 2:31 pm
- Forum: General Support
- Topic: Sending events from outside to EventGhost
- Replies: 15
- Views: 4874
Re: Sending events from outside to EventGhost
Just yell out if you need any help to set it up - the guide should be pretty easy to follow tho. As I said I think you'll need the chrome plugin for it and make sure it's allowed to run in the background. So if chrome is closed it still works. From there you'll have to send the events to EG - should...
- Mon Feb 26, 2018 11:48 pm
- Forum: General Support
- Topic: Sending events from outside to EventGhost
- Replies: 15
- Views: 4874
Re: Sending events from outside to EventGhost
What about IFTTT? https://ifttt.com/discover Should work with tasker and I think you can get that to send the events to eventghost as well. EDIT: I think you could also use tasker and install the webserver plugin on eventghost - and "post" stuff from tasker and get the webserver to handle it and cre...
- Mon Feb 26, 2018 11:46 pm
- Forum: General Support
- Topic: Sending events from outside to EventGhost
- Replies: 15
- Views: 4874
Re: Sending events from outside to EventGhost
Why can't you use join? Then you can send whatever you want from phone (tasker) to eventghost. It's really easy to setup as well. All events (inside and outside of network) will work. I don't really understand what you are trying to do since you can't use it or any of the other solutions.
- Wed Feb 21, 2018 8:17 am
- Forum: General Support
- Topic: Sending events from outside to EventGhost
- Replies: 15
- Views: 4874
Re: Sending events from outside to EventGhost
Yes, I think so. But it works better in my experience.
- Wed Feb 21, 2018 5:48 am
- Forum: General Support
- Topic: Sending events from outside to EventGhost
- Replies: 15
- Views: 4874
Re: Sending events from outside to EventGhost
I'll explain a bit better - you can use the combination of tasker and join to send whatever you want from your phone (even outside the local network) to eventghost. And because of tasker this can literally be anything I think. You will also need the chrome plugin and that will send the events to eve...
- Mon Feb 19, 2018 1:59 pm
- Forum: General Support
- Topic: Sending events from outside to EventGhost
- Replies: 15
- Views: 4874
- Mon Dec 18, 2017 8:37 am
- Forum: General Support
- Topic: Directory Watcher
- Replies: 35
- Views: 30940
Re: Directory Watcher
I'm currently trying on a local folder to see if it works, if it does I'll just re do it so I can watch a local folder and not a network folder. Thanks.
- Sun Dec 17, 2017 2:12 am
- Forum: General Support
- Topic: Directory Watcher
- Replies: 35
- Views: 30940
Re: Directory Watcher
I'm guessing this is the official thread for this plugin. I have issues with this plugin, it won't trigger an event when a new file is created. I have it watching a folder on my network, I've mounted this folder to my computer (so the folder is displayed there as Z:/ (or whatever). It works for some...
- Sat Nov 18, 2017 3:22 pm
- Forum: Bug Reports
- Topic: Network Event Receiver bug
- Replies: 6
- Views: 3830
Re: Network Event Receiver bug
Thanks a lot! I'll try it out 

- Fri Nov 17, 2017 4:36 pm
- Forum: Bug Reports
- Topic: Network Event Receiver bug
- Replies: 6
- Views: 3830
Re: Network Event Receiver bug
That might be! I'll look into it - still weird that it only started behaving like this after I installed these plugins, might be random of course.
Thanks for the response, will report back.
Thanks for the response, will report back.
- Thu Nov 16, 2017 1:40 pm
- Forum: Bug Reports
- Topic: Network Event Receiver bug
- Replies: 6
- Views: 3830
Re: Network Event Receiver bug
Maybe I should have said that it was the network event sender on my other computer - I only got this behavior after I installed the sender on my HTPC and the receiver on my desktop. I'll try disabling them later today too see if the computer remains in sleep after that. I can't think of any other ex...
- Wed Nov 15, 2017 6:28 pm
- Forum: Bug Reports
- Topic: Network Event Receiver bug
- Replies: 6
- Views: 3830
Network Event Receiver bug
Hello, I'm not 100% sure about this. But I am fairly certain that the network Event receiver is bugged somehow. I usually put my desktop in sleep mode manually (this used to work fine). I recently added Network Event Receiver to my tree (It's the only plugin I have on this computer) to be able to pu...
- Mon Nov 13, 2017 10:08 pm
- Forum: General Support
- Topic: Google Play Desktop Music Player shuffle 'Button"
- Replies: 4
- Views: 2197
Re: Google Play Desktop Music Player shuffle 'Button"
As far as I can tell this is possible with the API - just don't have time to look into it right now.
- Sun Nov 12, 2017 5:23 pm
- Forum: Coding Corner
- Topic: Connecting to a Websocket
- Replies: 1
- Views: 2244
Re: Connecting to a Websocket
I actually solved this - it seems I need to restart EG every time I make changes to the script - or manually close the WS connection (Not sure how to do that yet)
I am however still not receiving all the notifications I should.
Am I doing something wrong with this script or can it be done better?
I am however still not receiving all the notifications I should.
Am I doing something wrong with this script or can it be done better?
- Sun Nov 12, 2017 5:02 pm
- Forum: Coding Corner
- Topic: Connecting to a Websocket
- Replies: 1
- Views: 2244
Connecting to a Websocket
Hello, For the past week i've been trying to connect to the Emby websocket. Emby is a media server running on my local network --> Link to Emby: https://emby.media/ Here is the wiki for websockets and emby: https://github.com/MediaBrowser/Emby/wiki/Web-Socket Today I finally manged to connect to it ...