Seite 4 von 7
#31 RE: Base & SONOS
Verfasst: So 12. Feb 2012, 18:33
von DOMIQ
Great. For SONOS, we actually have SOAP stack inside the Base, so it's not very complicated internally. It's more effort in actual mapping of UPnP variables into channels and commands, that would be easy to use and powerful.
#32 RE: Base & SONOS
Verfasst: Fr 17. Feb 2012, 21:36
von Franky
DOMIQ hat geschrieben:It's more effort in actual mapping of UPnP variables into channels and commands, that would be easy to use and powerful.
Do you have a tutorial or examples of the UPnP-channels?

#33 RE: Base & SONOS
Verfasst: Sa 18. Feb 2012, 16:04
von DOMIQ
It's deactivated currently. Little patience, it will come in 1.7.6 :-)
#34 RE: Base & SONOS
Verfasst: Do 8. Nov 2012, 23:42
von norden
Hej Filip,
do you have any news about sonos ?
Bye
Dieter
#35 RE: Base & SONOS
Verfasst: Fr 9. Nov 2012, 08:19
von Thomas
Sonos, direkt vom Base steuern, hätte was.
Im Moment behelfe ich mir mit macros auf der LinHK,
die hinter Tasten im LCN liegen, und vom Base ausgelöst werden.
[img]1[/img]
gruss thomas
#36 RE: Base & SONOS
Verfasst: Fr 9. Nov 2012, 19:10
von Thomas
Ein LinHK Beispiel für einen sleeptimer (5 Minuten) per BMI ausgelöst :
sleeptimer.txt:
Code: Alles auswählen
POST /MediaRenderer/AVTransport/Control HTTP/1.1
SOAPACTION: "urn:schemas-upnp-org:service:AVTransport:1#ConfigureSleepTimer"
CONTENT-TYPE: text/xml ; charset="utf-8"
HOST: 192.168.1.37:1400
Content-Length: 422
0
0:5:0
buero_play.txt:
Code: Alles auswählen
POST /MediaRenderer/AVTransport/Control HTTP/1.1
CONNECTION: close
HOST: 192.168.1.37:1400
CONTENT-LENGTH: 266
CONTENT-TYPE: text/xml; charset="utf-8"
SOAPACTION: "urn:schemas-upnp-org:service:AVTransport:1#Play"
01';
Makro :
Code: Alles auswählen
#! /bin/sh
# Timer 5min
cd /var/media/NEW_LINK/linhk
./netcat 192.168.1.37 1400 /dev/null
cd /var/media/NEW_LINK/linhk
./netcat 192.168.1.37 1400 /dev/null
Spielt den letzten eingestellten Sender.
gruss thomas
#37 RE: Base & SONOS
Verfasst: Sa 10. Nov 2012, 12:51
von DOMIQ
I will quickly add SOAP and HTTP calls API for Logic.
It's not as nice as what we plan, but time flies and this would be usable for other things as well.
One thing I need to assure, is that it is loaded only when used, not to waste memory I all Bases...
#38 RE: Base & SONOS
Verfasst: Mi 14. Nov 2012, 07:36
von DOMIQ
OK, I took the challenge!
Next week we will have first beta of proper SONOS support.
#39 RE: Base & SONOS
Verfasst: Mi 14. Nov 2012, 16:40
von norden
Gruß
Dieter
#40 RE: Base & SONOS
Verfasst: Sa 24. Nov 2012, 23:34
von norden
Hej Flip,
what do you think? Do you win the challenge?
All the best
Dieter