Anbindung von Pioneer AVR

Begonnen von Erasor, 29 April 2013, 11:07:24

Vorheriges Thema - Nächstes Thema

cseuss

schade, immer noch keine Reaktion

50watt

Es gibt nun eine neue Version des Moduls, soben in den SVN hochgeladen, wird wohl ab morgen per update zur Verfügung stehen.
Die Überwachung der Datenverbindung wurde darin überarbeitet.
Um das Blockieren von FHEM zu verhindern, gibt es 2 neue Attribute:
   

  • statusUpdateStart <enable|disable> - Ein-/Ausschalten des Status Updates (lesen aller Parameter vom Pioneer AV Receiver, dauert bis zu einer Minute) beim Start des Moduls.
       Mit "disable" lässt sich das Status Update abschalten, FHEM startet schneller, das Pioneer Modul zeigt eventuell nicht korrekte readings.
  • statusUpdateReconnect <enable|disable> - Ein-/Ausschalten des Status Updates (lesen aller Parameter vom Pioneer AV Receiver, dauert bis zu einer Minute) nach dem Wiederherstellen der Datenverbindung zum Pioneer AV Receiver.
       Mit "disable" lässt sich das Status Update abschalten, FHEM bleibt reaktiver beim reconnect, das Pioneer Modul zeigt eventuell nicht korrekte readings.
require Win32::SerialPort; ist nun auch nicht mehr im Code

RaspberryPi, EnOcean PI
Sonos Play1, Connect
Eltako FT55, FSB61, FAM12, FSR12-4x

Chris8888

Hallo,
ist es möglich über das Modul eine Nachricht auf dem TV (als Meldung des Receivers) auszugeben?
Ich bin jetzt ein paar Mal die Befehlsliste (Excel) von Pioneer durch, finde aber nichts dazu.
Ggf. könnte zB das RAW-Kommando (dazu habe ich leider keine Infos gefunden) das?

Wäre spitze!

Danke für eure Rückmeldung.

VG
Christian
FHEM 6.0 auf einem PI4 mit div. Homematic-Komponenten, Alexa, Tablet-UI und Homebridge...und läuft einfach. Erweitert mit CCU3 und Homematic-IP...und läuft immer noch.

50watt

Mir ist nicht bekannt, dass man von Pioneer AVR Nachrichten auf den TV senden kann.
RaspberryPi, EnOcean PI
Sonos Play1, Connect
Eltako FT55, FSB61, FAM12, FSR12-4x

50watt

Es gibt nun eine neue Version des Moduls, soben in den SVN hochgeladen, wird wohl ab morgen per update zur Verfügung stehen.
Die Überwachung der Datenverbindung wurde darin erneut überarbeitet.
Es gibt 2 neue Attribute:

  • connectionCheck  1..120,off  Pingt den Pioneer AV Receiver alle X Sekunden um den Datenverbindungsstatus zu überprüfen. Standard: 60 Sekunden. (ersetzt das Attribute checkConnection)
  • timeout 1,2,3,4,5  Zeit in Sekunden, innerhalb der der Pioneer AV Receiver auf einen Ping antwortet. Standard: 3 Sekunden.
volumeStraight enhält nun die korrekten Werte.
Neues Reading stateAV, welches den Status des Pioneer AVR enthält, siehe auch https://wiki.fhem.de/wiki/DevelopmentGuidelinesAV
Das Reading state enthält nun den Status der Datenverbindung zum Pioneer AVR (opened, absent).
RaspberryPi, EnOcean PI
Sonos Play1, Connect
Eltako FT55, FSB61, FAM12, FSR12-4x

50watt

Heute gibt's wieder ein update - playStatus und stateAV sind darin korrigiert.


Hier ein Beispiel einer ReadingsGroup um das OSD der mediaServer-, iPod- etc. Eingänge via Fhem zu sehen und zu bedienen.



