Hello everybody,
Firsttime poster here! So I've been using Eventghost for a short while and I'm getting the hang of it but I cannot seem to get it right to create a skill for Alexa.
The main issue I'm having is:
{
"errorMessage": "Invalid Application ID"
}
my var Echo_App_ID = The Application ...
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 10 matches
- Mon Feb 06, 2017 7:18 pm
- Forum: General Support
- Topic: Amazon Echo Skill EchoToEventGhost
- Replies: 151
- Views: 77725
- Sat Feb 04, 2017 2:01 am
- Forum: General Support
- Topic: Amazon Echo Skill EchoToEventGhost
- Replies: 151
- Views: 77725
Re: Amazon Echo Skill EchoToEventGhost
Is there a way to make the skill stay connected (with a timeout) so multiple commands can be send without having to say "Alexa ask <skill name> to..." each time?
I'm using this to mimic my SageTV remote so navigation becomes a real pain (ie: up up right enter).
Great skill by the way!
Yes there ...
I'm using this to mimic my SageTV remote so navigation becomes a real pain (ie: up up right enter).
Great skill by the way!
Yes there ...
- Fri Feb 03, 2017 2:51 pm
- Forum: General Support
- Topic: Amazon Echo Skill EchoToEventGhost
- Replies: 151
- Views: 77725
Amazon Echo Skill EchoToEventGhost - Keep Connection Open
Is there a way to make the skill stay connected (with a timeout) so multiple commands can be send without having to say "Alexa ask <skill name> to..." each time?
I'm using this to mimic my SageTV remote so navigation becomes a real pain (ie: up up right enter).
Great skill by the way!
I'm using this to mimic my SageTV remote so navigation becomes a real pain (ie: up up right enter).
Great skill by the way!
- Fri Feb 03, 2017 2:40 pm
- Forum: Coding Corner
- Topic: Problem with delays and triggers in Python
- Replies: 3
- Views: 2387
Re: Problem with delays and triggers in Python
That worked perfectly - thanks!
- Thu Feb 02, 2017 4:15 am
- Forum: Coding Corner
- Topic: Problem with delays and triggers in Python
- Replies: 3
- Views: 2387
Problem with delays and triggers in Python
I'm trying to execute a loop that fires an event multiple times with a delay between each.
Here is the script....
import time
for eg.globals.loopptr in range(0,eg.globals.loop):
eg.TriggerEvent(eg.globals.parsedpayload[0])
time.sleep(1)
What I would expect to see is the first triggered ...
Here is the script....
import time
for eg.globals.loopptr in range(0,eg.globals.loop):
eg.TriggerEvent(eg.globals.parsedpayload[0])
time.sleep(1)
What I would expect to see is the first triggered ...
- Thu Jan 19, 2017 7:04 pm
- Forum: General Support
- Topic: Amazon Echo Skill EchoToEventGhost
- Replies: 151
- Views: 77725
- Mon Sep 03, 2012 10:58 pm
- Forum: Coding Corner
- Topic: Call a Macro Directly From a Python Script?
- Replies: 6
- Views: 4024
Re: Call a Macro Directly From a Python Script?
Unfortunately I missed two things. You need to add a eg.plugins. before the action when run from python.
So eg.plugins.EventGhost.NewJumpIf should work when run from the Python command.
The second thing I missed is the XmlIdLink(1857) part unfortunately I can't figure out what needs to be done to ...
So eg.plugins.EventGhost.NewJumpIf should work when run from the Python command.
The second thing I missed is the XmlIdLink(1857) part unfortunately I can't figure out what needs to be done to ...
- Sun Sep 02, 2012 1:16 am
- Forum: Coding Corner
- Topic: Call a Macro Directly From a Python Script?
- Replies: 6
- Views: 4024
Re: Call a Macro Directly From a Python Script?
Is there a way to just call the macro directly similar to a Jump via Python? You can use the Jump action from Python.
I just posted this in an other thread should work for you.
If you need a pointer to a macro just create for example a Jump action to the macro, then copy that action from ...
I just posted this in an other thread should work for you.
If you need a pointer to a macro just create for example a Jump action to the macro, then copy that action from ...
- Fri Aug 31, 2012 9:28 am
- Forum: Coding Corner
- Topic: Call a Macro Directly From a Python Script?
- Replies: 6
- Views: 4024
Call a Macro Directly From a Python Script?
I'm not sure if this can be done (searched the forum but couldn't find an answer). I would like to execute an eventghost macro from a Python script. Currently I'm raising an event with python which triggers my macro.
eg.TriggerEvent("SetSageExclusive", payload=None, prefix="Call", source=eg)
Is ...
eg.TriggerEvent("SetSageExclusive", payload=None, prefix="Call", source=eg)
Is ...
- Thu Aug 09, 2012 11:46 pm
- Forum: Plugin Support
- Topic: OSM (On Screen Menu) - Basic Question
- Replies: 1
- Views: 1461
OSM (On Screen Menu) - Basic Question
I'm just getting started with EventGhost and would like to add a popup menu that lists a few applications that I can select and start. I've figured out how to create the menu, however, I would like to launch a macro for each item in my list. On the OS Menu: Show menu configuration popup I see the ...