Hi Simon,

> No luck getting the Telnet commands to work. 

Hm, weird ...

If you do something like the below script (example windows script I
found somewhere on the net) it works? You can control your amp?
I don't understand what I do different ....


Code:
--------------------
    
  <job>
  <script language="VBScript">
  
  Option Explicit
  
  
  Dim WshShell
  
  Set WshShell = CreateObject("WScript.Shell")
  WshShell.run"cmd"
  WScript.Sleep 1000
  
  WshShell.SendKeys"telnet -e x 192.168.1.3 23"
  WshShell.SendKeys("{Enter}")
  WScript.Sleep 1000
  
  WshShell.SendKeys("PWON")
  WshShell.SendKeys("{Enter}")
  WScript.Sleep 1000
  
  WshShell.SendKeys"x"
  WScript.Sleep 1000
  WshShell.SendKeys"q"
  WshShell.SendKeys("{Enter}")
  
  WshShell.Sendkeys("exit")
  WshShell.SendKeys("{Enter}")
  
  WScript.Quit
  
  </script>
  </job>
  
--------------------


Would you please send me a part of the server log with SBNetIO debug
logging enabled:

server settings --> Advanced --> Logging

15661


> Is there a way of only turning the amps off when the touch turns off
> rather than pause.. 

No problemn I can add this option ...

Kind regards

Günther


+-------------------------------------------------------------------+
|Filename: sbnet_debug.jpg                                          |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=15661|
+-------------------------------------------------------------------+


Primary System: LMS on Win 7 PC, 4 SBT, 1 Duet, 1 piCorePlayer &
HifiMeDIY Sabre II DAC, 2 Duet Controller, 2 iPods, 1 iPhone (iPeng),
Sony XPeria Mini & ION,  Android Tablet (SqueezeControl, OrangeSqueeze,
SqueezeCommander) -- Secondary System: Mobile Server based on
SqueezePlug on RaspBerry PI

Visit 'SBNetIO' (http://code.google.com/p/sbnetio) - yet another remote
control plugin.
------------------------------------------------------------------------
cadfish's Profile: http://forums.slimdevices.com/member.php?userid=58296
View this thread: http://forums.slimdevices.com/showthread.php?t=99977

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to