defmod rg_vsx923Screen readingsGroup TYPE=PIONEERAVR:sourceInfo \
TYPE=PIONEERAVR:screenType,screenName\
TYPE=PIONEERAVR:screenLineType01,screenLine01\
TYPE=PIONEERAVR:screenLineType02,screenLine02\
TYPE=PIONEERAVR:screenLineType03,screenLine03\
TYPE=PIONEERAVR:screenLineType04,screenLine04\
TYPE=PIONEERAVR:screenLineType05,screenLine05 \
TYPE=PIONEERAVR:screenLineType06,screenLine06\
TYPE=PIONEERAVR:screenLineType07,screenLine07 \
TYPE=PIONEERAVR:screenLineType08,screenLine08\
TYPE=PIONEERAVR:screenReturnKey,screenTopMenuKey,screenLineNumbers,screenLineNumberFirst,screenLineNumberLast,screenLineNumbersTotal
attr rg_vsx923Screen alias Pioneer Bildschirm
attr rg_vsx923Screen commands {"screenType.Playing(Play)"  => "set $DEVICE pause",\
"screenType.Playing(Pause)" => "set $DEVICE play",\
screenLineType01 => "set $DEVICE selectLine01", \
screenLineType02 => "set $DEVICE selectLine02", \
screenLineType03 => "set $DEVICE selectLine03", \
screenLineType04 => "set $DEVICE selectLine04", \
screenLineType05 => "set $DEVICE selectLine05", \
screenLineType06 => "set $DEVICE selectLine06", \
screenLineType07 => "set $DEVICE selectLine07", \
screenLineType08 => "set $DEVICE selectLine08", \
screenLine01     => "set $DEVICE selectLine01", \
screenLine02     => "set $DEVICE selectLine02", \
screenLine03     => "set $DEVICE selectLine03", \
screenLine04     => "set $DEVICE selectLine04", \
screenLine05     => "set $DEVICE selectLine05", \
screenLine06     => "set $DEVICE selectLine06", \
screenLine07     => "set $DEVICE selectLine07", \
screenLine08     => "set $DEVICE selectLine08", \
screenReturnKey        => "set $DEVICE return",\
screenTopMenuKey       => "set $DEVICE menu",\
screenLineNumbers      => "set $DEVICE selectScreenPage 00001",\
screenLineNumberFirst  => "set $DEVICE prev",\
screenLineNumberLast   => "set $DEVICE next",\
screenLineNumbersTotal => "set $DEVICE selectScreenPage ".ReadingsVal($DEVICE,"screenLineNumbersTotal",8)\
}
attr rg_vsx923Screen nonames 1
attr rg_vsx923Screen notime 1
attr rg_vsx923Screen room Pioneer
attr rg_vsx923Screen valueColumns { sourceInfo => 'colspan="5"',\
  screenLine01 => 'colspan="4"',\
  screenLine02 => 'colspan="4"',\
  screenLine03 => 'colspan="4"',\
  screenLine04 => 'colspan="4"',\
  screenLine05 => 'colspan="4"',\
  screenLine06 => 'colspan="4"',\
  screenLine07 => 'colspan="4"',\
  screenLine08 => 'colspan="4"' \
}
attr rg_vsx923Screen valueFormat { \
    ( $VALUE eq 'directory' )?"edit_open":\
    ( $VALUE eq 'music' )?"audio_sound":\
    ( $VALUE eq 'normal' )?"1px-spacer":\
    ( $READING eq 'screenType' && $VALUE eq 'Message' )?"message_mail":\
    ( $READING eq 'screenType' && $VALUE eq 'List' )?"audio_playlist":\
    ( $READING eq 'screenType' && $VALUE eq 'Playing(Play)' )?"audio_play":\
    ( $READING eq 'screenType' && $VALUE eq 'Playing(Pause)' )?"audio_pause":\
    ( $READING eq 'screenType' && $VALUE eq 'Playing(Fwd)' )?"audio_ff":\
    ( $READING eq 'screenType' && $VALUE eq 'Playing(Rev)' )?"audio_rew":\
    ( $READING eq 'screenType' && $VALUE eq 'Playing(Stop)' )?"audio_stop":\
    ( $READING eq 'screenReturnKey' && $VALUE eq '1' )?"control_return":\
    ( $READING eq 'screenReturnKey' && $VALUE eq '0' )?"1px-spacer":\
    ( $READING eq 'screenTopMenuKey' && $VALUE eq '1' )?"control_home":\
    ( $READING eq 'screenTopMenuKey' && $VALUE eq '0' )?"1px-spacer":\
    ( $READING eq 'screenLineNumberFirst' && $VALUE eq '1' )?"1px-spacer":\
    ( $READING eq 'screenLineNumberFirst' && $VALUE ne '1' )?"control_arrow_left":\
    ( $READING eq 'screenLineNumbers' && $VALUE gt "16" )?"control_arrow_leftward":\
    ( $READING eq 'screenLineNumbers' && $VALUE le ReadingsVal( $DEVICE,"screenLineNumberLast","8" ) )?"1px-spacer":\
    ( $READING eq 'screenLineNumberLast' && $VALUE ne ReadingsVal( $DEVICE,"screenLineNumbersTotal","8" ) )?"control_arrow_right":\
    ( $READING eq 'screenLineNumberLast' && $VALUE eq ReadingsVal( $DEVICE,"screenLineNumbersTotal","8" ) )?"1px-spacer":\
    ( $READING eq 'screenLineNumbersTotal' )?"control_arrow_rightward":\
$VALUE \
}
attr rg_vsx923Screen valueIcon %VALUE

RaspberryPi, EnOcean PI
Sonos Play1, Connect
Eltako FT55, FSB61, FAM12, FSR12-4x

Andreas79

Mit der neuesten Version des Moduls bekomme ich einen Haufen Logeinträge:

