Search found 260 matches
- Tue Apr 02, 2019 7:00 pm
- Forum: Plugin Support
- Topic: Webserver
- Replies: 331
- Views: 125229
Re: Webserver
That's how id's should work. The way you described it. It sounded like you were going to try & use the same id on multiple divs. This can cause a number a # of problems for the webserver plugin.. Alternatively, you can use a class selector to hide/show multiple items with the same class with one var...
- Sun Mar 31, 2019 3:51 pm
- Forum: Plugin Support
- Topic: Webserver
- Replies: 331
- Views: 125229
Re: Webserver
I think what I could do is contain each remote interface into its own DIV and show/hide each DIV through JS. So, if EG sends an event like webserver.remote.cable, it would hide all DIVs without the ID of #cable and only show #cable. Does this sound feasible? You shouldn't use #id's for multiple ite...
- Fri Mar 29, 2019 8:12 pm
- Forum: Plugin Support
- Topic: Webserver
- Replies: 331
- Views: 125229
Re: Webserver
Examples of every thing kg is talking about can be found in this demo. viewtopic.php?f=13&t=9487
- Wed Mar 06, 2019 4:03 pm
- Forum: Plugin Support
- Topic: Webserver
- Replies: 331
- Views: 125229
Re: Webserver
It's something in the javascript that's handling the socket connection to the webserver plugin. Each time you load/refresh the page it's killing/creating a new sicket connection. You can test this by using a blank html page & load the page. If you don't see those errors that's what's going on.
- Tue Feb 12, 2019 10:29 am
- Forum: Plugin Support
- Topic: Webserver will not start
- Replies: 1
- Views: 296
Re: Webserver will not start
Have you tried updating to the newest version yet? Half way down this page:http://eventghost.net/forum/viewtopic.p ... &start=240
- Fri Jan 18, 2019 3:51 pm
- Forum: Plugin Support
- Topic: Webserver
- Replies: 331
- Views: 125229
Re: Webserver
I'm not in front of a pc right now. You just need to use the PC's internal ip that runs EG & the port set in the webserver config. Example: "http://192.168.1.101:80?eventName&payloadValue" The value before the ampersand is the event & the value after will be the events payload value. You can add mul...
- Fri Jan 04, 2019 10:36 am
- Forum: General Support
- Topic: How to determine payload for which windows user account is unlocked?
- Replies: 7
- Views: 1355
Re: How to determine payload for which windows user account is unlocked?
Oh, ive got the nerd ensemble
. I'll hook up an otg & keyboard to my tablet sometimes. Its just quicker to type on a phone.
** fixed example **

** fixed example **
- Wed Jan 02, 2019 11:02 pm
- Forum: General Support
- Topic: How to determine payload for which windows user account is unlocked?
- Replies: 7
- Views: 1355
Re: How to determine payload for which windows user account is unlocked?
Thanks kg. You're correct, i quickly glanced at it & hammered code from my phone.
- Tue Jan 01, 2019 5:33 pm
- Forum: General Support
- Topic: How to determine payload for which windows user account is unlocked?
- Replies: 7
- Views: 1355
Re: How to determine payload for which windows user account is unlocked?
You'll need to evalulate the payload. Get rid of the payload value on your event. Just use System.ConsoleConnect. There are a multitude of ways of going about this. This is merely one example to skin the cat. Below the event, add a python script action. Within the script, paste the code below. if eg...
- Tue Nov 27, 2018 4:25 am
- Forum: General Support
- Topic: Eventghost Motion Sensor
- Replies: 10
- Views: 1249
Re: Eventghost Motion Sensor
The aeotec multi-sensors suck @ PIR. These guys have worked reliably for me & are on the cheaper side.(for zwave atleast). https://www.amazon.com/dp/B01MQXXG0I/re ... .BbF5YGYZ8
- Sat Nov 17, 2018 9:35 pm
- Forum: General Support
- Topic: EG on PC & Webcore
- Replies: 12
- Views: 817
Re: EG on PC & Webcore
Im pretty sure it was some sort of network issue. The host just wasn't receiving messsages for whatever reason. Glad it got resolved.
- Thu Nov 15, 2018 4:46 pm
- Forum: General Support
- Topic: EG on PC & Webcore
- Replies: 12
- Views: 817
Re: EG on PC & Webcore
Correct me if im wrong here, but doesn't comm from smartThings to EG use the webserver/tcpip plugin?
- Wed Oct 31, 2018 8:03 pm
- Forum: General Support
- Topic: Best plugin/app for remote playback
- Replies: 12
- Views: 1041
Re: Best plugin/app for remote playback
Yep, 2 macros.
getCurrentPlaylistItem > Save to eg variable > jumpToPlaylistItem
Then Second macro would use the kodi event for track change. JumpTo saved eg variable.
I have most of this done for other purposes. Ill post when i get home. It may not be in time for you to implement though.
getCurrentPlaylistItem > Save to eg variable > jumpToPlaylistItem
Then Second macro would use the kodi event for track change. JumpTo saved eg variable.
I have most of this done for other purposes. Ill post when i get home. It may not be in time for you to implement though.
- Tue Oct 30, 2018 2:33 pm
- Forum: General Support
- Topic: Best plugin/app for remote playback
- Replies: 12
- Views: 1041
Re: Best plugin/app for remote playback
The arm version of kodi supports/uses the same json-rpc api that the xbmc repeat plugin uses.
Kodi has a jumpto item command when dealing with playlist positioning. This should be do-able.
Kodi has a jumpto item command when dealing with playlist positioning. This should be do-able.
- Sat Oct 13, 2018 2:44 pm
- Forum: Feature Requests
- Topic: Apple TV Plugin
- Replies: 5
- Views: 1209
Re: Apple TV Plugin
That module is for python 3. EG uses python 2.7. This will likely be possible in the future, but not with current versions of EG.