Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
finally integrated into home automation
#1
Heart 
UPDATED: 

https://github.com/da2001/phantom-bridge





i finally got rid of my devialet remote and integrated the volume control into my home automation setup.
Next step is to change the input and controls like start/pause.

heres howto:

URL: 
Code:
http://IP_OF_Bridge:36933

Path: 
Code:
/Control/LibRygelRenderer/RygelRenderingControl

Header: 
Code:
SOAPACTION: "urn:schemas-upnp-org:service:RenderingControl:2#SetVolume"


Content: 
Code:
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body>
     <u:SetVolume xmlns:u="urn:schemas-upnp-org:service:RenderingControl:2">
        <InstanceID>0</InstanceID>
        <Channel>Master</Channel>
        <DesiredVolume>15</DesiredVolume>
     </u:SetVolume>
  </s:Body>
</s:Envelope>


Change the <DesiredVolume> from 15 into a Number between 0-100. This is the Volume in percentage.
Reply


Messages In This Thread
finally integrated into home automation - by da2001 - 24-Nov-2017, 22:18
logitech harmony integration - by Usk112 - 01-Sep-2019, 07:37

Forum Jump:


Users browsing this thread: 1 Guest(s)