2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:29 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:32 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:34 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()
2017.07.17 07:48:37 3: PIONEERAVR AV_Main: PIONEERAVR_screenUpdate()[/code

Das ist seit dem Update am 4.7.
Und mein System ist seit diesem Update sehr träge, ich vermute, es hängt damit zusammen. Woher kommen diese Einträge? und kann ich das ausschalten?

50watt

Hallo Andreas79,

Danke für die Information.
Kannst du bitte mehr Details zum Fehler verraten (z.B. die Antwort auf  list AV_Main)?

RaspberryPi, EnOcean PI
Sonos Play1, Connect
Eltako FT55, FSB61, FAM12, FSR12-4x

Andreas79

#368
Hallo,

entschuldige meine nichtssagende Meldung in dem Thread. Weiß nicht, was ich mir dabei gedacht habe. Bin auch selbst Entwickler(aber nicht fhem) und schreib sowas...

Diese Meldungen treten nur auf, sobald der Receiver eingeschalten ist. Falls es relevant ist, ich habe einen VSX-2021. Diese Meldungen kommen aber, wie gesagt, erst seit dem letzten Update, vorher hat es das nicht gegeben. Ich habe aber auch schon länger keine Updates gemacht(ich schätze 2-3 Monate), also kann ich nicht genau sagen, welcher Versionssprung dafür verantwortlich ist.

Internals:
   CHANGED
   DEF        telnet 192.168.1.71:23
   DeviceName 192.168.1.71:23
   FD         42
   NAME       AV_Main
   NR         86
   NTFY_ORDER 50-AV_Main
   PARTIAL    GEH0
   Protocol   telnet
   STATE      opened
   TYPE       PIONEERAVR
   READINGS:
     2017-03-17 15:20:10   audioInputFormatC 0
     2017-03-17 15:20:10   audioInputFormatFHL 0
     2017-03-17 15:20:10   audioInputFormatFHR 0
     2017-03-17 15:20:10   audioInputFormatFWL 0
     2017-03-17 15:20:10   audioInputFormatFWR 0
     2017-03-17 15:20:10   audioInputFormatL 0
     2017-03-17 15:20:10   audioInputFormatLFE 0
     2017-03-17 15:20:10   audioInputFormatR 0
     2017-03-17 15:20:10   audioInputFormatS 0
     2017-03-17 15:20:10   audioInputFormatSBR 0
     2017-03-17 15:20:10   audioInputFormatSL 0
     2017-03-17 15:20:10   audioInputFormatSLB 0
     2017-03-17 15:20:10   audioInputFormatSR 0
     2017-03-17 15:20:10   audioInputFormatXC 0
     2017-03-17 15:20:10   audioInputFormatXL 0
     2017-03-17 15:20:10   audioInputFormatXR 0
     2017-03-17 15:20:10   audioInputFrequency 44.1kHz
     2017-03-17 15:20:10   audioInputSignal PCM
     2017-03-17 15:20:10   bass            0
     2015-05-27 19:56:48   bitPerSample    0
     2015-05-27 19:56:48   buffer          0
     2017-07-28 19:15:23   channel
     2017-07-28 19:15:23   channelName
     2017-07-28 19:15:23   channelStraight
     2017-07-28 19:31:58   currentAlbum
     2017-07-28 19:31:58   currentArtist   ORF FM4 Live
     2015-05-27 19:56:48   currentBitrate  0
     2015-05-27 19:56:48   currentChannel  0
     2015-05-27 19:56:48   currentChapterNumber 0
     2015-05-27 19:56:48   currentSamplingRate 0
     2017-07-28 19:31:58   currentTitle    FM4 Homebase Parade | fm4.ORF.at
     2015-05-27 19:56:48   currentTrack    0
     2015-05-27 19:56:48   directory       Recently Played
     2017-07-28 19:31:58   display         t
     2017-07-28 19:31:58   displayPrevious at
     2017-03-17 15:20:10   eq              on
     2015-05-27 19:56:48   format          0
     2015-05-27 19:56:48   genre           0
     2017-03-17 15:20:10   hdmi1ColourDepth ---
     2017-03-17 15:20:10   hdmi1ColourSpace ---
     2017-03-17 15:20:10   hdmi1RecommendedResolution ---
     2017-03-17 15:20:10   hdmi2ColourDepth ---
     2017-03-17 15:20:10   hdmi2ColourSpace ---
     2017-03-17 15:20:10   hdmi2RecommendedResolution ---
     2017-03-17 15:20:10   hdmiOut         1+2
     2017-07-28 19:15:23   input           homeMediaGallery
     2017-07-28 19:15:41   inputsList      adapterPort:bd:cblSat:cd:cdrTape:dvd:dvrBdr:favorites:hdmi1:hdmi2:hdmi3:hdmi4:hdmi5:hdmi6:hdmi7:hdmi8:hdmiCyclic:homeMediaGallery:iPodUsb:internetRadio:mediaServer:mhl:multiChIn:pandora:phono:sirius:spotify:tuner:tvSat:usbDac:video1:video2:xmRadio
     2017-03-17 15:20:10   listeningMode   autoSurround
     2017-07-28 19:15:23   listeningModePlaying STEREO
     2017-03-17 15:20:10   mcaccMemory     1
     2015-01-19 16:38:06   model           VSX-2021
     2015-05-27 19:56:48   music           0
     2017-07-25 21:46:12   mute            off
     2015-05-27 19:56:48   normal          0
     2015-05-27 19:56:48   nowPlaying      0
     2015-05-27 19:56:48   photo           0
     2017-07-28 19:31:58   playStatus      playing
     2017-07-28 19:15:23   power           on
     2017-07-27 08:05:58   presence        present
     2017-07-28 19:31:58   screenHierarchy 0
     2017-07-03 19:39:31   screenIpodKey   0
     2017-07-28 19:31:58   screenLine01    FM4 Homebase Parade | fm4.ORF.at
     2017-07-28 19:31:58   screenLine02    15:09
     2017-07-28 19:31:58   screenLine03    ORF FM4 Live
     2017-07-28 19:31:58   screenLine04
     2017-07-28 19:31:58   screenLine05    Variety
     2017-07-28 19:31:58   screenLine06    mp3
     2017-07-28 19:31:58   screenLine07    105 kbps
     2017-07-28 19:31:58   screenLine08    100
     2017-07-28 19:15:44   screenLineHasFocus 01
     2017-07-28 19:31:58   screenLineNumberFirst 1
     2017-07-28 19:31:58   screenLineNumberLast 1
     2017-07-03 18:54:23   screenLineNumberTotal
     2017-07-28 19:31:58   screenLineNumbers 8
     2017-07-28 19:31:58   screenLineNumbersTotal 1
     2017-07-28 19:31:58   screenLineType01 currentTitle
     2017-07-28 19:31:58   screenLineType02 time
     2017-07-28 19:31:58   screenLineType03 currentArtist
     2017-07-28 19:31:58   screenLineType04 currentAlbum
     2017-07-28 19:31:58   screenLineType05 genre
     2017-07-28 19:31:58   screenLineType06 format
     2017-07-28 19:31:58   screenLineType07 bitPerSample
     2017-07-28 19:31:58   screenLineType08 buffer
     2017-07-28 19:31:58   screenName
     2017-07-28 19:31:58   screenReturnKey 1
     2017-07-28 19:31:58   screenToolsKey  0
     2017-07-28 19:31:58   screenTopMenuKey 1
     2017-07-28 19:31:58   screenType      Playing(Play)
     2015-12-18 20:21:48   signalSelect    auto
     2014-12-20 08:54:47   softwareVersion 1-204-087-119-088
     2017-07-28 19:15:23   sourceInfo
     2017-03-17 15:20:10   speakerSystem   ZONE 2
     2017-03-17 15:20:10   speakers        A
     2017-03-17 15:20:10   standingWave    on
     2017-07-27 08:05:58   state           opened
     2017-07-28 19:15:46   stateAV         playing
     2015-05-27 19:56:48   station         0
     2015-05-27 19:56:48   time            0
     2017-03-17 15:20:10   tone            bypass
     2017-03-17 15:20:10   treble          0
     2017-07-28 19:15:23   tunerFrequency
     2015-05-27 19:56:48   video           0
     2017-03-17 15:20:10   videoInputAspectRatio ---
     2017-03-17 15:20:10   videoInputColourDepth ---
     2017-03-17 15:20:10   videoInputColourFormat ---
     2017-03-17 15:20:10   videoInputColourSpace ---
     2017-03-17 15:20:10   videoInputResolution ---
     2017-03-17 15:20:10   videoInputTerminal Self OSD/JPEG
     2017-03-17 15:20:10   videoOutputAspectRatio ---
     2017-03-17 15:20:10   videoOutputColourDepth ---
     2017-03-17 15:20:10   videoOutputColourFormat ---
     2017-03-17 15:20:10   videoOutputColourSpace ---
     2017-03-17 15:20:10   videoOutputResolution ---
     2017-07-28 19:15:33   volume          41
     2017-07-28 19:15:33   volumeStraight  -42.5
   helper:
     AVAILABLE  1
     nextConnectionCheck 1501263126.83798
     nextScreenUpdate 1501263126.73598
     receiver
     AUDIOINPUTFREQUENCY:
       00         32kHz
       01         44.1kHz
       02         48kHz
       03         88.2kHz
       04         96kHz
       05         176.4kHz
       06         192kHz
       07         ---
       32         2.8MHz
       33         5.6MHz
     AUDIOINPUTSIGNAL:
       00         ANALOG
       01         ANALOG
       02         ANALOG
       03         PCM
       04         PCM
       05         DOLBY DIGITAL
       06         DTS
       07         DTS-ES Matrix
       08         DTS-ES Discrete
       09         DTS 96/24
       10         DTS 96/24 ES Matrix
       11         DTS 96/24 ES Discrete
       12         MPEG-2 AAC
       13         WMA9 Pro
       14         DSD (HDMI or File via DSP route)
       15         HDMI THROUGH
       16         DOLBY DIGITAL PLUS
       17         DOLBY TrueHD
       18         DTS EXPRESS
       19         DTS-HD Master Audio
       20         DTS-HD High Resolution
       21         DTS-HD High Resolution
       22         DTS-HD High Resolution
       23         DTS-HD High Resolution
       24         DTS-HD High Resolution
       25         DTS-HD High Resolution
       26         DTS-HD High Resolution
       27         DTS-HD Master Audio
       28         DSD (HDMI or File via DSD DIRECT route)
       64         MP3
       65         WAV
       66         WMA
       67         MPEG4-AAC
       68         FLAC
       69         ALAC(Apple Lossless)
       70         AIFF
       71         DSD (USB-DAC)
     AUDIOOUTPUTFREQUENCY:
       00         32kHz
       01         44.1kHz
       02         48kHz
       03         88.2kHz
       04         96kHz
       05         176.4kHz
       06         192kHz
       07         ---
       32         2.8MHz
       33         5.6MHz
     CHARS:
       00
       01
       02
       03
       04
       05         [)
       06         (]
       07         I
       08         II
       09         <
       0A         >
       0B         _
       0C         .
       0D         .0
       0E         .5
       0F         O
       10         0
       11         1
       12         2
       13         3
       14         4
       15         5
       16         6
       17         7
       18         8
       19         9
       1A         A
       1B         B
       1C         C
       1D         F
       1E         M
       1F         �
       20
       21         !
       22         "
       23         #
       24         $
       25         %
       26         &
       27         '
       28         (
       29         )
       2A         *
       2B         +
       2C         ,
       2D         -
       2E         .
       2F         /
       30         0
       31         1
       32         2
       33         3
       34         4
       35         5
       36         6
       37         7
       38         8
       39         9
       3A         :
       3B         ;
       3C         <
       3D         =
       3E         >
       3F         ?
       40         @
       41         A
       42         B
       43         C
       44         D
       45         E
       46         F
       47         G
       48         H
       49         I
       4A         J
       4B         K
       4C         L
       4D         M
       4E         N
       4F         O
       50         P
       51         Q
       52         R
       53         S
       54         T
       55         U
       56         V
       57         W
       58         X
       59         Y
       5A         Z
       5B         [
       5C         \
       5D         ]
       5E         ^
       5F         _
       60         ||
       61         a
       62         b
       63         c
       64         d
       65         e
       66         f
       67         g
       68         h
       69         i
       6A         j
       6B         k
       6C         l
       6D         m
       6E         n
       6F         o
       70         p
       71         q
       72         r
       73         s
       74         t
       75         u
       76         v
       77         w
       78         x
       79         y
       7A         z
       7B         {
       7C         |
       7D         }
       7E         ~
       7F
       80         �
       81         �
       82         ?
       83         ?
       84         p
       85
       86
       87
       88
       89
       8A
       8B
       8C         ?
       8D         ?
       8E         ?
       8F         ?
       90         +
       91         ?
       92
       93
       94
       95
       96
       97
       98
       99
       9A
       9B
       9C
       9D
       9E
       9F
       A0
       A1         �
       A2         �
       A3         �
       A4         �
       A5         �
       A6         �
       A7         �
       A8         �
       A9         �
       AA         �
       AB         �
       AC         �
       AD         -
       AE         �
       AF         �
       B0         �
       B1         �
       B2         �
       B3         �
       B4         �
       B5         �
       B6         �
       B7         �
       B8         �
       B9         �
       BA         �
       BB         �
       BC         �
       BD         �
       BE         �
       BF         �
       C0         �
       C1         �
       C2         �
       C3         �
       C4         �
       C5         �
       C6         �
       C7         �
       C8         �
       C9         �
       CA         �
       CB         �
       CC         �
       CD         �
       CE         �
       CF         �
       D0         �
       D1         �
       D2         �
       D3         �
       D4         �
       D5         �
       D6         �
       D7         �
       D8         �
       D9         �
       DA         �
       DB         �
       DC         �
       DD         �
       DE         �
       DF         �
       E0         �
       E1         �
       E2         �
       E3         �
       E4         �
       E5         �
       E6         �
       E7         �
       E8         �
       E9         �
       EA         �
       EB         �
       EC         �
       ED         �
       EE         �
       EF         �
       F0         �
       F1         �
       F2         �
       F3         �
       F4         �
       F5         �
       F6         �
       F7         �
       F8         �
       F9         �
       FA         �
       FB         �
       FC         �
       FD         �
       FE         �
       FF         �
     CLEARONINPUTCHANGE:
       00         screenLine01
       01         screenLine02
       02         screenLine03
       03         screenLine04
       04         screenLine05
       05         screenLine06
       06         screenLine07
       07         screenLine08
       09         screenLineType01
       10         screenLineType02
       11         screenLineType03
       12         screenLineType04
       13         screenLineType05
       14         screenLineType06
       15         screenLineType07
       16         screenLineType08
       17         screenLineHasFocus
       18         screenLineNumberFirst
       19         screenLineNumberLast
       20         screenLineNumbersTotal
       21         screenLineNumbers
       22         screenType
       23         screenName
       24         screenHierarchy
       25         screenTopMenuKey
       26         screenToolsKey
       27         screenReturnKey
       28         playStatus
       29         sourceInfo
       30         currentAlbum
       31         currentArtist
       32         currentTitle
       33         channel
       34         channelName
       35         channelStraight
       36         tunerFrequency
     GETS:
       hdZone:
         input      ?ZEA
         power      ?ZEP
       main:
         audioInfo  ?AST
         avrModel   ?RGD
         bass       ?BA
         channel    ?PR
         currentListIpod ?GAI
         currentListNetwork ?GAH
         display    ?FL
         eq         ?ATC
         hdmiOut    ?HO
         input      ?F
         listeningMode ?S
         listeningModePlaying ?L
         macAddress ?SVB
         mcaccMemory ?MC
         mute       ?M
         networkPort1 ?STM
         networkPort2 ?STN
         networkPort3 ?STO
         networkPort4 ?STP
         networkPorts ?SUM
         networkSettings ?SUL
         networkStandby ?STJ
         power      ?P
         signalSelect ?DSA
         softwareVersion ?SSI
         speakerSystem ?SSF
         speakers   ?SPK
         standingWave ?ATD
         tone       ?TO
         treble     ?TR
         tunerChannelNames ?TQ
         tunerFrequency ?FR
         videoInfo  ?VST
         volume     ?V
       zone2:
         bass       ?ZGB
         input      ?ZS
         mute       ?Z2M
         power      ?AP
         treble     ?ZGC
         volume     ?ZV
       zone3:
         input      ?ZT
         mute       ?Z3M
         power      ?BP
         volume     ?YV
     HDMIOUT:
       0          1+2
       1          1
       2          2
       3          OFF
     INPUTNAMES:
       00:
         aliasName
         audioTerminal No Assign
         componentTerminal No Assign
         enabled    1
         hdmiTerminal No Assign
         inputLevelAdjust 1
         name       phono
         playerCommands 0
       01:
         aliasName
         enabled    1
         name       cd
         playerCommands 0
       02:
         aliasName
         enabled    1
         name       tuner
         playerCommands 0
       03:
         aliasName
         enabled    1
         name       cdrTape
         playerCommands 0
       04:
         aliasName
         enabled    1
         name       dvd
         playerCommands 0
       05:
         aliasName
         enabled    1
         name       tvSat
         playerCommands 0
       06:
         aliasName
         enabled    1
         name       cblSat
         playerCommands 0
       10:
         aliasName
         enabled    1
         name       video1
         playerCommands 0
       12:
         aliasName
         enabled    1
         name       multiChIn
         playerCommands 0
       13:
         aliasName
         enabled    1
         name       usbDac
         playerCommands 1
       14:
         aliasName
         enabled    1
         name       video2
         playerCommands 0
       15:
         aliasName
         enabled    1
         name       dvrBdr
         playerCommands 0
       17:
         aliasName
         enabled    1
         name       iPodUsb
         playerCommands 1
       18:
         aliasName
         enabled    1
         name       xmRadio
         playerCommands 1
       19:
         aliasName
         enabled    1
         name       hdmi1
         playerCommands 0
       20:
         aliasName
         enabled    1
         name       hdmi2
         playerCommands 0
       21:
         aliasName
         enabled    1
         name       hdmi3
         playerCommands 0
       22:
         aliasName
         enabled    1
         name       hdmi4
         playerCommands 0
       23:
         aliasName
         enabled    1
         name       hdmi5
         playerCommands 0
       24:
         aliasName
         enabled    1
         name       hdmi6
         playerCommands 0
       25:
         aliasName
         enabled    1
         name       bd
         playerCommands 0
       26:
         aliasName
         enabled    1
         name       homeMediaGallery
         playerCommands 1
       27:
         aliasName
         enabled    1
         name       sirius
         playerCommands 1
       31:
         aliasName
         enabled    1
         name       hdmiCyclic
         playerCommands 0
       33:
         aliasName
         enabled    1
         name       adapterPort
         playerCommands 1
       34:
         aliasName
         enabled    1
         name       hdmi7
         playerCommands 0
       35:
         aliasName
         enabled    1
         name       hdmi8
         playerCommands 0
       38:
         aliasName
         enabled    1
         name       internetRadio
         playerCommands 1
       41:
         aliasName
         enabled    1
         name       pandora
         playerCommands 1
       44:
         aliasName
         enabled    1
         name       mediaServer
         playerCommands 1
       45:
         aliasName
         enabled    1
         name       favorites
         playerCommands 1
       48:
         aliasName
         enabled    1
         name       mhl
         playerCommands 1
       53:
         aliasName
         enabled    1
         name       spotify
         playerCommands 1
     LINEDATATYPES:
       00         normal
       01         directory
       02         music
       03         photo
       04         video
       05         nowPlaying
       20         currentTitle
       21         currentArtist
       22         currentAlbum
       23         time
       24         genre
       25         currentChapterNumber
       26         format
       27         bitPerSample
       28         currentSamplingRate
       29         currentBitrate
       31         buffer
       32         currentChannel
       33         station
     LISTENINGMODES:
       0001       stereoCyclic
       0003       frontStageSurroundAdvanceFocus
       0004       frontStageSurroundAdvanceWide
       0005       autoSurrStreamDirectCyclic
       0006       autoSurround
       0007       direct
       0008       pureDirect
       0009       stereoDirectSet
       0010       standard
       0011       2chSource
       0012       proLogic
       0013       proLogic2movie
       0014       proLogic2music
       0015       proLogic2game
       0016       neo6cinema
       0017       neo6music
       0018       proLogic2xMovie
       0019       proLogic2xMusic
       0020       proLogic2xGame
       0021       multiChSource
       0022       multiChSourceDolbyEx
       0023       multiChSourceProLogic2xMovie
       0024       multiChSourceProLogic2xMusic
       0025       multiChSourceDtsEsNeo6
       0026       multiChSourceDtsEsMatrix
       0027       multiChSourceDtsEsDiscrete
       0028       xmHdSurround
       0029       neuralSurround
       0030       multiChSourceDtsEs8chDiscrete
       0031       proLogic2zHeight
       0032       wideSurroundMovie
       0033       wideSurroundMusic
       0034       multiChSourceProLogic2zHeight
       0035       multiChSourceWideSurroundMovie
       0036       multiChSourceWideSurroundMusic
       0037       neoXcinema
       0038       neoXmusic
       0039       neoXgame
       0040       neuralSurroundNeoXcinema
       0041       neuralSurroundNeoXmusic
       0042       neuralSurroundNeoXgame
       0043       multiChSourceNeoXcinema
       0044       multiChSourceNeoXmusic
       0045       multiChSourceNeoXgame
       0050       thxCyclic
       0051       prologicThxCinema
       0052       pl2movieThxCinema
       0053       neo6cinemaThxCinema
       0054       pl2xMovieThxCinema
       0055       thxSelect2games
       0056       thxCinemaForMultiCh
       0057       thxSurroundExForMultiCh
       0058       pl2xMovieThxCinemaForMultiCh
       0059       esNeo6thxCinemaForMultiCh
       0060       esMatrixThxCinemaForMultiCh
       0061       esDiscreteThxCinemaForMultiCh
       0062       thxSelect2cinemaForMultiCh
       0063       thxSelect2musicForMultiCh
       0064       thxSelect2gamesForMultiCh
       0065       thxUltra2cinemaForMultiCh
       0066       thxUltra2musicForMultiCh
       0067       es8chDiscreteThxCinemaForMultiCh
       0068       thxCinemaFor2ch
       0069       thxMusicFor2ch
       0070       thxGamesFor2ch
       0071       pl2musicThxMusic
       0072       pl2xMusicThxMusic
       0073       neo6musicThxMusic
       0074       pl2gameThxGames
       0075       pl2xGameThxGames
       0076       thxUltra2games
       0077       prologicThxMusic
       0078       prologicThxGames
       0079       thxUltra2gamesForMultiCh
       0080       thxMusicForMultiCh
       0081       thxGamesForMultiCh
       0082       pl2xMusicThxMusicForMultiCh
       0083       exThxGamesForMultiCh
       0084       neo6thxMusicForMultiCh
       0085       neo6thxGamesForMultiCh
       0086       esMatrixThxMusicForMultiCh
       0087       esMatrixThxGamesForMultiCh
       0088       esDiscreteThxMusicForMultiCh
       0089       esDiscreteThxGamesForMultiCh
       0090       es8chDiscreteThxMusicForMultiCh
       0091       es8chDiscreteThxGamesForMultiCh
       0092       pl2zHeightThxCinema
       0093       pl2zHeightThxMusic
       0094       pl2zHeightThxGames
       0095       pl2zHeightThxCinemaForMultiCh
       0096       pl2zHeightThxMusicForMultiCh
       0097       pl2zHeightThxGamesForMultiCh
       0100       advancedSurroundCyclic
       0101       action
       0102       sciFi
       0103       drama
       0104       entertainmentShow
       0105       monoFilm
       0106       expandedTheater
       0107       classical
       0109       unplugged
       0110       rockPop
       0112       extendedStereo
       0113       phonesSurround
       0116       tvSurround
       0117       sports
       0118       advancedGame
       0151       autoLevelControlAlC
       0152       optimumSurround
       0153       retrieverAir
       0201       neoXcinemaThxCinema
       0202       neoXmusicThxMusic
       0203       neoXgameThxGames
       0204       neoXcinemaThxCinemaForMultiCh
       0205       neoXmusicThxMusicForMultiCh
       0206       neoXgameThxGamesForMultiCh
     LISTENINGMODESPLAYING:
       0101       [)(]PLIIx MOVIE
       0102       [)(]PLII MOVIE
       0103       [)(]PLIIx MUSIC
       0104       [)(]PLII MUSIC
       0105       [)(]PLIIx GAME
       0106       [)(]PLII GAME
       0107       [)(]PROLOGIC
       0108       Neo:6 CINEMA
       0109       Neo:6 MUSIC
       010c       2ch Straight Decode
       010d       [)(]PLIIz HEIGHT
       010e       WIDE SURR MOVIE
       010f       WIDE SURR MUSIC
       0110       STEREO
       0111       Neo:X CINEMA
       0112       Neo:X MUSIC
       0113       Neo:X GAME
       0201       ACTION
       0202       DRAMA
       0208       ADVANCEDGAME
       0209       SPORTS
       020a       CLASSICAL
       020b       ROCK/POP
       020d       EXT.STEREO
       020e       PHONES SURR.
       020f       FRONT STAGE SURROUND ADVANCE
       0211       SOUND RETRIEVER AIR
       0212       ECO MODE 1
       0213       ECO MODE 2
       0301       [)(]PLIIx MOVIE +THX
       0302       [)(]PLII MOVIE +THX
       0303       [)(]PL +THX CINEMA
       0305       THX CINEMA
       0306       [)(]PLIIx MUSIC +THX
       0307       [)(]PLII MUSIC +THX
       0308       [)(]PL +THX MUSIC
       030a       THX MUSIC
       030b       [)(]PLIIx GAME +THX
       030c       [)(]PLII GAME +THX
       030d       [)(]PL +THX GAMES
       0310       THX GAMES
       0311       [)(]PLIIz +THX CINEMA
       0312       [)(]PLIIz +THX MUSIC
       0313       [)(]PLIIz +THX GAMES
       0314       Neo:X CINEMA + THX CINEMA
       0315       Neo:X MUSIC + THX MUSIC
       0316       Neo:X GAMES + THX GAMES
       0401       STEREO
       0402       [)(]PLII MOVIE
       0403       [)(]PLIIx MOVIE
       0405       AUTO SURROUND Straight Decode
       0406       [)(]DIGITAL EX
       0407       [)(]PLIIx MOVIE
       0408       DTS +Neo:6
       0409       ES MATRIX
       040a       ES DISCRETE
       040b       DTS-ES 8ch
       040e       RETRIEVER AIR
       040f       Neo:X CINEMA
       0501       STEREO
       0502       [)(]PLII MOVIE
       0503       [)(]PLIIx MOVIE
       0504       DTS/DTS-HD
       0505       ALC Straight Decode
       0506       [)(]DIGITAL EX
       0507       [)(]PLIIx MOVIE
       0508       DTS +Neo:6
       0509       ES MATRIX
       050a       ES DISCRETE
       050b       DTS-ES 8ch
       050e       RETRIEVER AIR
       050f       Neo:X CINEMA
       0601       STEREO
       0602       [)(]PLII MOVIE
       0603       [)(]PLIIx MOVIE
       0605       STREAM DIRECT NORMAL Straight Decode
       0606       [)(]DIGITAL EX
       0607       [)(]PLIIx MOVIE
       0609       ES MATRIX
       060a       ES DISCRETE
       060b       DTS-ES 8ch
       060c       Neo:X CINEMA
       0701       STREAM DIRECT PURE 2ch
       0702       [)(]PLII MOVIE
       0703       [)(]PLIIx MOVIE
       0704       Neo:6 CINEMA
       0705       STREAM DIRECT PURE Straight Decode
       0706       [)(]DIGITAL EX
       0707       [)(]PLIIx MOVIE
       0708       (nothing)
       0709       ES MATRIX
       070a       ES DISCRETE
       070b       DTS-ES 8ch
       070c       Neo:X CINEMA
       0881       OPTIMUM
       0e01       HDMI THROUGH
       0f01       MULTI CH IN
       1101       [)(]PLIIx MOVIE
       1102       [)(]PLIIx MUSIC
       1103       [)(]DIGITAL EX
       1104       DTS Neo:6
       1105       ES MATRIX
       1106       ES DISCRETE
       1107       DTS-ES 8ch
       1108       multi ch Straight Decode
       1109       [)(]PLIIz HEIGHT
       110a       WIDE SURR MOVIE
       110b       WIDE SURR MUSIC
       110c       Neo:X CINEMA
       110d       Neo:X MUSIC
       110e       Neo:X GAME
       1301       THX Surr EX
       1303       ES MTRX +THX CINEMA
       1304       ES DISC +THX CINEMA
       1305       ES 8ch +THX CINEMA
       1306       [)(]PLIIx MOVIE +THX
       1309       THX CINEMA
       130b       ES MTRX +THX MUSIC
       130c       ES DISC +THX MUSIC
       130d       ES 8ch +THX MUSIC
       130e       [)(]PLIIx MUSIC +THX
       1311       THX MUSIC
       1313       ES MTRX +THX GAMES
       1314       ES DISC +THX GAMES
       1315       ES 8ch +THX GAMES
       1319       THX GAMES
       131a       [)(]PLIIz +THX CINEMA
       131b       [)(]PLIIz +THX MUSIC
       131c       [)(]PLIIz +THX GAMES
       131d       Neo:X CINEMA + THX CINEMA
       131e       Neo:X MUSIC + THX MUSIC
       131f       Neo:X GAME + THX GAMES
     PQLSWORKING:
       0          PQLS OFF
       1          PQLS 2ch
       2          PQLS Multi ch
       3          PQLS Bitstream
     REMOTECONTROL:
       audioParameter APA
       cursorDown CDN
       cursorEnter CEN
       cursorLeft CLE
       cursorReturn CRT
       cursorRight CRI
       cursorUp   CUP
       hdmiOutputParameter HPA
       homeMenu   HM
       statusDisplay STS
       videoParameter VPA
     SCREENTYPES:
       00         Message
       01         List
       02         Playing(Play)
       03         Playing(Pause)
       04         Playing(Fwd)
       05         Playing(Rev)
       06         Playing(Stop)
       99         Drawing invalid
     SETS:
       hdZone:
         inputDown  ZEB
         inputUp    ZEC
         off        ZEF
         on         ZEO
         toggle     ZEZ
       main:
         0Mhl       07MHL
         0Network   00NW
         1Mhl       08MHL

pc1246

Hallo Andreas79
Kannst Du das bitte in codetags setzen, das sprengt meinen Bildschirm, und wird sich so auch keiner ansehen!
Danke und Gruss Christoph
HP T610
Onkyo_AVR;Enigma2; SB_Server; SB_Player; HM-USB; PhilipsTV; harmony hub; Jeelink mit PCA301; Somfy; S7-300; LGW; HUE; HM-IP auf Charly; div

Andreas79

Ich hab das am Computer in codetags gesetzt.


Gesendet von iPhone mit Tapatalk

Andreas79

Seh schon das Problem, bei meinem Post wurde am Ende was abgeschnitten, deshalb fehlt der Endtag vom Code.
Hab das jetzt korrigiert, aber es fehlt halt was, das kann ich erst wieder am Computer nachtragen.


Gesendet von iPhone mit Tapatalk

50watt

Hallo Andreas79,

ich habe soeben eine neue Version von 70_PIONEERAVR eingecheckt, sollte ab morgen via Update zur Verfügung stehen.
Damit sollte PIONEERAVR_screenUpdate() nur noch alle 5 Sekunden aufgerufen werden. Lass mich wissen, ob diese Version besser läuft.

RaspberryPi, EnOcean PI
Sonos Play1, Connect
Eltako FT55, FSB61, FAM12, FSR12-4x

Andreas79

Ich hab gestern das Update eingespielt und jetzt läuft wieder alles problemlos!
Danke!


Gesendet von iPhone mit Tapatalk

reacend

bei mir ist nur die State ständig als Opened kann ihn nicht mehr so easy steuern :)