Hi Erwin,
I have tried to adjust the volume+/- on my Sonos and add it also to the Schneider 7" Touch Panel, but I still wasn't able to make it work.
Note that for each room I am using the below IPs:
10.20.30.20 - Kitchen
10.20.30.30 - Living
10.20.30.40 - Bedroom
10.20.30.50 - Office
Commands are being sent via script:
Music System: (room name): SetVolume
upnpavcmd('10.20.30.xx', 1400, 'SetVolume', '<Channel>Master</Channel><DesiredVolume>20</DesiredVolume>')
Music System: (room name): Read Volume
res = upnpavcmd('10.20.30.xx', 1400, 'GetVolume', '<Channel>Master</Channel>')
I am not sure what kind of "data type" I should set for the information being sent to the bolded Object Names, I might have chosen a wrong format.
Can you please advise?
Thank you,
Andreas
I have tried to adjust the volume+/- on my Sonos and add it also to the Schneider 7" Touch Panel, but I still wasn't able to make it work.
Note that for each room I am using the below IPs:
10.20.30.20 - Kitchen
10.20.30.30 - Living
10.20.30.40 - Bedroom
10.20.30.50 - Office
Commands are being sent via script:
Music System: (room name): SetVolume
upnpavcmd('10.20.30.xx', 1400, 'SetVolume', '<Channel>Master</Channel><DesiredVolume>20</DesiredVolume>')
Music System: (room name): Read Volume
res = upnpavcmd('10.20.30.xx', 1400, 'GetVolume', '<Channel>Master</Channel>')
I am not sure what kind of "data type" I should set for the information being sent to the bolded Object Names, I might have chosen a wrong format.
Can you please advise?
Thank you,
Andreas