eventghost windows exec linux shell

Pop your questions regarding Home automation software here.....
Post Reply
Kroonen
Member
Member
Posts: 302
Joined: Mon Oct 01, 2007 6:38 pm
Location: Netherlands

eventghost windows exec linux shell

Post by Kroonen »

Hi,

I have build the nodo project, with only the 433mhz receiver and transmitter. It works with eventghost, but my server works all on linux.

Is there a simple, smart way in eventghost to execute scripts on the linux server. I was thinking about ssh, but it must be fast light in windows simple
Jfn
Member
Member
Posts: 332
Joined: Tue Feb 26, 2008 2:01 pm
Location: Netherlands
Contact:

eventghost windows exec linux shell

Post by Jfn »

You probably have a webserver running on your linux box.

I do not know whether EventGhost supports event-types like posting to an URL, but what about something like this:

Code: Select all

http://yoursite/do_action.php?device=A1&command=ON
Then let the php script take care of triggering an action on your domotica server.
Kroonen
Member
Member
Posts: 302
Joined: Mon Oct 01, 2007 6:38 pm
Location: Netherlands

eventghost windows exec linux shell

Post by Kroonen »

Well found a soultion with winscp, you can execute linux scripts

winscp421.exe /command "option batch abort" "option confirm off" "open user:password@example.com" "call examplefile" "exit"
Post Reply

Return to “Questions & Discussions Forum”