Changes between Version 11 and Version 12 of WikiStart


Ignore:
Timestamp:
2015-02-26 05:55:12 (10 years ago)
Author:
zoot1612
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    9898== Services == 
    9999 
    100 *The current services are supported in the plugin 
     100* The current services are supported in the plugin 
    101101{{{ 
    102102service: urn:micasaverde-com:serviceId:InputSelection1 
     
    121121name: Mute Up Down 
    122122}}} 
     123 
     124* For any other commands you can use the following service 
     125{{{ 
     126urn:denon-com:serviceId:Receiver1 
     127name: SendCommand 
     128 
     129Example: - 
     130luup.call_action("urn:denon-com:serviceId:Receiver1","SendCommand",{Command="SIBD"},32) 
     131}}} 
     132 
     133== Usage == 
     134=== Inputs === 
     135Maximum allowed inputs is twenty and are mapped as per the following: -[[BR]] 
     136 
     137urn:micasaverde-com:serviceId:InputSelection1 Input 1 through to Input 10 inclusive 
     138 
     139 
     140urn:denon-com:serviceId:Receiver1 Input 11 through to Input 20 inclusive[[BR]] 
     141 
     142 
     143This convention was chosen due to the dynamic creation of json files for each device. As each device is different there was no point in using named inputs. The first 10 inputs are mapped to micasaverde upnp service for comparability with 3rd party apps. 
     144 
     145For changing inputs within a scene you will need to map between what is displayed on the buttons and the actual variables in the Volume\/Input tab  
     146 
    123147== Issues and Notes == 
    124148* When using Ethernet the Plugin randomly loses connectivity and the only way to re-establish again is by rebooting the receiver. I believe this is a shortcoming of the Telnet implementation on the AVR but am still looking at the issue.