Search found 7 matches

by supermangesthlm
Sun Sep 05, 2010 12:36 am
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 596996

Re: Calling Sonos users

The zp im dooin most testing against is a s5. I have zp80 and zp90?, and zp120. havent had much chance testing against those... (one problem is that my ampless once are built in and hard to reach and i dont know what room a specific generation sits in. (also getting choked on time now... But will ho...
by supermangesthlm
Fri Sep 03, 2010 2:38 pm
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 596996

Re: Calling Sonos users

Getting "Error: UPnPDevice 'Children' not created." when i try ConnectSynchronously..

have also tried to send you a PM.. it ought to be in yr inbox..
by supermangesthlm
Thu Sep 02, 2010 5:17 pm
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 596996

Re: Calling Sonos users

lots of progress... will get back to you within 24hrs.. w/ idea.. (75% of my first post is about done). Would like help about how to start a fav. radiostation.. im sure i could find it in ZonePlayerController.wsc.. but if you know.. also, is there a way to list savedques? EDIT:Have not had time to t...
by supermangesthlm
Thu Sep 02, 2010 3:56 am
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 596996

Re: Calling Sonos users

'MR Clean: Option Explicit Dim ZonePlayer Dim objArgs Dim strArg Dim connectiontimer Dim MuteStatus Set ZonePlayer = CreateObject("ZonePlayer.Controller") ZonePlayer.Connect("RINCON_000[WHY_IS_THIS_NUMBER_SO_SECRET]00") connectiontimer = now() Do Until ZonePlayer.Online = True W...
by supermangesthlm
Wed Sep 01, 2010 3:00 pm
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 596996

Re: Calling Sonos users

EDIT, new code... hehe.. 'MR Clean: Option Explicit Dim ZonePlayer Dim objArgs Dim strArg Set ZonePlayer = CreateObject("ZonePlayer.Controller") ZonePlayer.Connect("RINCON_000nnnnnnn00") Do Until ZonePlayer.Online = True WScript.Sleep 20 Loop Set objArgs = WScript.Arguments For E...
by supermangesthlm
Wed Sep 01, 2010 2:01 pm
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 596996

Re: Calling Sonos users

Im looking in to it right now, will follow up with questions.. defenetly.. having looked at ZonePlayerController.wsc a bit closer im guessing the i should look at: GetMuteState, SetMuteState, GetVolumeLevel, SetVolumeLevel.. however, how do i start a sonos playlist? or a fav radiostation... Steps th...
by supermangesthlm
Tue Aug 31, 2010 6:45 pm
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 596996

Re: Calling Sonos users

Olster, Let me first say THANK YOU MAN, YOU ROCK! The stuff here is GOLD! I’m a long time lurker (feb/mars) coming from the sonos-forum and i finally got things working earlier tonight. (Having overcome the “register error” on my 32bit win7 - If anyone is interested i can write a step-by-step). I’m ...