I could put a check box in the plugin configuration for "append payload" so that it includes the payload as part of the event.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)
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)