I want to add a device, a Linn Klimax DSM media server / preamp, to my database. — A member replied: “This is the format of one of the commands that I'm using to control a Majik DSM; <string>ACTION Ds/Product 1 SetStandby "0"</string> It's not a great deal different from yours but it definitely works. I'm using port 23.”
I want to add a device, a Linn Klimax DSM media server / preamp, to my database. I have read the instructions and have done the following:
1) Created a RoomieCodes.plist file (file won't upload, so I attached as text to this message - very basic file to get started...)
2) Sync'd the file to my iPad via DropBox
3) Added device via manual IP (appears to work, IP & port seem OK)
4) No commands are sent over the network
A few notes:
1) I can access the device directly via telnet, get it to accept and respond to commands
2) I run a packet sniffer and can see the comments from telnet
3) I run a packet sniffer and cannot see anything being sent from my iPad
Any ideas on what I'm doing wrong?
Any help would be greatly appreciated.
joe
---------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>codes</key>
<dict>
<key>.POWER STATUS</key>
<string>Action Ds/Product 1 Standby</string>
<key>MUTE OFF</key>
<string>Action Ds/Volume 1 SetMute "0"</string>
<key>MUTE ON</key>
<string>Action Ds/Volume 1 SetMute "1"</string>
<key>POWER OFF</key>
<string>Action Ds/Product 1 SetStandby "0"</string>
<key>POWER ON</key>
<string>Action Ds/Product 1 SetStandby "1"</string>
</dict>
<key>method</key>
<string>lineio-crlf</string>
<key>brand</key>
<string>Linn</string>
<key>cat</key>
<string>Klimax DSM</string>
<key>type</key>
<integer>13</integer>
</dict>
</array>
</plist>