Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Русский
    3. ioBroker
    4. ioBroker драйвера
    5. Onkyo

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Onkyo

    This topic has been deleted. Only users with topic management privileges can see it.
    • Bluefox
      Bluefox last edited by

      @instalator:

      @Bluefox:

      Значит твой прибор не поддерживает get_commands…. И решение не работает..

      А как выяснить, какаие команды конкретный аппарат поддерживает? `
      Короче обманул я тебя. В лог не весь текст выводится

      ! onkyo-0 2015-06-25 21:17:17 info stateChange onkyo.0.connected {'val':true,'ack':true,'ts':1435245437,'from':'system.adapter.onkyo.0','lc':1434642788}
      ! onkyo-0 2015-06-25 21:17:17 info ['system-power','audio-muting','speaker-a','speaker-b','speaker-layout','master-volume','volume','tone-front','tone-front-wide','tone-front-high','tone-center','tone-surround','tone-surround-back','tone-subwoofer','sleep-set','speaker-level-calibration','subwoofer-temporary-level','center-temporary-level','display-mode','dimmer-level','setup','memory-setup','audio-infomation','video-infomation','input-selector','recout-selector','audio-selector','12v-trigger-a','12v-trigger-b','12v-trigger-c','video-output-selector','hdmi-output-selector','hdmi-audio-out','monitor-out-resolution','isf-mode','video-wide-mode','video-picture-mode','listening-mode','late-night','cinema-filter','audyssey-2eq-multeq-multeq-xt','audyssey-dynamic-eq','audyssey-dynamic-volume','dolby-volume','music-optimizer','tuning','preset','preset-memory','rds-information','pty-scan','tp-scan','xm-channel-name-info','xm-artist-name-info','xm-title-info','xm-channel-number','xm-category','sirius-channel-name-info','sirius-artist-name-info','sirius-title-info','sirius-channel-number','sirius-category','sirius-parental-lock','hd-radio-artist-name-info','hd-radio-channel-name-info','hd-radio-title-info','hd-radio-detail-info','hd-radio-channel-program','hd-radio-blend-mode','hd-radio-tuner-status','network-usb','net-usb-artist-name-info','net-usb-album-name-info','net-usb-title-name','net-usb-time-info','net-usb-track-info','net-usb-play-status','internet-radio-preset','net-usb-list-info','net-usb-jacket-art','net-service','net-keyboard','net-popup-message','ipod-mode-change','cd-player','tape1-a','tape2-b','graphics-equalizer','dat-recorder','dvd-player','md-recorder','cd-r-recorder','universal-port','ipod-artist-name-info','ipod-album-name-info','ipod-title-name','ipod-time-info','ipod-track-info','ipod-play-status','ipod-list-info','dab-preset','dab-sation-name','dab-display-info']
      ! onkyo-0 2015-06-25 21:17:17 info Successfully connected to AVR `
      Тогда попробуй следующее: (строка 169(

      eiscp.get_commands('main', function (err, cmds) {
                  cmds.forEach(function (cmd) {
                      eiscp.command(cmd + "=query"); // Create for every command the object
                      eiscp.get_command(cmd, function (err, values) {
                          adapter.log.debug('Please send following info to developer: ' + cmd + ', ' + JSON.stringify(values));
                      });
                  });
              });
      
      1 Reply Last reply Reply Quote 0
      • I
        instalator last edited by

        @Bluefox:

        @instalator:

        @Bluefox:

        Значит твой прибор не поддерживает get_commands…. И решение не работает..

        А как выяснить, какаие команды конкретный аппарат поддерживает? `
        Короче обманул я тебя. В лог не весь текст выводится

        ! onkyo-0 2015-06-25 21:17:17 info stateChange onkyo.0.connected {'val':true,'ack':true,'ts':1435245437,'from':'system.adapter.onkyo.0','lc':1434642788}
        ! onkyo-0 2015-06-25 21:17:17 info ['system-power','audio-muting','speaker-a','speaker-b','speaker-layout','master-volume','volume','tone-front','tone-front-wide','tone-front-high','tone-center','tone-surround','tone-surround-back','tone-subwoofer','sleep-set','speaker-level-calibration','subwoofer-temporary-level','center-temporary-level','display-mode','dimmer-level','setup','memory-setup','audio-infomation','video-infomation','input-selector','recout-selector','audio-selector','12v-trigger-a','12v-trigger-b','12v-trigger-c','video-output-selector','hdmi-output-selector','hdmi-audio-out','monitor-out-resolution','isf-mode','video-wide-mode','video-picture-mode','listening-mode','late-night','cinema-filter','audyssey-2eq-multeq-multeq-xt','audyssey-dynamic-eq','audyssey-dynamic-volume','dolby-volume','music-optimizer','tuning','preset','preset-memory','rds-information','pty-scan','tp-scan','xm-channel-name-info','xm-artist-name-info','xm-title-info','xm-channel-number','xm-category','sirius-channel-name-info','sirius-artist-name-info','sirius-title-info','sirius-channel-number','sirius-category','sirius-parental-lock','hd-radio-artist-name-info','hd-radio-channel-name-info','hd-radio-title-info','hd-radio-detail-info','hd-radio-channel-program','hd-radio-blend-mode','hd-radio-tuner-status','network-usb','net-usb-artist-name-info','net-usb-album-name-info','net-usb-title-name','net-usb-time-info','net-usb-track-info','net-usb-play-status','internet-radio-preset','net-usb-list-info','net-usb-jacket-art','net-service','net-keyboard','net-popup-message','ipod-mode-change','cd-player','tape1-a','tape2-b','graphics-equalizer','dat-recorder','dvd-player','md-recorder','cd-r-recorder','universal-port','ipod-artist-name-info','ipod-album-name-info','ipod-title-name','ipod-time-info','ipod-track-info','ipod-play-status','ipod-list-info','dab-preset','dab-sation-name','dab-display-info']
        ! onkyo-0 2015-06-25 21:17:17 info Successfully connected to AVR `
        Тогда попробуй следующее: (строка 169(

        eiscp.get_commands('main', function (err, cmds) {
                    cmds.forEach(function (cmd) {
                        eiscp.command(cmd + "=query"); // Create for every command the object
                        eiscp.get_command(cmd, function (err, values) {
                            adapter.log.debug('Please send following info to developer: ' + cmd + ', ' + JSON.stringify(values));
                        });
                    });
                });
        ```` `  
        

        Зашуршало!

        1 Reply Last reply Reply Quote 0
        • I
          instalator last edited by

          ! onkyo-0 2015-06-25 21:35:23 info stateChange onkyo.0.command {'val':'MVL0A','ack':true,'ts':1435246524,'from':'system.adapter.onkyo.0','lc':1435246523}
          ! onkyo-0 2015-06-25 21:35:23 info stateChange onkyo.0.volume {'val':10,'ack':true,'ts':1435246524,'from':'system.adapter.onkyo.0','lc':1435245983}
          ! onkyo-0 2015-06-25 21:35:23 info stateChange onkyo.0.master-volume {'val':10,'ack':true,'ts':1435246524,'from':'system.adapter.onkyo.0','lc':1435245983}
          ! onkyo-0 2015-06-25 21:35:23 info Got message: {'command':['master-volume','volume'],'argument':10,'iscp_command':'MVL0A','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:23 info stateChange onkyo.0.command {'val':'MVL0A','ack':true,'ts':1435246523,'from':'system.adapter.onkyo.0','lc':1435246523}
          ! onkyo-0 2015-06-25 21:35:23 info stateChange onkyo.0.volume {'val':10,'ack':true,'ts':1435246523,'from':'system.adapter.onkyo.0','lc':1435245983}
          ! onkyo-0 2015-06-25 21:35:23 info stateChange onkyo.0.master-volume {'val':10,'ack':true,'ts':1435246523,'from':'system.adapter.onkyo.0','lc':1435245983}
          ! onkyo-0 2015-06-25 21:35:23 info Got message: {'command':['master-volume','volume'],'argument':10,'iscp_command':'MVL0A','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:22 info stateChange onkyo.0.command {'val':'AMT00','ack':true,'ts':1435246523,'from':'system.adapter.onkyo.0','lc':1435246523}
          ! onkyo-0 2015-06-25 21:35:22 info stateChange onkyo.0.mute {'val':false,'ack':true,'ts':1435246523,'from':'system.adapter.onkyo.0','lc':1434642794}
          ! onkyo-0 2015-06-25 21:35:22 info Got message: {'command':'audio-muting','argument':'off','iscp_command':'AMT00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:22 info stateChange onkyo.0.command {'val':'PWR01','ack':true,'ts':1435246522,'from':'system.adapter.onkyo.0','lc':1435246522}
          ! onkyo-0 2015-06-25 21:35:22 info stateChange onkyo.0.power {'val':true,'ack':true,'ts':1435246522,'from':'system.adapter.onkyo.0','lc':1435232679}
          ! onkyo-0 2015-06-25 21:35:22 info Got message: {'command':'system-power','argument':'on','iscp_command':'PWR01','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:21 info stateChange onkyo.0.command {'val':'SLI23','ack':true,'ts':1435246522,'from':'system.adapter.onkyo.0','lc':1435246522}
          ! onkyo-0 2015-06-25 21:35:21 info stateChange onkyo.0.input {'val':['cd','tv','cd'],'ack':true,'ts':1435246522,'from':'system.adapter.onkyo.0','lc':1435151166}
          ! onkyo-0 2015-06-25 21:35:21 info Got message: {'command':'input-selector','argument':['cd','tv','cd'],'iscp_command':'SLI23','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:16 info stateChange onkyo.0.command {'val':'NSTS–','ack':true,'ts':1435246516,'from':'system.adapter.onkyo.0','lc':1435246516}
          ! onkyo-0 2015-06-25 21:35:16 info Create new object: onkyo.0.net-usb-play-status, role = media
          ! onkyo-0 2015-06-25 21:35:16 info Got message: {'command':'net-usb-play-status','iscp_command':'NSTS--','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:15 info stateChange onkyo.0.command {'val':'NTR----/----','ack':true,'ts':1435246516,'from':'system.adapter.onkyo.0','lc':1435246516}
          ! onkyo-0 2015-06-25 21:35:15 info Create new object: onkyo.0.net-usb-track-info, role = media
          ! onkyo-0 2015-06-25 21:35:15 info Got message: {'command':'net-usb-track-info','iscp_command':'NTR----/----','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:15 info stateChange onkyo.0.command {'val':'NTM--:--/--:--','ack':true,'ts':1435246515,'from':'system.adapter.onkyo.0','lc':1435246515}
          ! onkyo-0 2015-06-25 21:35:15 info Create new object: onkyo.0.net-usb-time-info, role = media
          ! onkyo-0 2015-06-25 21:35:15 info Got message: {'command':'net-usb-time-info','iscp_command':'NTM--:--/--:--','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:04 info stateChange onkyo.0.command {'val':'PRS03','ack':true,'ts':1435246505,'from':'system.adapter.onkyo.0','lc':1435246505}
          ! onkyo-0 2015-06-25 21:35:04 info Create new object: onkyo.0.preset, role = media
          ! onkyo-0 2015-06-25 21:35:04 info Got message: {'command':'preset','iscp_command':'PRS03','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:03 info stateChange onkyo.0.music-optimizer {'val':false,'ack':true,'ts':1435246504,'from':'system.adapter.onkyo.0','lc':1435246504}
          ! onkyo-0 2015-06-25 21:35:03 info stateChange onkyo.0.command {'val':'MOT00','ack':true,'ts':1435246504,'from':'system.adapter.onkyo.0','lc':1435246504}
          ! onkyo-0 2015-06-25 21:35:03 info Create new object: onkyo.0.music-optimizer, role = media
          ! onkyo-0 2015-06-25 21:35:03 info Got message: {'command':'music-optimizer','argument':'off','iscp_command':'MOT00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:03 info stateChange onkyo.0.dolby-volume {'val':false,'ack':true,'ts':1435246503,'from':'system.adapter.onkyo.0','lc':1435246503}
          ! onkyo-0 2015-06-25 21:35:03 info stateChange onkyo.0.command {'val':'DVL00','ack':true,'ts':1435246503,'from':'system.adapter.onkyo.0','lc':1435246503}
          ! onkyo-0 2015-06-25 21:35:03 info Create new object: onkyo.0.dolby-volume, role = media.volume
          ! onkyo-0 2015-06-25 21:35:03 info Got message: {'command':'dolby-volume','argument':'off','iscp_command':'DVL00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:02 info stateChange onkyo.0.audyssey-dynamic-volume {'val':false,'ack':true,'ts':1435246503,'from':'system.adapter.onkyo.0','lc':1435246503}
          ! onkyo-0 2015-06-25 21:35:02 info stateChange onkyo.0.command {'val':'ADV00','ack':true,'ts':1435246503,'from':'system.adapter.onkyo.0','lc':1435246503}
          ! onkyo-0 2015-06-25 21:35:02 info Create new object: onkyo.0.audyssey-dynamic-volume, role = media.volume
          ! onkyo-0 2015-06-25 21:35:02 info Got message: {'command':'audyssey-dynamic-volume','argument':'off','iscp_command':'ADV00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:02 info stateChange onkyo.0.audyssey-dynamic-eq {'val':true,'ack':true,'ts':1435246502,'from':'system.adapter.onkyo.0','lc':1435246502}
          ! onkyo-0 2015-06-25 21:35:02 info stateChange onkyo.0.command {'val':'ADQ01','ack':true,'ts':1435246502,'from':'system.adapter.onkyo.0','lc':1435246502}
          ! onkyo-0 2015-06-25 21:35:02 info Create new object: onkyo.0.audyssey-dynamic-eq, role = media
          ! onkyo-0 2015-06-25 21:35:02 info Got message: {'command':'audyssey-dynamic-eq','argument':'on','iscp_command':'ADQ01','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:01 info stateChange onkyo.0.command {'val':'ADY00','ack':true,'ts':1435246502,'from':'system.adapter.onkyo.0','lc':1435246502}
          ! onkyo-0 2015-06-25 21:35:01 info stateChange onkyo.0.audyssey-2eq-multeq-multeq-xt {'val':false,'ack':true,'ts':1435246502,'from':'system.adapter.onkyo.0','lc':1435166894}
          ! onkyo-0 2015-06-25 21:35:01 info Got message: {'command':'audyssey-2eq-multeq-multeq-xt','argument':['off'],'iscp_command':'ADY00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:01 info stateChange onkyo.0.cinema-filter {'val':false,'ack':true,'ts':1435246501,'from':'system.adapter.onkyo.0','lc':1435246501}
          ! onkyo-0 2015-06-25 21:35:01 info stateChange onkyo.0.command {'val':'RAS00','ack':true,'ts':1435246501,'from':'system.adapter.onkyo.0','lc':1435246501}
          ! onkyo-0 2015-06-25 21:35:01 info Create new object: onkyo.0.cinema-filter, role = media
          ! onkyo-0 2015-06-25 21:35:01 info Got message: {'command':'cinema-filter','argument':'off','iscp_command':'RAS00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:00 info stateChange onkyo.0.late-night {'val':false,'ack':true,'ts':1435246501,'from':'system.adapter.onkyo.0','lc':1435246501}
          ! onkyo-0 2015-06-25 21:35:00 info stateChange onkyo.0.command {'val':'LTN00','ack':true,'ts':1435246501,'from':'system.adapter.onkyo.0','lc':1435246501}
          ! onkyo-0 2015-06-25 21:35:00 info Create new object: onkyo.0.late-night, role = media
          ! onkyo-0 2015-06-25 21:35:00 info Got message: {'command':'late-night','argument':'off','iscp_command':'LTN00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:35:00 info stateChange onkyo.0.command {'val':'LMD80','ack':true,'ts':1435246500,'from':'system.adapter.onkyo.0','lc':1435246500}
          ! onkyo-0 2015-06-25 21:35:00 info stateChange onkyo.0.listening-mode {'val':['plii','pliix-movie'],'ack':true,'ts':1435246500,'from':'system.adapter.onkyo.0','lc':1435246500}
          ! onkyo-0 2015-06-25 21:35:00 info Got message: {'command':'listening-mode','argument':['plii','pliix-movie'],'iscp_command':'LMD80','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:59 info stateChange onkyo.0.video-picture-mode {'val':'custom','ack':true,'ts':1435246500,'from':'system.adapter.onkyo.0','lc':1435246500}
          ! onkyo-0 2015-06-25 21:34:59 info stateChange onkyo.0.command {'val':'VPM01','ack':true,'ts':1435246500,'from':'system.adapter.onkyo.0','lc':1435246500}
          ! onkyo-0 2015-06-25 21:34:59 info Create new object: onkyo.0.video-picture-mode, role = media
          ! onkyo-0 2015-06-25 21:34:59 info Got message: {'command':'video-picture-mode','argument':'custom','iscp_command':'VPM01','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:59 info stateChange onkyo.0.video-wide-mode {'val':'auto','ack':true,'ts':1435246499,'from':'system.adapter.onkyo.0','lc':1435246499}
          ! onkyo-0 2015-06-25 21:34:59 info stateChange onkyo.0.command {'val':'VWM00','ack':true,'ts':1435246499,'from':'system.adapter.onkyo.0','lc':1435246499}
          ! onkyo-0 2015-06-25 21:34:59 info Create new object: onkyo.0.video-wide-mode, role = media
          ! onkyo-0 2015-06-25 21:34:59 info Got message: {'command':'video-wide-mode','argument':'auto','iscp_command':'VWM00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:58 info stateChange onkyo.0.monitor-out-resolution {'val':'auto','ack':true,'ts':1435246498,'from':'system.adapter.onkyo.0','lc':1435246498}
          ! onkyo-0 2015-06-25 21:34:58 info stateChange onkyo.0.command {'val':'RES01','ack':true,'ts':1435246498,'from':'system.adapter.onkyo.0','lc':1435246498}
          ! onkyo-0 2015-06-25 21:34:58 info Create new object: onkyo.0.monitor-out-resolution, role = media
          ! onkyo-0 2015-06-25 21:34:58 info Got message: {'command':'monitor-out-resolution','argument':'auto','iscp_command':'RES01','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:57 info stateChange onkyo.0.hdmi-audio-out {'val':false,'ack':true,'ts':1435246498,'from':'system.adapter.onkyo.0','lc':1435246498}
          ! onkyo-0 2015-06-25 21:34:57 info stateChange onkyo.0.command {'val':'HAO00','ack':true,'ts':1435246498,'from':'system.adapter.onkyo.0','lc':1435246498}
          ! onkyo-0 2015-06-25 21:34:57 info Create new object: onkyo.0.hdmi-audio-out, role = media
          ! onkyo-0 2015-06-25 21:34:57 info Got message: {'command':'hdmi-audio-out','argument':'off','iscp_command':'HAO00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:57 info stateChange onkyo.0.command {'val':'HDO03','ack':true,'ts':1435246497,'from':'system.adapter.onkyo.0','lc':1435246497}
          ! onkyo-0 2015-06-25 21:34:57 info stateChange onkyo.0.hdmi-output-selector {'val':['both'],'ack':true,'ts':1435246497,'from':'system.adapter.onkyo.0','lc':1435163938}
          ! onkyo-0 2015-06-25 21:34:57 info Got message: {'command':'hdmi-output-selector','argument':['both'],'iscp_command':'HDO03','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:56 info stateChange onkyo.0.command {'val':'SLA05','ack':true,'ts':1435246496,'from':'system.adapter.onkyo.0','lc':1435246496}
          ! onkyo-0 2015-06-25 21:34:56 info stateChange onkyo.0.audio-selector {'val':['coax','opt'],'ack':true,'ts':1435246496,'from':'system.adapter.onkyo.0','lc':1435163726}
          ! onkyo-0 2015-06-25 21:34:56 info Got message: {'command':'audio-selector','argument':['coax','opt'],'iscp_command':'SLA05','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:55 info stateChange onkyo.0.command {'val':'SLI23','ack':true,'ts':1435246495,'from':'system.adapter.onkyo.0','lc':1435246495}
          ! onkyo-0 2015-06-25 21:34:55 info stateChange onkyo.0.input {'val':['cd','tv','cd'],'ack':true,'ts':1435246495,'from':'system.adapter.onkyo.0','lc':1435151166}
          ! onkyo-0 2015-06-25 21:34:55 info Got message: {'command':'input-selector','argument':['cd','tv','cd'],'iscp_command':'SLI23','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:54 info stateChange onkyo.0.command {'val':'IFVHDMI 6,UNKNOWN,,24 bit,HDMI Sub,720 x 480p 60 Hz,RGB,24 bit,Custom,','ack':true,'ts':1435246495,'from':'system.adapter.onkyo.0','lc':1435246495}
          ! onkyo-0 2015-06-25 21:34:54 info Create new object: onkyo.0.video-infomation, role = media
          ! onkyo-0 2015-06-25 21:34:54 info Got message: {'command':'video-infomation','iscp_command':'IFVHDMI 6,UNKNOWN,,24 bit,HDMI Sub,720 x 480p 60 Hz,RGB,24 bit,Custom,','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:54 info stateChange onkyo.0.command {'val':'IFAOPTICAL 1,PCM,48 kHz,2.0 ch,Dolby PLII Movie,5.0 ch,','ack':true,'ts':1435246494,'from':'system.adapter.onkyo.0','lc':1435246494}
          ! onkyo-0 2015-06-25 21:34:54 info Create new object: onkyo.0.audio-infomation, role = media
          ! onkyo-0 2015-06-25 21:34:54 info Got message: {'command':'audio-infomation','iscp_command':'IFAOPTICAL 1,PCM,48 kHz,2.0 ch,Dolby PLII Movie,5.0 ch,','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:53 info stateChange onkyo.0.dimmer-level {'val':'bright','ack':true,'ts':1435246494,'from':'system.adapter.onkyo.0','lc':1435246494}
          ! onkyo-0 2015-06-25 21:34:53 info stateChange onkyo.0.command {'val':'DIM00','ack':true,'ts':1435246494,'from':'system.adapter.onkyo.0','lc':1435246494}
          ! onkyo-0 2015-06-25 21:34:53 info Create new object: onkyo.0.dimmer-level, role = media
          ! onkyo-0 2015-06-25 21:34:53 info Got message: {'command':'dimmer-level','argument':'bright','iscp_command':'DIM00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:53 info stateChange onkyo.0.display-mode {'val':'selector-volume','ack':true,'ts':1435246493,'from':'system.adapter.onkyo.0','lc':1435246493}
          ! onkyo-0 2015-06-25 21:34:53 info stateChange onkyo.0.command {'val':'DIF00','ack':true,'ts':1435246493,'from':'system.adapter.onkyo.0','lc':1435246493}
          ! onkyo-0 2015-06-25 21:34:53 info Create new object: onkyo.0.display-mode, role = media
          ! onkyo-0 2015-06-25 21:34:53 info Got message: {'command':'display-mode','argument':'selector-volume','iscp_command':'DIF00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:52 info stateChange onkyo.0.command {'val':'CTL-6','ack':true,'ts':1435246493,'from':'system.adapter.onkyo.0','lc':1435246493}
          ! onkyo-0 2015-06-25 21:34:52 info Got message: {'command':'center-temporary-level','iscp_command':'CTL-6','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:52 info stateChange onkyo.0.command {'val':'SWL-F','ack':true,'ts':1435246492,'from':'system.adapter.onkyo.0','lc':1435246492}
          ! onkyo-0 2015-06-25 21:34:52 info Create new object: onkyo.0.subwoofer-temporary-level, role = media
          ! onkyo-0 2015-06-25 21:34:52 info Got message: {'command':'subwoofer-temporary-level','iscp_command':'SWL-F','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:51 info stateChange onkyo.0.command {'val':'SLP00','ack':true,'ts':1435246492,'from':'system.adapter.onkyo.0','lc':1435246492}
          ! onkyo-0 2015-06-25 21:34:51 info Got message: {'command':'sleep-set','iscp_command':'SLP00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:49 info Initial query: master-volume
          ! onkyo-0 2015-06-25 21:34:49 info Initial query: volume
          ! onkyo-0 2015-06-25 21:34:49 info Initial query: audio-muting
          ! onkyo-0 2015-06-25 21:34:49 info Initial query: system-power
          ! onkyo-0 2015-06-25 21:34:49 info Initial query: input-selector
          ! onkyo-0 2015-06-25 21:34:47 info stateChange onkyo.0.command {'val':'TFRB-2T00','ack':true,'ts':1435246488,'from':'system.adapter.onkyo.0','lc':1435246488}
          ! onkyo-0 2015-06-25 21:34:47 info Got message: {'command':'tone-front','iscp_command':'TFRB-2T00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:47 info stateChange onkyo.0.command {'val':'MVL0A','ack':true,'ts':1435246487,'from':'system.adapter.onkyo.0','lc':1435246487}
          ! onkyo-0 2015-06-25 21:34:47 info stateChange onkyo.0.volume {'val':10,'ack':true,'ts':1435246487,'from':'system.adapter.onkyo.0','lc':1435245983}
          ! onkyo-0 2015-06-25 21:34:47 info stateChange onkyo.0.master-volume {'val':10,'ack':true,'ts':1435246487,'from':'system.adapter.onkyo.0','lc':1435245983}
          ! onkyo-0 2015-06-25 21:34:47 info Got message: {'command':['master-volume','volume'],'argument':10,'iscp_command':'MVL0A','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:46 info stateChange onkyo.0.command {'val':'MVL0A','ack':true,'ts':1435246487,'from':'system.adapter.onkyo.0','lc':1435246487}
          ! onkyo-0 2015-06-25 21:34:46 info stateChange onkyo.0.volume {'val':10,'ack':true,'ts':1435246487,'from':'system.adapter.onkyo.0','lc':1435245983}
          ! onkyo-0 2015-06-25 21:34:46 info stateChange onkyo.0.master-volume {'val':10,'ack':true,'ts':1435246487,'from':'system.adapter.onkyo.0','lc':1435245983}
          ! onkyo-0 2015-06-25 21:34:46 info Got message: {'command':['master-volume','volume'],'argument':10,'iscp_command':'MVL0A','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:46 info stateChange onkyo.0.speaker-layout {'val':['front-wide','surrback-front-wide-speakers'],'ack':true,'ts':1435246486,'from':'system.adapter.onkyo.0','lc':1435246486}
          ! onkyo-0 2015-06-25 21:34:46 info stateChange onkyo.0.command {'val':'SPLFW','ack':true,'ts':1435246486,'from':'system.adapter.onkyo.0','lc':1435246486}
          ! onkyo-0 2015-06-25 21:34:46 info Create new object: onkyo.0.speaker-layout, role = media
          ! onkyo-0 2015-06-25 21:34:46 info Got message: {'command':'speaker-layout','argument':['front-wide','surrback-front-wide-speakers'],'iscp_command':'SPLFW','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:45 info stateChange onkyo.0.command {'val':'SPBN/A','ack':true,'ts':1435246486,'from':'system.adapter.onkyo.0','lc':1435246486}
          ! onkyo-0 2015-06-25 21:34:45 info Create new object: onkyo.0.speaker-b, role = media
          ! onkyo-0 2015-06-25 21:34:45 info Got message: {'command':'speaker-b','iscp_command':'SPBN/A','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:45 info stateChange onkyo.0.command {'val':'SPAN/A','ack':true,'ts':1435246486,'from':'system.adapter.onkyo.0','lc':1435246486}
          ! onkyo-0 2015-06-25 21:34:45 info stateChange onkyo.0.command {'val':'AMT00','ack':true,'ts':1435246486,'from':'system.adapter.onkyo.0','lc':1435246486}
          ! onkyo-0 2015-06-25 21:34:45 info stateChange onkyo.0.mute {'val':false,'ack':true,'ts':1435246486,'from':'system.adapter.onkyo.0','lc':1434642794}
          ! onkyo-0 2015-06-25 21:34:45 info Got message: {'command':'speaker-a','iscp_command':'SPAN/A','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:44 info Got message: {'command':'audio-muting','argument':'off','iscp_command':'AMT00','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:44 info stateChange onkyo.0.command {'val':'PWR01','ack':true,'ts':1435246484,'from':'system.adapter.onkyo.0','lc':1435246484}
          ! onkyo-0 2015-06-25 21:34:44 info stateChange onkyo.0.power {'val':true,'ack':true,'ts':1435246484,'from':'system.adapter.onkyo.0','lc':1435232679}
          ! onkyo-0 2015-06-25 21:34:44 info Got message: {'command':'system-power','argument':'on','iscp_command':'PWR01','host':'192.168.1.210','port':'60128','model':'TX-NR818'}
          ! onkyo-0 2015-06-25 21:34:44 info stateChange onkyo.0.connected {'val':true,'ack':true,'ts':1435246484,'from':'system.adapter.onkyo.0','lc':1434642788}
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command dab-display-info
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command ipod-list-info
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command universal-port
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command cd-r-recorder
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command md-recorder
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command dvd-player
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command dat-recorder
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command graphics-equalizer
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command tape2-b
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command tape1-a
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command cd-player
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command net-popup-message
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command net-keyboard
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command net-service
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command net-usb-jacket-art
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command net-usb-list-info
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command internet-radio-preset
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command network-usb
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command sirius-parental-lock
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command tp-scan
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command pty-scan
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command rds-information
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command preset-memory
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command 12v-trigger-c
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command 12v-trigger-b
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command 12v-trigger-a
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command memory-setup
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command setup
          ! onkyo-0 2015-06-25 21:34:44 error Error: ERROR (arg_not_exist) Argument query does not exist in command speaker-level-calibration
          ! onkyo-0 2015-06-25 21:34:44 info Successfully connected to AVR

          1 Reply Last reply Reply Quote 0
          • Bluefox
            Bluefox last edited by

            Ну что? мне чекинить это?

            1 Reply Last reply Reply Quote 0
            • I
              instalator last edited by

              @Bluefox:

              Ну что? мне чекинить это? `
              Думаю да

              1 Reply Last reply Reply Quote 0
              • I
                instalator last edited by

                Перестала работать команда power, работает только system-power. Раньше работало, вроде ничего не делал. В принципе не принципиально, подвязал на другую переменную (Правда пришлось в onkyo.js заменить power на system-power), но сам факт не понятен. Может фильтр по моделям какой сработал из-за добавленных новых переменных. Надо поковырять список команд "высокого уровня".

                var newVal = state.val;
                                if (newVal === true || newVal === 'true' || newVal === '1' || newVal === 1) {
                                    newVal = "on";
                                } else if (newVal === false || newVal === 'false' || newVal === '0' || newVal === 0) {
                                	if (ids == 'system-power') {
                				newVal = "standby";
                			} else {
                		    	newVal = "off";
                			}
                
                
                1 Reply Last reply Reply Quote 0
                • I
                  instalator last edited by

                  Странно, в списке команд как раз system-power… А как до этого тогда работало непонятно)

                  1 Reply Last reply Reply Quote 0
                  • Bluefox
                    Bluefox last edited by

                    A ONKYO может проигрывать по http ссылке mp3 файл?

                    1 Reply Last reply Reply Quote 0
                    • E
                      electric69 last edited by

                      @Bluefox:

                      A ONKYO может проигрывать по http ссылке mp3 файл? `
                      Знаю точно, что может проигрывать по http плейлист в m3u, у меня так онлайн радио-станции воспроизводятся.

                      Сеня попробую mp3-ху ему скормить, но что то мне подсказывает….

                      1 Reply Last reply Reply Quote 0
                      • I
                        instalator last edited by

                        @Bluefox:

                        A ONKYO может проигрывать по http ссылке mp3 файл? `
                        В винде по пкм можно отправить файл на воспроизведение, по какому протоколу работает не знаю

                        1 Reply Last reply Reply Quote 0
                        • I
                          instalator last edited by

                          @electric69:

                          Знаю точно, что может проигрывать по http плейлист в m3u, у меня так онлайн радио-станции воспроизводятся.

                          Сеня попробую mp3-ху ему скормить, но что то мне подсказывает…. `
                          В фаворит добавляешь плейлист?
                          @Bluefox:

                          A ONKYO может проигрывать по http ссылке mp3 файл? `
                          У рессивера есть dlna и по сети он берет и флак и мр3.

                          А что придумал?

                          1 Reply Last reply Reply Quote 0
                          • Bluefox
                            Bluefox last edited by

                            @instalator:

                            @electric69:

                            Знаю точно, что может проигрывать по http плейлист в m3u, у меня так онлайн радио-станции воспроизводятся.

                            Сеня попробую mp3-ху ему скормить, но что то мне подсказывает…. `
                            В фаворит добавляешь плейлист?
                            @Bluefox:

                            A ONKYO может проигрывать по http ссылке mp3 файл? `
                            У рессивера есть dlna и по сети он берет и флак и мр3.

                            А что придумал? `
                            Подумал, что его можно для sayIt использовать. Но для этого он должен по http мочь проигрывать.

                            1 Reply Last reply Reply Quote 0
                            • I
                              instalator last edited by

                              Возникла проблемка после обновления. Жму в виз кнопку, она ставит system-power в false, а рессивер тутже в standby и так они борятся без конца т.е. состояние мигает

                              Хм похоже этот виджет постоянно пытается послать false.

                              [{"tpl":"tplHqCheckbox","data":{"visibility-cond":"==","visibility-val":1,"oid":"onkyo.0.system-power","checkboxSize":"small","checkboxColor":"orange"},"style":{"left":"45px","top":"600px","width":"","height":""},"widgetSet":"hqWidgets"}]

                              1 Reply Last reply Reply Quote 0
                              • I
                                instalator last edited by

                                @Bluefox:

                                Подумал, что его можно для sayIt использовать. Но для этого он должен по http мочь проигрывать. `
                                А как ему можно скормить мр3? Я думаю только можно попробовать ему в My Favorit добавть m3u и когда нужно что либо воспроизвести включать NET и выбирать воспроизведение yfituj плейлиста из My Favorit? главное потом вернуть рес в изначальное состояние
                                261_navigation_raeume_quer.txt

                                1 Reply Last reply Reply Quote 0
                                • I
                                  instalator last edited by

                                  В драйвере вроде ничего не менялось, но что то он последнее время заглючил, регулирую громкость а драйвер не делает запрос текущего значения, появилось на прошлой недели. В других местах не было изменений? которые могли повлиять на работу драйвера?

                                  (Сейчас вообще меняю значение громкости из драйвера он обновляет текущее но подставляет предыдущее значение.)
                                  266_fdgrrr5443243.gif

                                  1 Reply Last reply Reply Quote 0
                                  • I
                                    instalator last edited by

                                    Переустановил драйвер. system-power не создается почему то. Громкость так же глючит.

                                    Лог в файле
                                    266_new__1.txt

                                    1 Reply Last reply Reply Quote 0
                                    • I
                                      instalator last edited by

                                      Походу косяк с драйвером mqtt

                                      ! mqtt.0 2016-02-25 19:17:02 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.upload (object not found)
                                      ! mqtt.0 2016-02-25 19:17:02 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.upload (object not found)
                                      ! mqtt.0 2016-02-25 19:17:02 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.upload (object not found)
                                      ! mqtt.0 2016-02-25 19:17:02 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.upload (object not found)
                                      ! mqtt.0 2016-02-25 19:17:02 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.upload (object not found)
                                      ! mqtt.0 2016-02-25 19:17:02 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.upload (object not found)
                                      ! mqtt.0 2016-02-25 19:17:02 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.upload (object not found)
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker exit 0
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker exit 0
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC Deleting 2 object(s).
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC Deleting 2 object(s).
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC Counted 1 states (system.adapter.onkyo.) from states
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC Counted 1 states (system.adapter.onkyo.
                                      ) from states
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC Counted 1 states of onkyo
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC Counted 1 states of onkyo
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC no instances of adapter onkyo foundhost.Server-PC Counted 1 adapters for onkyo
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC no instances of adapter onkyo foundhost.Server-PC Counted 1 adapters for onkyo
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC delete C:\ioBroker\node_modules\iobroker.onkyo
                                      ! Server-PC 2016-02-25 19:17:02 info iobroker host.Server-PC delete C:\ioBroker\node_modules\iobroker.onkyo
                                      ! Server-PC 2016-02-25 19:16:59 info iobroker del onkyo
                                      ! Server-PC 2016-02-25 19:16:59 info iobroker del onkyo
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.alive (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! Server-PC 2016-02-25 19:16:07 info iobroker exit 0
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.connected (object not found)
                                      ! Server-PC 2016-02-25 19:16:07 info iobroker exit 0
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memRss (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapTotal (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.memHeapUsed (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: system.adapter.onkyo.0.uptime (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.connected (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.command (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:07 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.mute (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-a (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-b (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.speaker-layout (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.tone-front (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.sleep-set (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.subwoofer-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.center-temporary-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.display-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dimmer-level (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-infomation (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audio-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-output-selector (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.hdmi-audio-out (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.monitor-out-resolution (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-wide-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.video-picture-mode (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.late-night (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.cinema-filter (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-2eq-multeq-multeq-xt (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.audyssey-dynamic-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:06 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.dolby-volume (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.music-optimizer (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.preset (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-time-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-track-info (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.net-usb-play-status (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! mqtt.0 2016-02-25 19:16:05 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.system-power (object not found)
                                      ! Server-PC 2016-02-25 19:16:05 info host.Server-PC Do not restart adapter system.adapter.onkyo.0 because disabled or deleted

                                      1 Reply Last reply Reply Quote 0
                                      • I
                                        instalator last edited by

                                        после рестарта IoB

                                        Частенько такая ошибка сейчас проскакивает node.js: Cannot find module

                                        ! Server-PC 2016-02-25 19:58:39 error host.Server-PC instance system.adapter.onkyo.0 terminated with code 8 (node.js: Cannot find module)
                                        ! Server-PC 2016-02-25 19:58:39 info host.Server-PC Restart adapter system.adapter.onkyo.0 because enabled
                                        ! Server-PC 2016-02-25 19:58:39 error host.Server-PC instance system.adapter.onkyo.0 terminated with code 8 (node.js: Cannot find module)
                                        ! Server-PC 2016-02-25 19:58:38 info host.Server-PC instance system.adapter.onkyo.0 started with pid 101860
                                        ! Server-PC 2016-02-25 19:58:38 info host.Server-PC instance system.adapter.onkyo.0 started with pid 101860
                                        ! host-Server-PC 2016-02-25 19:58:19 info Restart adapter system.adapter.onkyo.0 because enabled
                                        ! host-Server-PC 2016-02-25 19:58:19 error instance system.adapter.onkyo.0 terminated with code 8 (node.js: Cannot find module)

                                        1 Reply Last reply Reply Quote 0
                                        • I
                                          instalator last edited by

                                          Куча onkyo.0 Please send following info to developer:

                                          Что с ними нужно делать? скажи для чего это влоге?

                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (sent_command) Sent command to 192.168.1.210:60128 - PWRQSTN
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: dab-display-info, ["pt","at","mn","mf","up"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command dab-display-info
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: dab-display-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: dab-sation-name, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UDSQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: dab-sation-name | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: dab-preset, ["no-1-40","up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UPRQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: dab-preset | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: ipod-list-info, []
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command ipod-list-info
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: ipod-list-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: ipod-play-status, ["prs","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "ISTQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: ipod-play-status | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: ipod-track-info, ["cccc-tttt","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "ITRQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: ipod-track-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: ipod-time-info, ["mm-ss-mm-ss","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "ITMQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: ipod-time-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: ipod-title-name, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "ITIQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: ipod-title-name | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: ipod-album-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "IALQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: ipod-album-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: ipod-artist-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "IATQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: ipod-artist-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: universal-port, ["0","1","2","3","4","5","6","7","8","9","10","setup","up","down","left","right","enter","return","disp","play","stop","pause","skip-f"
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command universal-port
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: universal-port | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: cd-r-recorder, ["1","2","3","4","5","6","7","8","9","power","p-mode","play","stop","skip-f","skip-r","pause","rec","clear","repeat","10-0","scroll","op
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command cd-r-recorder
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: cd-r-recorder | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: md-recorder, ["1","2","3","4","5","6","7","8","9","power","play","stop","ff","rew","p-mode","skip-f","skip-r","pause","rec","memory","disp","scroll","m
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command md-recorder
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: md-recorder | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: dvd-player, ["0","1","2","3","4","5","6","7","8","9","10","power","pwron","pwroff","play","stop","skip-f","skip-r","ff","rew","pause","lastplay","subto
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command dvd-player
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: dvd-player | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: dat-recorder, ["play","rc-pau","stop","skip-f","skip-r","ff","rew"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command dat-recorder
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: dat-recorder | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: graphics-equalizer, ["power","preset"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command graphics-equalizer
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: graphics-equalizer | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tape2-b, ["play-f","play-r","stop","rc-pau","ff","rew","op-cl","skip-f","skip-r","rec"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command tape2-b
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tape2-b | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tape1-a, ["play-f","play-r","stop","rc-pau","ff","rew"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command tape1-a
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tape1-a | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: cd-player, ["0","1","2","3","4","5","6","7","8","9","10","power","track","play","stop","pause","skip-f","skip-r","memory","clear","repeat","random","di
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command cd-player
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: cd-player | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: ipod-mode-change, ["std","ext","vdc","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "IMDQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: ipod-mode-change | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-popup-message, []
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command net-popup-message
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-popup-message | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-keyboard, ["ll"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command net-keyboard
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-keyboard | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-service, []
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command net-service
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-service | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-usb-jacket-art, ["tp-xx-xx-xx-xx-xx-xx"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command net-usb-jacket-art
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-usb-jacket-art | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-usb-list-info, ["ti"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command net-usb-list-info
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-usb-list-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: internet-radio-preset, ["no-1-40","set"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command internet-radio-preset
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: internet-radio-preset | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-usb-play-status, ["prs","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "NSTQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-usb-play-status | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-usb-track-info, ["cccc-tttt","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "NTRQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-usb-track-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-usb-time-info, ["mm-ss-mm-ss","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "NTMQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-usb-time-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-usb-title-name, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "NTIQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-usb-title-name | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-usb-album-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "NALQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-usb-album-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: net-usb-artist-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "NATQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: net-usb-artist-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: network-usb, ["0","1","2","3","4","5","6","7","8","9","play","stop","pause","trup","trdn","ff","rew","repeat","random","display","album","artist","genr
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command network-usb
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: network-usb | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hd-radio-tuner-status, ["mmnnoo","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UHSQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hd-radio-tuner-status | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hd-radio-blend-mode, ["auto","analog","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UHBQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hd-radio-blend-mode | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hd-radio-channel-program, ["directly","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UHPQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hd-radio-channel-program | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hd-radio-detail-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UHDQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hd-radio-detail-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hd-radio-title-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UHTQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hd-radio-title-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hd-radio-channel-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UHCQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hd-radio-channel-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hd-radio-artist-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UHAQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hd-radio-artist-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: sirius-parental-lock, ["input","wrong"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command sirius-parental-lock
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: sirius-parental-lock | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: sirius-category, ["up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SCTQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: sirius-category | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: sirius-channel-number, ["INTRANGES","up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SCHQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: sirius-channel-number | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: sirius-title-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "STIQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: sirius-title-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: sirius-artist-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SATQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: sirius-artist-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: sirius-channel-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SCNQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: sirius-channel-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: xm-category, ["up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "XCTQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: xm-category | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: xm-channel-number, ["INTRANGES","up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "XCHQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: xm-channel-number | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: xm-title-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "XTIQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: xm-title-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: xm-artist-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "XATQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: xm-artist-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: xm-channel-name-info, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "XCNQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: xm-channel-name-info | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tp-scan, ["enter"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command tp-scan
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tp-scan | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: pty-scan, ["no-0-30","enter"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command pty-scan
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: pty-scan | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: rds-information, ["00","01","02","up"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command rds-information
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: rds-information | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: preset-memory, ["INTRANGES"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command preset-memory
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: preset-memory | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: preset, ["no-1-40","no-1-30","up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "PRSQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: preset | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tuning, ["up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "UTNQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tuning | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: music-optimizer, ["off","on","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "MOTQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: music-optimizer | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: dolby-volume, ["off","low","on","mid","high","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "DVLQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: dolby-volume | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: audyssey-dynamic-volume, ["off","light","medium","heavy","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "ADVQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: audyssey-dynamic-volume | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: audyssey-dynamic-eq, ["off","on","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "ADQQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: audyssey-dynamic-eq | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: audyssey-2eq-multeq-multeq-xt, ["off","on","movie","music","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "ADYQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: audyssey-2eq-multeq-multeq-xt | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: cinema-filter, ["off","on","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "RASQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: cinema-filter | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: late-night, ["off","low-dolbydigital","on-dolby-truehd","high-dolbydigital","auto-dolby-truehd","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "LTNQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: late-night | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: listening-mode, ["pure-audio","multiplex","full-mono","dolby-virtual","dts-surround-sensation","audyssey-dsx","straight-decode","dolby-ex","thx-cinema"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "LMDQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: listening-mode | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: video-picture-mode, ["through","custom","cinema","game","isf-day","isf-night","streaming","direct","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "VPMQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: video-picture-mode | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: video-wide-mode, ["auto","4-3","full","zoom","smart-zoom","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "VWMQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: video-wide-mode | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: isf-mode, ["custom","day","night","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "ISFQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: isf-mode | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: monitor-out-resolution, ["through","auto","480p","720p","1080i","1080p","24fs","4k-upcaling","source","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "RESQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: monitor-out-resolution | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hdmi-audio-out, ["off","on","auto","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "HAOQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hdmi-audio-out | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: hdmi-output-selector, ["no","analog","yes","out","out-sub","sub","both","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "HDOQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: hdmi-output-selector | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: video-output-selector, ["d4","component","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "VOSQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: video-output-selector | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: 12v-trigger-c, ["off","on"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command 12v-trigger-c
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: 12v-trigger-c | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: 12v-trigger-b, ["off","on"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command 12v-trigger-b
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: 12v-trigger-b | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: 12v-trigger-a, ["off","on"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command 12v-trigger-a
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: 12v-trigger-a | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: audio-selector, ["auto","multi-channel","analog","ilink","hdmi","coax","opt","balance","arc","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SLAQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: audio-selector | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: recout-selector, ["dvd","tape","tape2","phono","cd","fm","am","tuner","music-server","internet-radio","multi-ch","xm","source","video1","video2","video
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SLRQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: recout-selector | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: input-selector, ["dvd","bd","tape-1","tv","tape","tape2","phono","cd","fm","am","tuner","music-server","p4s","dlna","internet-radio","iradio-favorite",
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SLIQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: input-selector | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: video-infomation, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "IFVQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: video-infomation | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: audio-infomation, ["query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "IFAQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: audio-infomation | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: memory-setup, ["str","rcl","lock","unlk"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command memory-setup
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: memory-setup | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: setup, ["menu","up","down","right","left","enter","exit","audio","video","home"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command setup
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: setup | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: dimmer-level, ["bright","dim","dark","shut-off","bright-led-off","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "DIMQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: dimmer-level | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: display-mode, ["selector-volume","selector-listening","02","03","toggle","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "DIFQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: display-mode | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: center-temporary-level, ["12db-0db-12db","up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "CTLQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: center-temporary-level | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: subwoofer-temporary-level, ["15db-0db-12db","up","down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SWLQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: subwoofer-temporary-level | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: speaker-level-calibration, ["test","chsel","up","down"]
                                          ! onkyo.0 2016-02-25 20:05:19 error onkyo.0 Error: ERROR (arg_not_exist) Argument query does not exist in command speaker-level-calibration
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: speaker-level-calibration | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: sleep-set, ["time-1-90min","time-off","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SLPQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: sleep-set | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tone-subwoofer, ["bass-up","bass-down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "TSWQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tone-subwoofer | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tone-surround-back, ["bass-up","bass-down","treble-up","treble-down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "TSBQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tone-surround-back | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tone-surround, ["bass-up","bass-down","treble-up","treble-down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "TSRQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tone-surround | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tone-center, ["bass-up","bass-down","treble-up","treble-down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "TCTQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tone-center | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tone-front-high, ["bass-up","bass-down","treble-up","treble-down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "TFHQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tone-front-high | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tone-front-wide, ["bass-up","bass-down","treble-up","treble-down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "TFWQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tone-front-wide | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: tone-front, ["bass-up","bass-down","treble-up","treble-down","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "TFRQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: tone-front | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: volume, ["INTRANGES","level-up","level-down","level-up-1db-step","level-down-1db-step","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "MVLQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: volume | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: master-volume, ["INTRANGES","level-up","level-down","level-up-1db-step","level-down-1db-step","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "MVLQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: master-volume | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: speaker-layout, ["surrback","front-high","surrback-front-high-speakers","front-wide","surrback-front-wide-speakers","front-high-front-wide-speakers","u
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SPLQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: speaker-layout | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: speaker-b, ["off","on","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SPBQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: speaker-b | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: speaker-a, ["off","on","up","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "SPAQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: speaker-a | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: audio-muting, ["off","on","toggle","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "AMTQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: audio-muting | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 Please send following info to developer: system-power, ["standby","on","query"]
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) raw command "PWRQSTN"
                                          ! onkyo.0 2016-02-25 20:05:19 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
                                          ! onkyo.0 2016-02-25 20:05:19 info onkyo.0 Successfully connected to AVR

                                          1 Reply Last reply Reply Quote 0
                                          • I
                                            instalator last edited by

                                            С power разобрался, пулреквест отправил.

                                            А вот с громкостью что то чудеса творятся.

                                            Почему в логе сообщения от mqtt??? :?:

                                            ! onkyo.0 2016-02-25 21:58:08 debug inMem message onkyo.0.* onkyo.0.master-volume
                                            ! onkyo.0 2016-02-25 21:57:45 info onkyo.0 stateChange onkyo.0.command {"val":"MVL28","ack":true,"ts":1456415865,"q":0,"from":"system.adapter.onkyo.0","lc":1456415865}
                                            ! onkyo.0 2016-02-25 21:57:45 debug inMem message onkyo.0.* onkyo.0.command
                                            ! onkyo.0 2016-02-25 21:57:45 info onkyo.0 stateChange onkyo.0.volume {"val":40,"ack":true,"ts":1456415865,"q":0,"from":"system.adapter.onkyo.0","lc":1456415865}
                                            ! onkyo.0 2016-02-25 21:57:45 debug inMem message onkyo.0.* onkyo.0.volume
                                            ! onkyo.0 2016-02-25 21:57:45 info onkyo.0 stateChange onkyo.0.master-volume {"val":40,"ack":true,"ts":1456415865,"q":0,"from":"system.adapter.onkyo.0","lc":1456415865}
                                            ! onkyo.0 2016-02-25 21:57:45 debug inMem message onkyo.0.* onkyo.0.master-volume
                                            ! onkyo.0 2016-02-25 21:57:45 debug onkyo.0 Received: command[MVL28]
                                            ! onkyo.0 2016-02-25 21:57:45 debug onkyo.0 Received: volume[40]
                                            ! onkyo.0 2016-02-25 21:57:45 debug onkyo.0 Received: master-volume[40]
                                            ! onkyo.0 2016-02-25 21:57:45 info onkyo.0 Got message: {"command":["master-volume","volume"],"argument":40,"iscp_command":"MVL28","host":"192.168.1.210","port":"60128","model":"TX-NR818"}
                                            ! onkyo.0 2016-02-25 21:57:45 debug onkyo.0 DEBUG (received_data) Received data from 192.168.1.210:60128 - {"command":["master-volume","volume"],"argument":40,"iscp_command":"MVL28","host":"192.168.1.210","port":"60128","model":"TX-NR81
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! mqtt.0 2016-02-25 21:57:44 warn mqtt.0 Cannot resolve topic name for ID: onkyo.0.volume (object not found)
                                            ! onkyo.0 2016-02-25 21:57:44 debug onkyo.0 DEBUG (sent_command) Sent command to 192.168.1.210:60128 - MVL2D
                                            ! onkyo.0 2016-02-25 21:57:44 debug onkyo.0 DEBUG (command_to_iscp) raw command "MVL2D"
                                            ! onkyo.0 2016-02-25 21:57:44 debug onkyo.0 DEBUG (command_to_iscp) Zone: main | Command: volume | Argument: 45
                                            ! onkyo.0 2016-02-25 21:57:44 info onkyo.0 stateChange onkyo.0.volume {"val":45,"ack":false,"ts":1456415864,"q":0,"from":"system.adapter.admin.0","lc":1456415864}
                                            ! onkyo.0 2016-02-25 21:57:44 debug inMem message onkyo.0.* onkyo.0.volume

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            534
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            120
                                            21494
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo