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 ...
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.
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 73 matches
- Sat Oct 01, 2016 10:42 pm
- Forum: Plugin Support
- Topic: terRemote - Android remote app for EventGhost
- Replies: 549
- Views: 239784
- Fri Sep 30, 2016 12:39 am
- Forum: Plugin Support
- Topic: terRemote - Android remote app for EventGhost
- Replies: 549
- Views: 239784
Re: terRemote - Android remote app for EventGhost
It can be done and, from what I remember, worked very well... although I think the application is no longer being developed. I deleted the app a while back but I think I still have the EG part archived if you are interested.... you can also accomplish mouse movement through a Tasker scene as seen ...
- Thu May 12, 2016 11:41 pm
- Forum: General Support
- Topic: EG on PC triggers IR blast on tablet?
- Replies: 1
- Views: 1275
Re: EG on PC triggers IR blast on tablet?
You cannot install eventghost on an Android tablet. However it appears Anymote has Tasker integration, so you should be able to do this with Tasker.
- Fri Apr 29, 2016 3:59 pm
- Forum: General Support
- Topic: Event Ghost + HD PVR + Usb Uirt
- Replies: 7
- Views: 2869
Re: Event Ghost + HD PVR + Usb Uirt
Yes that is what I am trying to do. I have been using IR Server Suite but it crashes and sometimes it does not send the channel change command. I have heard that EG is awesome and can do this. I have all the IR commands setup properly in EG, I just cannot figure out how to get EG to know to send ...
- Sun Apr 24, 2016 3:42 am
- Forum: General Support
- Topic: xml tags search and split?
- Replies: 1
- Views: 1439
Re: xml tags search and split?
You can do this with a python script with Element Tree
import xml.etree.ElementTree as ET
#EXAMPLE STRING
#string = "<adress>gofy1</adress><number>1234</number>"
#EG.EVENT.STRING
string = eg.event.string
#The next line may need to be removed if XML is in the correct format / Already Has a ...
import xml.etree.ElementTree as ET
#EXAMPLE STRING
#string = "<adress>gofy1</adress><number>1234</number>"
#EG.EVENT.STRING
string = eg.event.string
#The next line may need to be removed if XML is in the correct format / Already Has a ...
- Wed Jan 27, 2016 10:19 pm
- Forum: General Support
- Topic: Need to press twice for Keystroke Emulation
- Replies: 4
- Views: 1897
Re: Need to press twice for Keystroke Emulation
No problem. As for your other question, I use a usb-uirt so I do not know how the plugin you are using works.
- Tue Jan 26, 2016 4:46 am
- Forum: General Support
- Topic: Need to press twice for Keystroke Emulation
- Replies: 4
- Views: 1897
Re: Need to press twice for Keystroke Emulation
Please post the the events. Some remotes send alternating ir codes, so both events would have to be attached to the macro.
- Sun Jan 17, 2016 10:48 pm
- Forum: General Support
- Topic: Voice recognition / speech commands
- Replies: 81
- Views: 27800
Re: Voice recognition / speech commands
I think speachpad supports Hungarian
https://chrome.google.com/webstore/detail/speech-recognition-online/pehlbpmpoabkgenppepoaihkacolpdcf?hl=en
Language Codes
https://speechpad.pw/blog/speech-input-languages/
There is an option to "output to clipboard". If selected you could use the following ...
https://chrome.google.com/webstore/detail/speech-recognition-online/pehlbpmpoabkgenppepoaihkacolpdcf?hl=en
Language Codes
https://speechpad.pw/blog/speech-input-languages/
There is an option to "output to clipboard". If selected you could use the following ...
- Sat Jan 09, 2016 1:12 am
- Forum: General Support
- Topic: Same action codes for two keys in the remote via usb-uirt
- Replies: 4
- Views: 1781
Re: Same action codes for two keys in the remote via usb-uir
Some code types work better than others with the usb-uirt. I have found that NEC commands work the best over large distances, especially when using repeaters (blasters) or in a noisy ir environment. If you are using a universal remote try setting it up as to control a device which you do not ownand ...
- Sun Nov 08, 2015 12:01 am
- Forum: General Support
- Topic: Write to file from autoremote message
- Replies: 4
- Views: 2004
Re: Write to file from autoremote message
AutoRemote sends payloads differently than others plugins, see this post.
viewtopic.php?f=2&t=7383#p36994
viewtopic.php?f=2&t=7383#p36994
- Wed Sep 16, 2015 11:59 pm
- Forum: General Support
- Topic: How can I realize a periodically ping?
- Replies: 2
- Views: 1503
Re: How can I realize a periodically ping?
I think Paco's SchedulGhost plugin has a repeat function which will let you trigger an event which can be used to trigger your macro.
- Sat Aug 29, 2015 7:14 pm
- Forum: General Support
- Topic: how do I create a plugin from an android app?
- Replies: 9
- Views: 3253
Re: how do I create a plugin from an android app?
thank you! Can you tell me a bit more about HTTP Get actions ? where can I find a bit more info about that? I couldn't really find something useful.
thank you very much!
You may want to ask this question in a forum that supports the web service with which you are trying to connect. If it is not ...
thank you very much!
You may want to ask this question in a forum that supports the web service with which you are trying to connect. If it is not ...
- Thu Aug 27, 2015 11:55 pm
- Forum: General Support
- Topic: how do I create a plugin from an android app?
- Replies: 9
- Views: 3253
Re: how do I create a plugin from an android app?
There is also a Website that does exactly what the Android app does. I don't know if that would make it easier (or impossible).
This may be easier (or less complicated). Use EG to open the browser, go to website, click what needs to be clicked...I did this in the past with the hulu website to ...
- Wed Aug 26, 2015 12:27 am
- Forum: General Support
- Topic: how do I create a plugin from an android app?
- Replies: 9
- Views: 3253
Re: how do I create a plugin from an android app?
You will need an android app(s) that communicates with eventghost like Tasker and AutoRemote.....this may work for a traditional Android device if the app you are using has 1) tasker integration or 2) you can click items with Autoinput 3) you have root to use tasker click on screen action. I have ...
- Wed Aug 19, 2015 4:06 am
- Forum: General Support
- Topic: I can't tell what the payload is?
- Replies: 2
- Views: 2346
Re: I can't tell what the payload is?
AutoRemote does not send the payload like most items
http://joaoapps.com/autoremote/eventghost/
ÔÇóIf you use AutoRemoteÔÇÖs command system in a message sent to EventGhost, all your parameters (words to the left of =:=) will be available to use in other EventGhost actions. Use {eg.event.payload ...
http://joaoapps.com/autoremote/eventghost/
ÔÇóIf you use AutoRemoteÔÇÖs command system in a message sent to EventGhost, all your parameters (words to the left of =:=) will be available to use in other EventGhost actions. Use {eg.event.payload ...