Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 8 matches

by sebnil
Mon Apr 02, 2012 12:48 pm
Forum: Plugin Support
Topic: Web server + android tablet
Replies: 18
Views: 8116

Re: Web server + android tablet

Looks like a nice project. I will send them a message.

I think the biggest problem with Eventghost is the difficulty to communicate with the web server. Dynamic webserver is somewhat in the right direction but I would like to have a web server with php support to make really cool stuff. That way it ...
by sebnil
Sun Apr 01, 2012 11:27 pm
Forum: Plugin Support
Topic: Web server + android tablet
Replies: 18
Views: 8116

Re: Web server + android tablet

I have made some improvements to the interface.
- Removed jQuery Mobile. Less is more!
- 4 http requests per pageview. Much faster.
- Javascript is not as messy as before.
- Less html.

Resources:
- Html demo (in swedish).
- The source code.
- Bitbucket project
- Instructions (In swedish. Use ...
by sebnil
Wed Jul 20, 2011 6:19 am
Forum: Plugin Support
Topic: Web server + android tablet
Replies: 18
Views: 8116

Re: Web server + android tablet

Do you support websocket in this solution?
No. But it probably could be done.

About issues with Eventghost server. I just realized that my project requires php to render the css and js. That is why it is not working in eventghost server. Perhaps a workaround is possible but I think just running a ...
by sebnil
Mon Jul 18, 2011 5:12 am
Forum: Plugin Support
Topic: Web server + android tablet
Replies: 18
Views: 8116

Web server + android tablet

A while ago I started working on a web gui for eventghost. I just finished a new version with better support for tablets. Then I took an old android tablet and attached it to the wall:
http://sebastiannilsson.com/images/thumbs/87_android_tablet_eventghost.jpg

Some screens (in Swedish):
http ...
by sebnil
Tue Nov 16, 2010 9:41 pm
Forum: General Support
Topic: Web gui for web server
Replies: 7
Views: 5152

Re: Web gui for web server

Hi Sebastian,
I would wish it worked also with a normal browser from Windows. I see a nice way to modernise my existing layout.

With IE, only the text is shown, with Firefox it looks ok but only the sliders generate events in EG

Any hint if it is supposed to work an I'm doing something wrong ...
by sebnil
Mon Nov 15, 2010 2:35 pm
Forum: General Support
Topic: Web gui for web server
Replies: 7
Views: 5152

Re: Web gui for web server

I have added some support for sliders and two examples for volumebar and lightcontrol. It uses the dynamic webserver to update variables. Take a look at:
http://sebastiannilsson.com/open-source/eventghost-web-gui/71-sliders-for-volume-and-light

It allows you to set volume and light dimmers ...
by sebnil
Mon Nov 15, 2010 11:56 am
Forum: General Support
Topic: Web gui for web server
Replies: 7
Views: 5152

Re: Web gui for web server

looks really nice!

Can you build in a function to auto create buttons based on Macros that exist?
... the function would look at each macro in EG and create a button for it if specific conditions exist.
... those conditions could be something like the way the way the event is named, maybe having a ...
by sebnil
Sat Nov 13, 2010 5:14 pm
Forum: General Support
Topic: Web gui for web server
Replies: 7
Views: 5152

Web gui for web server

I was searching for a web gui for Eventghost but could not find anything decent. I made my own and perhaps others will find it useful:
http://sebastiannilsson.com/open-source/eventghost-web-gui

Modify the html to suit your needs. It uses an ajax function for sending events and you specify your ...