Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: #crestron
#crestron
Hi Ronald,
you send SIS commands from the Crestron controller to the Extron NAVIGATOR on port 4523 using SSH. SIS commands are documented in the NAVIGATOR user guide, matrix tie command is \x1B2*3!\x0D to tie audio and video from input 2 to output 3 (looks familiar if you controlled Extron matrix switchers before). The NAVIGATOR does not support telnet but SSH only. Control of devices like projectors connected to the NAV decoders via RS232/IR/CEC is possible when using an Extron controller. However, the ports, protocols and SIS commands for this purpose are not documented in the user guide of the NAVIGATOR/NAV decoder. Best regards Crestronfreak55 |
#crestron
#crestron
Question: How easy is it to control an Extron NAV system using a Crestron processor? We have a room with 17 displays and 55 transmitters.?
|
Re: Sonos Beam Crestron AV integration
Thanks!? On Fri, Mar 24, 2023 at 4:16 PM Andy Ross <sifuas@...> wrote: These ones should work:? |
Re: Alpha America Sign Example
I have a very detailed module that I wrote (with documentation) for these signs if you would like it. Sene me an email and I would be happy to share it.
nwells@... -Nathan |
Re: Andriod TV control
Here is an idea. Connect to TV from your PC by using a Crestron processor as a TCP/IP relay/traffic sniffer (hopefully data isn't encrypted): Add TCP Server at :5555 Add TCP client to actual TV. Cross connect the TX-RX; RX-TX of the 2 devices Add some logic to connect TCP client to Android TV when TCP server gets a client connected. Connect your PC adb shell to the Crestron's TCP server and observe traffic in debugger. Hopefully the handshake will be visible there and you can duplicate that in your actual program. ? If this helps/works, please share full details about this project once complete (may be even upload your module). Thanks. |
Re: Andriod TV control
Currently connected via TCP/IP through port 5555 (ADB port) adb connect 192.168.18.64:5555 If connection is established, the TV will show that "Allow USB debugging?" message, currently I'm not getting such message, thus my connection was probably a failure still. |
Re: Pro2 available
Hey Rob.? We are def interested in the Pro2 and the client said how about $75 for both?? He has a running 8x. I have been working around the System Builder program for 5 years because he didn't have a copy.? I set up an iPad for him and told him if the 8x goes- it's gone but if you want to accept his offer let me know.? On Thu, Mar 23, 2023 at 11:36?AM Scott Laird via <scottrlaird=[email protected]> wrote:
|
Re: NVX to AVR woes
I had this happen a few times over the past few months. Some had NVX others didn't. We found by replacing the balun it fixed our issues. I can't remember what balun we were using, but I think it was the AC-EX70-UHD-kit. I will try to verify on Monday as we have a few sitting on the shelf now that we removed them. We replaced them with the AC-EX70-444-kit and it worked.
|
Re: Andriod TV control
I have some progress with ADB, I managed to connect to my Andriod TV via ADB (Andriod Debug Bridge), that's easy.
?
Once connected, I managed to send remote control keystroke commands to the TV too.
?
adb shell input keyevent 3 (home)
adb shell input keyevent 22 (right key)
adb shell input keyevent 21 (left key)
... etc
?
Now how do I turn this shell commands into Crestron code? Any help will be very much appreciated! |
Re: VC-4 & Sonos
Since I was in a hurry, I opened all the ports except the one for Spotify Connect and System updates. Le?ven. 24 mars 2023 ¨¤?09:52, Eric Luckart <eluckart@...> a ¨¦crit?: Did you open all of the app control ports or did you spend the time to figure out what was needed? |
Re: Sonos Beam Crestron AV integration
That¡¯s very interesting could you share those IR commands? Thanks? On Fri, Mar 24, 2023 at 9:56 AM AVMaster <AVMaster619@...> wrote: There is a discrete TV input IR command for the sonos sound bars.? It works perfectly and is the only reliable way I have been able to implement the above scenario. |