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.

Onkyo 875

Questions and comments specific to a particular plugin should go here.
User avatar
Fiasco
Plugin Developer
Posts: 222
Joined: Fri Jul 24, 2009 5:32 am
Location: St. Louis MO
Contact:

Re: Onkyo 875

Post by Fiasco »

Livin wrote:What is different between the old Onkyo plugin and the 875 plugin?
Can the ability to handle this be put into the plugin? (e.g. I must manually add the On or Off in the Event line)
I could put a check box in the plugin configuration for "append payload" so that it includes the payload as part of the event.

In the meantime you can change the commands from
self.TriggerEvent("Zone3Mute", self.onOffDict[value])

to

self.TriggerEvent("Zone3Mute." + self.onOffDict[value])

(replace , with + and add a . to the end of the event name)
User avatar
Livin
Experienced User
Posts: 792
Joined: Wed Oct 08, 2008 4:56 am

Re: Onkyo 875

Post by Livin »

As a test I put back in the old plugin (.2 which 3 people, including yourself worked on) and it works perfectly.

The log shows: OnkyoSerial2.Power.Off
... when I drag it to the Macro it stays the same.
... so it looks like it is doing exactly what you stated.

I made the modifications to your .PY and it is working well.

It might be good to add the option as you suggested.

thx!
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system
User avatar
Fiasco
Plugin Developer
Posts: 222
Joined: Fri Jul 24, 2009 5:32 am
Location: St. Louis MO
Contact:

Re: Onkyo 875

Post by Fiasco »

Currently my 875 is away for warranty work so I cant rewrite/test the plugin with the change.

I did put in a checkbox w/ "user seperate events" in the plugin config which is working fine.

I'll upload the revision as soon as I get my onkyo back and I can test it.
User avatar
Livin
Experienced User
Posts: 792
Joined: Wed Oct 08, 2008 4:56 am

Re: Onkyo 875

Post by Livin »

cool... thanks for the help!
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system
User avatar
Livin
Experienced User
Posts: 792
Joined: Wed Oct 08, 2008 4:56 am

Re: Onkyo 875

Post by Livin »

Oddly enough I'm now getting an error...

11:12:09 PM Traceback (most recent call last) (1262):
11:12:09 PM File "C:\Program Files (x86)\EventGhost\eg\Classes\SerialThread.py", line 419, in CallbackThreadProc
11:12:09 PM File "C:\Program Files (x86)\EventGhost\plugins\Onkyo 875\__init__.py", line 670, in OnReceive
11:12:09 PM TypeError: cannot concatenate 'str' and 'int' objects

?
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system
User avatar
Livin
Experienced User
Posts: 792
Joined: Wed Oct 08, 2008 4:56 am

Re: Onkyo 875

Post by Livin »

Fiasco,
Do you have an update on the plugin?
setup... XBMC, W7MC for DVR & Live OTA TV, JRMC for multi-zone audio, EG, MiCasaVerde Vera3, USB-UIRT IR receiver, Harmony remote, 5.2 home theater system
Post Reply