Hi Guys,
I currently have EG running, along with the rainshadow tech hdmi-cec bridge and the rcaware eg plugin.
I can control my TV on/off, volume, etc from EG
I can send EG commands from my TV remote and the control xbmc, etc.
Pretty good so far, and I'm happy, but...
I now wish to extend my ...
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 7 matches
- Wed Oct 19, 2011 9:25 am
- Forum: General Support
- Topic: controlling home audio zones
- Replies: 0
- Views: 999
- Sun Oct 16, 2011 10:42 pm
- Forum: Plugin Support
- Topic: Asterisk AMI Plugin
- Replies: 3
- Views: 2160
Re: Asterisk AMI Plugin
your best bet for asterisk is to use one of the pre-built distros. As long as you have a fairly recent pc, you should have no problem running it inside a virtual machine.
In the past I would always use trixbox for any asterisk install, but recently i've been using the freepbx distro with good ...
In the past I would always use trixbox for any asterisk install, but recently i've been using the freepbx distro with good ...
- Thu Oct 13, 2011 12:55 am
- Forum: Plugin Support
- Topic: New HDMI-CEC plugin
- Replies: 126
- Views: 68616
Re: RCAware PC-CEC Plugin (Rainshadow Tech HDMI-CEC Birdge)
Hi Patrick,
I'm using your plugin to control xbmc via my samsung tv remote. I don't have an amplifier and I'm not using mouse control, so I just have your plugin in events only mode.
On initial config of your plugin, the default is to set the CEC bridge to logical address 1 to be a recording ...
I'm using your plugin to control xbmc via my samsung tv remote. I don't have an amplifier and I'm not using mouse control, so I just have your plugin in events only mode.
On initial config of your plugin, the default is to set the CEC bridge to logical address 1 to be a recording ...
- Wed Oct 12, 2011 11:32 pm
- Forum: Plugin Support
- Topic: Asterisk AMI Plugin
- Replies: 3
- Views: 2160
Re: Asterisk AMI Plugin
Ok, so I thought I'd add an example.
This is how you can send the CallerID of an incoming call to XBMC.
I've added 2 plugins to the Configuration tree - Asterisk AMI and XBMC2
I've created a macro with a Python Script, and used the AsteriskAMI.Newstate event to trigger it
config.PNG
The ...
This is how you can send the CallerID of an incoming call to XBMC.
I've added 2 plugins to the Configuration tree - Asterisk AMI and XBMC2
I've created a macro with a Python Script, and used the AsteriskAMI.Newstate event to trigger it
config.PNG
The ...
- Wed Oct 12, 2011 4:19 am
- Forum: Plugin Support
- Topic: Asterisk AMI Plugin
- Replies: 3
- Views: 2160
Asterisk AMI Plugin
Hi All,
Here is my first plugin, I'm new to Eventghost and Python so please be nice. It's quick and dirty, and I'm sure there are better ways to do what I am doing - but it seems to work for the intended purpose.
This plugin connects to an asterisk box via the AMI interface. It generates an ...
Here is my first plugin, I'm new to Eventghost and Python so please be nice. It's quick and dirty, and I'm sure there are better ways to do what I am doing - but it seems to work for the intended purpose.
This plugin connects to an asterisk box via the AMI interface. It generates an ...
- Tue Oct 11, 2011 3:14 am
- Forum: Coding Corner
- Topic: How to include other libraries in plugin
- Replies: 1
- Views: 2061
How to include other libraries in plugin
Hi all,
I might be missing something really basic here, but how do include other python libraries in my plugin?
I created a sub folder in my plugin directory and put the .py files there, but EG locks up on starting.
Looks like it's going through compiling the library py files, but getting stuck ...
I might be missing something really basic here, but how do include other python libraries in my plugin?
I created a sub folder in my plugin directory and put the .py files there, but EG locks up on starting.
Looks like it's going through compiling the library py files, but getting stuck ...
- Thu Oct 06, 2011 1:58 am
- Forum: Coding Corner
- Topic: How do I reload plugin
- Replies: 5
- Views: 3743
How do I reload plugin
Hi Guys,
It's my first day trying to write a plugin, so go easy on me..
After I have made changes to the plugins .py file, what's the best way to get it to reload?
Looks like I either have to delete the plugin (along with any actions) from the tree. Or close EG and restart it.
Is there an easier ...
It's my first day trying to write a plugin, so go easy on me..
After I have made changes to the plugins .py file, what's the best way to get it to reload?
Looks like I either have to delete the plugin (along with any actions) from the tree. Or close EG and restart it.
Is there an easier ...