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.

terRemote - Android remote app for EventGhost

Questions and comments specific to a particular plugin should go here.
Javier
Experienced User
Posts: 73
Joined: Sun Dec 01, 2013 3:45 pm

Re: terRemote - Android remote app for EventGhost

Post by Javier »

The EG macro is pasted below. I was able to download terremote and load a backup on to my device (although I did not take the time to reconfigure).

The terRemote part is as follows:

Actions>Directions: four

Actions>Action on swipe:
Event: Computer_Swipe_All
Payload: ${posx}
payload: ${posy}

I think that should get you started....my setup was a little more elaborate and the touchpad changed from mouse control to ps3 control to tv channel control, so I had a flow control argument which used a variable to determine which item I was controlling.

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1700">
    <Macro Name="Movemouse" Expanded="True">
        <Event Name="TCP.Computer_Swipe_All" />
        <Action>
            EventGhost.PythonScript(u'eg.plugins.Mouse.MoveRelative(int(float(eg.event.payload[1])), int(float(eg.event.payload[2])))')
        </Action>
        <Action>
            EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
        </Action>
        <Action Enabled="False">
            EventGhost.FlushEvents()
        </Action>
    </Macro>
</EventGhost>
skribb
Experienced User
Posts: 228
Joined: Thu Feb 12, 2015 7:22 pm
Location: Win7 64bit

Re: terRemote - Android remote app for EventGhost

Post by skribb »

jachin99 wrote:Has anyone heard from this author lately, or is he gone? This app does just about everything, and I think it would be awesome if development continued. I'm trying to figure out how to create a mousepad with this but I'm completely lost. Any help is appreciated. I know how to add the widget but just about everything afterwards I'm lost on.
The dev doesn't answer emails so he's probably gone
Automation is life.

Win7 64bit
EG: v0.5.0-rc4
Pliind
Experienced User
Posts: 50
Joined: Tue Dec 31, 2013 7:40 pm

Re: terRemote - Android remote app for EventGhost

Post by Pliind »

He's long gone, i've since Terremote moved to a webserver and jQuery Mobile. A bit more work but imo better control of UI and proportions.
skribb
Experienced User
Posts: 228
Joined: Thu Feb 12, 2015 7:22 pm
Location: Win7 64bit

Re: terRemote - Android remote app for EventGhost

Post by skribb »

Pliind wrote:He's long gone, i've since Terremote moved to a webserver and jQuery Mobile. A bit more work but imo better control of UI and proportions.
That sounds like an excellent idea using jQuey, do you mean you have a webserver on an android device or on a Windows box running EG webserver?

Man it would be nice trying that setup out.
Automation is life.

Win7 64bit
EG: v0.5.0-rc4
Pliind
Experienced User
Posts: 50
Joined: Tue Dec 31, 2013 7:40 pm

Re: terRemote - Android remote app for EventGhost

Post by Pliind »

Eventghost webserver on my windowsserver, so all buttons lead to eventghost. If you look at my past threads theres one about variables, it's the next step but def cool once set up and integrated :)
skribb
Experienced User
Posts: 228
Joined: Thu Feb 12, 2015 7:22 pm
Location: Win7 64bit

Re: terRemote - Android remote app for EventGhost

Post by skribb »

Pliind wrote:Eventghost webserver on my windowsserver, so all buttons lead to eventghost. If you look at my past threads theres one about variables, it's the next step but def cool once set up and integrated :)
Bitchin! I'm already using Android wall tablets as my "control pads" using Tasker scenes but I'll definitely switch to JQuery Mobile in a year or two. Feels like a slightly more "open" and "future proof" standard.
Automation is life.

Win7 64bit
EG: v0.5.0-rc4
jachin99
Experienced User
Posts: 614
Joined: Sat Feb 13, 2016 8:39 pm

Re: terRemote - Android remote app for EventGhost

Post by jachin99 »

So if I switched to this, I would build the page on my EG server machine, load the saved file to into the webserver plugin for EG, then type in the EG webserver's address into my tablet's browser? Would this bring to a page being hosted by my eg webserver that passes commands to the same machine? Sorry for all of the questions
skribb
Experienced User
Posts: 228
Joined: Thu Feb 12, 2015 7:22 pm
Location: Win7 64bit

Re: terRemote - Android remote app for EventGhost

Post by skribb »

jachin99 wrote:So if I switched to this, I would build the page on my EG server machine, load the saved file to into the webserver plugin for EG, then type in the EG webserver's address into my tablet's browser? Would this bring to a page being hosted by my eg webserver that passes commands to the same machine? Sorry for all of the questions
I'm not an expert but I think this is the routine:

1. build a web page (links on the web page will be used to trigger events in EG)
2. Host it on EG webserver
3. Visit the URL from another device like your tablet
4. Clicking links will fire the corresponding events in EG
Automation is life.

Win7 64bit
EG: v0.5.0-rc4
eirik226
Experienced User
Posts: 142
Joined: Wed Nov 07, 2012 5:22 pm

Re: terRemote - Android remote app for EventGhost

Post by eirik226 »

skribb wrote:
jachin99 wrote:So if I switched to this, I would build the page on my EG server machine, load the saved file to into the webserver plugin for EG, then type in the EG webserver's address into my tablet's browser? Would this bring to a page being hosted by my eg webserver that passes commands to the same machine? Sorry for all of the questions
I'm not an expert but I think this is the routine:

1. build a web page (links on the web page will be used to trigger events in EG)
2. Host it on EG webserver
3. Visit the URL from another device like your tablet
4. Clicking links will fire the corresponding events in EG
There's a tutorial for this in the new tutorial section!
Lilak
Posts: 36
Joined: Fri Dec 28, 2012 9:06 am
Location: Sweden

Re: terRemote - Android remote app for EventGhost

Post by Lilak »

Hi!

terRemote sends an event to my computer when someone calls me. Can I get the incoming phone number as
paylode?

If I can, how do I do it?

Best regards

Jonas
Post Reply