¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: VC4 after hardening cannot add program/room, save settings

 

Hi,
you were completely right I totally forgot about the https, now i cn use debbugger and run my test softwares. Thank you :)


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

 

Looks like this won't connect to my DIN-AP3 at home as min FW requirement is 1.8001.
I'm running 1.6 at home due to various issues with DIN-AP3 running later FW.


Re: AVER Cam 570

 

Thanks for the help. Got it to work.?
Issue was the setup/init sequence. Once added, the cam control is good to default id of 81.


Re: Android APP ETA

 

Will only be free for a short time


Re: Android APP ETA

 

¿ªÔÆÌåÓý

I like the idea that's free, that means I can use it on my deGoogled phone.


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.
I'm downloading now but no way to test right now.


Re: Sony Bravia IP Launch App

 

I know this isn't the answer you're after, but if you want to save yourself development time (which you may have already spent), we have a module for this:


Best regards,
Oliver


Re: Android APP ETA

 
Edited

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@...>
Date: Tuesday, March 5, 2024 at 11:20
?AM
To: [email protected] <[email protected]>
Subject: Re: [crestron] Android APP ETA

i have the beta - works OK


Re: Android APP ETA

 

i have the beta - works OK


Re: AVER Cam 570

 

I went through this fairly recently, Aver has a module on their website (?that definitely works over UDP. The ID parameter needs to have a leading 8 so camera ID 1 set in the camera needs to be 81 in the module or you'll get a host of compilation errors.


Re: Media Player Sonos Favorites for Spotify

 

ckangis? Correct.? Spotify playlist would not play when selected from the media player app on the touchpanel.? Pandora worked, but not Spotify.


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: VC4 after hardening cannot add program/room, save settings

 

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.android.youtube.tvunplugged.com.google.android.apps.youtube.tvunplugged.activity.MainActivity"}]
}

-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.android.youtube.tvunplugged.com.google.android.apps.youtube.tvunplugged.activity.MainActivity"}]}

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


Re: Managing Inputs without Discreet Commands (IR)

 

In this specific case it's a Topping DAC (DX5 Pro) but to some degree this is a learning exercise also.