Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
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. |
Re: Repeat IR Commands
#simplwindows
I normally use serial on Samsung Art TV's. On the ones that I have to use IR, I use the discrete power commands to power the TV on and off. I then use the power toggle to enter art mode.
|
Re: Sonos Beam Crestron AV integration
From a network pentesters pov is it possible to raw replay packets from the crestron side now. Aka capture and send by sniffing the app On Fri, Mar 24, 2023 at 6:44 AM Slip Cougan <gk.otoole@...> wrote: We have a requirement to integrate Sonos Beams into 6 bedrooms. |
Sonos Beam Crestron AV integration
We have a requirement to integrate Sonos Beams into 6 bedrooms.
Setup is as follows: Watch: * Sony Bravia TV * Local Apple TV plugged into the Bravia * Head-end satellite sources * Head-end Bluray * Local HDMI wall input plugged into the Bravia Listen: * Sonos Beam for online content playback In past scenario's where we have needed to switch to a line input on the Sonos Port, I've been able to get round the Crestron source switching by adding the Line-Input to Sonos Favorite's. This kludge does work as long as the user does not remove the Line-input from Favourits. I was hoping to use a similar approach for the HDMI switching on the Beam but there is simply no way to add the TV to Favourites.? The situation I have: > User selects a video source, TV turns on and sound from the TV is played back through eARC on the Beam. Lovely jubbly. > User then selects the Sonos Beam and plays music. Requirement is that the TV stays on so they can still view while listening to music. This works fine. > User sees something interesting on TV and now wants to listen to the TV sound. There is no way to force the Beam back onto HDMI without having to use the Sonos App. Has anyone had to deal with this situation? If so what work-arounds do you use? slip |