Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Managing Inputs without Discreet Commands (IR)
i agree with hunting for discrete commands;
if you wanted to play around with some simpl+ (or c#..) see if this works for you? int presses = 0; int delta = currentInput - desiredInput; if (delta < 0) { ??? presses = delta * -1; } else if (delta > 0 ) { ??? presses = totalInputs - delta; } |
Re: Android APP ETA
toggle quoted message
Show quoted text
On March 5, 2024 10:22:39 AM CST, "Slip Cougan via groups.io" <gk.otoole@...> wrote: Roll up, Roll up, get it now while it is still a free upgrade. |
Re: Android APP ETA
Roll up, Roll up, get it now while it is still a free upgrade.
Looks like this has been released unfinished as usual. Missing local project option in project settings. Missing the notification settings for: Lock configuration Auto Reconnect Check for updates Use full screen Keep screen awake Hide demo (may not be applicable in this version) Lock orientation Console settings In settings (Gear Icon) Missing the following: VOIP Export settings Export Logs Enable key clicks Missing screen width & height info plus all the other info Most of the above is covered in the release notes. Pretty shoddy release really. I've just tried it on my VPN to my home system - states downloading system and just sits there with a blank screen. My Original Android app connects just fine. |
Re: Android APP ETA
¿ªÔÆÌåÓýThat¡¯s better then nothing¡ ? Michael Restrepo | Owner Restrepo Innovations 825 Windham Court N Wyckoff, NJ 07481 Office Phone & Text 201.405.2022 Direct | 201.952.4624 Email |?mikeRestrepoinnovations.com (mailto:mikeRestrepoinnovations.com) Elite Pro Crestron Dealer HTA Luxury Certified () Website | () ? Instagram | () ? Facebook | () ? Twitter | () ? From:
[email protected] <[email protected]> on behalf of mark kaye via groups.io <markkaye@...> i have the beta - works OK |
AVER Cam 570
Aver Cam 570
?
Seems that the posted control module from App market does not work with the 570 camera.?
Anyone get this to work. I have tried several versions of module for control. Get no replies at all via Crestron to UDP port 52381
However, Hercules to same IP and UDP port number, does get reply of "?(FF)"
?
Have controlled earlier versions of cam with existing control modules. This one seems to have no control at all.? |
Re: Android APP ETA
Good news: Crestron Go for Android is finally in the Play Store. Bad news: I can't get it to work on my phone (Pixel 8 Pro), so can't tell any clients about it yet ? It seems like there are some things missing - only one option in Settings, doesn't mention cost or in-app purchase, etc.? Has anyone gotten it to work??? |
Re: VC4 after hardening cannot add program/room, save settings
The web interface will seem to load even if you aren't authenticated, or the service isn't completely started up.? The best indicator that you're *actually* connected is when you see the hostname populate - if it's not there, you aren't actually connected yet. On Tue, Mar 5, 2024 at 8:44?AM thesaabdr via <wyatt=[email protected]> wrote: make sure you are going to https and not just http.? http works but exhibits the behavior that you are describing. |
Re: Media Player Sonos Favorites for Spotify
I wonder if driving the QueueActionReplace whe the player is engaged/inuse would help??
I just love iterating over weeks with these kinds of things when Crestron, Sonos (and to a lessor extent Autonomic), probably have someone who actually knows what's going on but is too busy eating lunch to help us and our clients... |
Re: Managing Inputs without Discreet Commands (IR)
In the *OLD* days before many devices had full discrete command sets, we used what was called an 'anchor' command.?
Basically, any routine that would put the unit into a known state that then a series of toggles could make a relatively reliable function. EX:? TV without discrete inputs 1. sending Ch+ forced the TV to the 'Tuner' input 2. Then sending (2) Input toggle commands This would fairly reliably get the set to Input 2 Though I agree with FTAV, find something that can sit atop the 'rouge' device to provide the discrete control. I personally would change the device to a more professional unit - It is highly unacceptable in 2024 for a decent product to not have a good control set. Have you checked with the manufacturer for a set of Pronto/Hex codes? this is often available if you talk to tech support... |
Sony Bravia IP Launch App
Hi All,
I was wondering if anyone could steer me in the right direction to send this POST command through a TCP/IP Client? This is where I am at so far: Sony documented command: POST /sony/appControl HTTP/1.1 HOST: 192.168.x.x X-Auth-PSK: xxxx Content-Type: application/json; charset=UTF-8 { method: "setActiveApp", version: "1.0", id: 1, params: [{uri: "com.sony.dtv.com.google. } -My Crestron TCP/IP string sending in debugger: POST /sony/appControl HTTP/1.1\nHOST: 192.168.x.x\nX-Auth-PSK: xxxx\nContent-Type: application/json; charset=UTF-8\n\n{method: "setActiveApp", version: "1.0", id: 1, params: [{uri: "com.sony.dtv.com.google. I get no response from the device.? Not sure if it needs to be done differently to shorten the message. Any help would be much appreciated. Thanks, Steve |