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.

Search found 25 matches

by DarkCinema
Thu Mar 10, 2016 1:59 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 614861

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Hi. I am getting an error. Using you latest change:

14:56:26 XBMC2: Error opening: actions.dat

What does it mean?
by DarkCinema
Sun Nov 01, 2015 8:36 pm
Forum: Plugin Support
Topic: Denon & Marantz Network Control Plugin
Replies: 36
Views: 10745

Re: Denon & Marantz Network Control Plugin

Thanks for this plugin.
I am missing feedback information like the command PW? or SSINFAISSIG ?.

This plugin has that http://www.eventghost.org/forum/viewtopic.php?f=9&t=5498&p=27256&hilit=marantz&sid=ae678ae0583bfc9fa450f8aad6400530#p27256
FYI I use the SSINFAISSIG ? command to read the "audio ...
by DarkCinema
Thu Dec 04, 2014 9:34 pm
Forum: Plugin Support
Topic: SunTracker - with moving ghost
Replies: 566
Views: 264148

Re: SunTracker - with moving ghost

Hi All,

I currently using this great plugin to activate my HUE lights at the sunset time. Triggered by the default plugin action xxx.sunset. Since I am a noob in Phyton adn Eventghost I need some help to activate the lights earlier depending on the weather conditions. Can someone hand me an xml ...
by DarkCinema
Sun May 11, 2014 4:42 pm
Forum: Plugin Support
Topic: Simple SSH Client
Replies: 45
Views: 21960

Re: Simple SSH Client

Thanks a Lot for this excellent plugin.
Just what I needed to send commands to my Ubiquiti mFi and Unifi equipment.
by DarkCinema
Sun Jan 12, 2014 4:12 pm
Forum: Coding Corner
Topic: New Pioneer AVR Network Plugin
Replies: 81
Views: 52529

Re: New Pioneer AVR Network Plugin

Thanks, gonna have a look at it.

Seems to work, thanks a lot:


17:20:51 Pioneer_AV_NET: SendCommand: ?AST
17:20:51 Pioneer_AV_NET.AST0301000000000000000000000000000000000000000
17:20:51 Pioneer_AV_NET.AST.Audio_Input_Signal '03'
17:20:51 Pioneer_AV_NET.AST.Audio_Input_Frequency '01'
17:20:51 ...
by DarkCinema
Thu Jan 09, 2014 8:19 am
Forum: General Support
Topic: Getting events from a HTTP GET querry
Replies: 6
Views: 2928

Re: Getting events from a HTTP GET querry

I am merely a copycat when it comes to Python coding.
Since it wasnÔÇÖt working I looked at the wiki page https://wiki.python.org/moin/MiniDom%20 ... 20example.
by DarkCinema
Wed Jan 08, 2014 10:34 am
Forum: General Support
Topic: Getting events from a HTTP GET querry
Replies: 6
Views: 2928

Re: Getting events from a HTTP GET querry

Got it working :).

Added:


from xml.dom.minidom import parse
dom = parse (response)


I had to look at the Tag "returnvalue" 0=stop 1=playing

If noting is playing the response is:

<theDavidBox>
<request>
<arg0>get_current_vod_info</arg0>
<module>playback</module>
</request>
<response ...
by DarkCinema
Wed Jan 08, 2014 10:09 am
Forum: General Support
Topic: Getting events from a HTTP GET querry
Replies: 6
Views: 2928

Re: Getting events from a HTTP GET querry

Cool Thanks a lot.
Gonna try this and see I if can get this to work.
by DarkCinema
Fri Jan 03, 2014 9:55 pm
Forum: Coding Corner
Topic: New Pioneer AVR Network Plugin
Replies: 81
Views: 52529

Re: New Pioneer AVR Network Plugin

It is not the listening mode I am after. I am looking to get the audio input type as per PDF.


22:56:25 Pioneer_AV_NET: SendCommand: ?L
22:56:25 Pioneer_AV_NET.LM0401
22:56:27 VTA000000111111111111000000000000
22:57:26 Pioneer_AV_NET: SendCommand: ?AST
22:57:26 ...
by DarkCinema
Fri Jan 03, 2014 6:33 pm
Forum: Coding Corner
Topic: New Pioneer AVR Network Plugin
Replies: 81
Views: 52529

Re: New Pioneer AVR Network Plugin

Thanks but somehow it is not working form me. Could be related to my Receiver VSX-2021. Tried a clean EG XML with only this plugin.


19:31:29 Pioneer_AV_NET: SendCommand: PO
19:31:30 Pioneer_AV_NET.PWR0
19:31:30 Pioneer_AV_NET.LM0401
19:31:30 Pioneer_AV_NET.LM0401
19:31:30 Pioneer_AV_NET.FN10
19 ...
by DarkCinema
Fri Jan 03, 2014 9:52 am
Forum: General Support
Topic: Getting events from a HTTP GET querry
Replies: 6
Views: 2928

Getting events from a HTTP GET querry

I like to know if it would be possible to use Eventghost to send a HTTP request to my Popcorn Hour A-400 and trigger an event on the received XML output.
Forn instance when I send the command:

http://<A-400>:8008/playback?arg0=get_current_vod_info I receive the playback status in XML syntax ...
by DarkCinema
Fri Jan 03, 2014 9:42 am
Forum: Coding Corner
Topic: New Pioneer AVR Network Plugin
Replies: 81
Views: 52529

Re: New Pioneer AVR Network Plugin

The only way I can think of to be able to tell if a movie is playing is to look at the ÔÇ£audio input signalÔÇØ
In general this will be either AC3, DTS, DTS-MA or TrueHD. This is in the output from the ?AST command "data1&data2". If no movie is playing the audio input signal will be just PCM ...
by DarkCinema
Thu Jan 02, 2014 11:08 am
Forum: Coding Corner
Topic: New Pioneer AVR Network Plugin
Replies: 81
Views: 52529

Re: New Pioneer AVR Network Plugin

When the ÔÇ£Input AudioÔÇØ changes I donÔÇÖt receive an event that tells me the ÔÇ£Input AudioÔÇØ I only receive: ÔÇ£Pioneer_AV_NET.LM0206ÔÇØ
It is possible to change this in the plugin or is it limited by what the Pioneer sends?
Polling with STS is not useful atm since I donÔÇÖt receive an event.
by DarkCinema
Tue Dec 31, 2013 6:45 pm
Forum: Coding Corner
Topic: New Pioneer AVR Network Plugin
Replies: 81
Views: 52529

Re: New Pioneer AVR Network Plugin


I'm sure that sem;colon will take care of it, but it seems that your question has changed. The AUDIO information is logged as an event when there is a change, but if you're trying to get it on demand, you might try sending STS (status display) or APA (audio parameter), each of which generates ...
by DarkCinema
Tue Dec 31, 2013 12:58 pm
Forum: General Support
Topic: How to use events that contain spaces.
Replies: 4
Views: 1607

Re: How to use events that contain spaces.

kkl wrote:Use the other Pioneer plug-in that sem;colon already pointed you to in another thread and see the end of the thread for info on the payload.
Thx.