kgschlosser wrote: Thu May 03, 2018 12:31 am
I do have a question for ya. do you get events if you go and manually turn up the volume on your avr? do the volume actions work?
All tests with the DENON AVR-X540BT and the DENON AVR-X2400H.
Testing both versions, since i found out, i don't get power events on 0.3.0 anymore:
PulseEightPlus-0.3.0b.egplugin
PulseEightPlus-0.2.1b.egplugin
Actions:
Volume Up does work.
Volume Down does work.
get AVR Volume:
just gives me this line in the log, but nothing happens:
Code: Select all
11:46:43 Pulse-Eight CEC+: Get AVR Volume: Adapter: PC on COM8
Set AVR Volume:
gives me an error if i switch the Adapter (Beamer is default, switching to PC):
Code: Select all
11:47:07 Traceback (most recent call last) (WIP-2018.03.02-11.16.00):
11:47:07 File "C:\ProgramData\EventGhost\plugins\PulseEightPlus\gui_controls.py", line 1788, in on_choice
11:47:07 choices.remove('')
11:47:07 ValueError: list.remove(x): x not in list
Running the Action seems to set the volume but crashes EG. Sometimes at least..
Events:
I dont get any events from turning the AVR volume on the AVR or by remote. (not in both P8+ versions)
---
After my tests i found out! there seems to be a bug in your last version: I dont get any events.
So power on/off events like in your last version (0.2.1b): 11:59:22 PulseEight.PC.Audio.Power.On
are completly gone.
---
On my setup i set to wake the AVR for my PC adapter (just this one, the other one i dont want to wake).
On initialize i get following output:
12:18:45 CEC Adapter Started
12:18:45 Adapter Name: PC
12:18:45 Adapter Serial Port: COM8
12:18:45 Adapter Device Emulation: recording device, playback device
12:18:45 Available Devices: PC, Playback 1, AVR-X540BT
12:18:45 AVR Volume Control: On
12:18:45 CEC Adapter Started
12:18:45 Adapter Name: Beamer
12:18:45 Adapter Serial Port: COM9
12:18:45 Adapter Device Emulation: recording device, playback device
12:18:45 Available Devices: Beamer, Playback 1, AVR-X2400H
12:18:45 AVR Volume Control: Off
It seems like the AVR Volume Control is just linked to the "Wake AVR" in the plugin Settings?
---
for my PC adapter i turned all logs on. So there should be some stuff. But why does it Poll soooo often?
Running 0.3.0b just to check whats in the info:
Code: Select all
12:17:29 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:29 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:29 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:30 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:31 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:31 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:31 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:31 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
12:17:31 DEBUG: 0 Dummy-12: CEC DEBUG: PC: << Recorder 1 (1) -> TV (0): POLL
These lines just repeat endlessly.