开云体育

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

TSW xx60 Panels & Sonos App #sonos #tsw

 

Hi All,
It feels like Sonos hasn't been discussed much lately... to here's a new one.
Has anyone else discovered the latest TSW xx60 firmwares have removed support for the native Sonos app?? We get a white screen with a blue title bar saying "This app is no longer supported".
This is using S1 Sonos as well sadly.
We've tried rolling back the firmware but this doesn't appear to fix the issue, so we're thinking it's Android related, but if anyone has found a way to roll back to a working configuration, please can you outline the steps?
We've had this on both Crestron Home projects (which had auto updated) and standard Crestron (in-office test only so far thankfully!) where we'd updated the firmware to resolve SIP issues.

I don't mind freezing clients on a working feature set, but we can't cope with working systems being deprecated under their feet.
Yours, hoping there's a way out of this,
Oliver


Re: Error: CPHProcessor.exe # 2021-06-13 23:55:47 # Failed to allocate memory for response in respond api

 

I follow this topic with interest:
i have the same problem which seems to be causing by a simpl + module
this module PING and parses the response.
the strange thing is that I use the same module in two different software and in one it increases the memory occupied up to reboot in a couple of days, in the other software this problem is not there.
it is certainly caused by that module because if I delete it from the software the memory remains stable, but I think it is not the only cause otherwise it would create problems in every software where it is present
RMC3 processors
FW 1.7001.4457.19838
I have an open incident with TB from end of march, I will keep you informed
regards
antonio


Re: S+ Delegates

 

Hi Daniel,

One option, not the best I suppose, could be to send the reference of the S+ module to the S# library and send it back through the delagate, in order to know if it has to be processed.

Regards,

Le mer. 16 juin 2021 à 19:39, Daniel Portugal <joyousdan@...> a écrit?:
Is it possible to add a Simpl+ function to a delegate in SIMP#?
It's currently being done using "RegisterDelegate" in simpl+ but if we use that in a scenario with a static class or a singleton class, with multiple simpl+ modules, then all the simpl+ modules get a callback... i'd rather callback only simpl+ modules that have a certain variable value or parameter.


public?static?class?SomeSimplSharpModule
{
??public?delegate?DelegateForSimplSharp(ushort?somedata,?SimplSharpString?somestring);
??public?DelegateForSimplSharp?DoSimplSharpFunction?{get;?set;}
??
??private?void?SomeFunctionThatCallsSimplSharpFunction()
??{
????int?data?=?1234;
????string?str?=?"hello?world";
????if?(DoSimplSharpFunction?!=?null)
????{
??????//What?I?want?to?do?here?is?know?which?SIMPL+?modules?are?registered?to?the?delegate
??????//and?only?invoke?specific?ones.
??????DoSimplSharpFunction(Convert.ToUInt16(data),new?SimplSharpString(somestring));
????}
??}
??
??static?SomeSimplSharpModule()
??{
????SomeFunctionThatCallsSimplSharpFunction();
??}
??
??public?void?Register(delegate?SimplSharpMemberDelegate,?delegate?SimplPlusFunction)
??{
????//add?the?simpl+?function
????//maybe?something?like
????//SimplSharpMemberDelegate?+=?SimplPlusFunction;
??}
}


SYMBOL_NAME?"SimplPlusModule"
STRING_PARAMETER?somestringparameter[15];
CALLBACK?FUNCTION?SimplPlusFunction(integer?data,?string?sometring)
{
??trace("\nData:%u",data);
??trace("\nStr?:%s",sometring);
}

FUNCTION?Main()
{
??RegisterDelegate(SomeSimplSharpModule,DoSimplSharpFunction,SimplPlusFunction);
??//what?i?want?to?do?here?register?this?delegate?with?a?certain?parameter.
??//maybe?something?like?SomeSimplSharpModule.Register(somestringparameter,DoSimplSharpFunction,SimplPlusFunction)
}


Re: TRANE XL1050 WiFi Thermostats

 

Are you able to share the module with me? I've got a project that I need to integrate the Trane 1050s with.


S+ Delegates

 

Is it possible to add a Simpl+ function to a delegate in SIMP#?
It's currently being done using "RegisterDelegate" in simpl+ but if we use that in a scenario with a static class or a singleton class, with multiple simpl+ modules, then all the simpl+ modules get a callback... i'd rather callback only simpl+ modules that have a certain variable value or parameter.


public?static?class?SomeSimplSharpModule
{
??public?delegate?DelegateForSimplSharp(ushort?somedata,?SimplSharpString?somestring);
??public?DelegateForSimplSharp?DoSimplSharpFunction?{get;?set;}
??
??private?void?SomeFunctionThatCallsSimplSharpFunction()
??{
????int?data?=?1234;
????string?str?=?"hello?world";
????if?(DoSimplSharpFunction?!=?null)
????{
??????//What?I?want?to?do?here?is?know?which?SIMPL+?modules?are?registered?to?the?delegate
??????//and?only?invoke?specific?ones.
??????DoSimplSharpFunction(Convert.ToUInt16(data),new?SimplSharpString(somestring));
????}
??}
??
??static?SomeSimplSharpModule()
??{
????SomeFunctionThatCallsSimplSharpFunction();
??}
??
??public?void?Register(delegate?SimplSharpMemberDelegate,?delegate?SimplPlusFunction)
??{
????//add?the?simpl+?function
????//maybe?something?like
????//SimplSharpMemberDelegate?+=?SimplPlusFunction;
??}
}


SYMBOL_NAME?"SimplPlusModule"
STRING_PARAMETER?somestringparameter[15];
CALLBACK?FUNCTION?SimplPlusFunction(integer?data,?string?sometring)
{
??trace("\nData:%u",data);
??trace("\nStr?:%s",sometring);
}

FUNCTION?Main()
{
??RegisterDelegate(SomeSimplSharpModule,DoSimplSharpFunction,SimplPlusFunction);
??//what?i?want?to?do?here?register?this?delegate?with?a?certain?parameter.
??//maybe?something?like?SomeSimplSharpModule.Register(somestringparameter,DoSimplSharpFunction,SimplPlusFunction)
}


Re: Vitec EZ TV IPTV Control

 

Yup we had to use S# to do the?HTTPS REST.
I didn't know about REST at the time so i just made a generic module that used HTTPS/TCP client with proper headers.
Call Vitec they'll help you out and point you in the right direction.
Also use Postman to see and form your post/get requests correctly. And see the responses.
https://www.postman.com/product/rest-client/

All communication is done with the server and not the endpoints.
You can control the endpoints' channel using the server.
So if you have multiple processors they'll all be talking to the server.


Any word on beta testing for the VTPro-e alternative "Onmi" showed in Masters? #crestron

 
Edited

Would be really interested in beta testing the app, has there been any official word on it?

Thanks.

*Omni typo. sorry.


VTPRO iPad to VTPRO Smart Graphics iPad

 

Has anyone come up with a solution of converting older iPad VTPRO files to current VTPRO iPad with Smart Graphics. Client wants to keep his original design and I know VTPRO won't allow "Save As" from old to new.


Re: Audio-Technica ATDM-0604 Mixer IP Control

 

Do you have the manufacturers commands??

Probably easier to go with an sio for only 3 controls.?

On Wed, Jun 16, 2021, 3:53 PM Rick Arnold <rick.arnold@...> wrote:
I am very much out of my element here with this one.? I do not know how to write S+ code so I wondering if anyone has ever controlled one of these before.? I am not looking for much other than volume up/down/mute on an output channel.


Re: Vitec EZ TV IPTV Control

 

You'll need to do this in S#. You'll want to know how to make HTTPS requests, handle JSON data, and deal with authorization. I had to sign an NDI to get their API so I can't share?my code, but their API works well for me. If you have any specific questions, I may be?able to help address those.

-Dustin


Audio-Technica ATDM-0604 Mixer IP Control

 

I am very much out of my element here with this one.? I do not know how to write S+ code so I wondering if anyone has ever controlled one of these before.? I am not looking for much other than volume up/down/mute on an output channel.


Vitec EZ TV IPTV Control

 

Has anyone worked with Vitec's EZ TV products?? I reached out to their engineers, but I'm still trying to get my head around how to interface with their Web API.? I would appreciate any information on how to manage the Crestron side of the communication, or an actual program I could look over.

Thanks


Re: 2 CP3N on different VLANS with control subnet ports connected to

 

hi
I directly contacted Portsmith
Lincoln, 1 year ago I tried 8 different adapters with no luck, so I don't want to buy more adapters that will end in the drawer...
thanks all!!


Re: Latest Toolbox

 

3.0920.0042? Downloaded this version and replaced newer version and all is okay again


Re: 2 CP3N on different VLANS with control subnet ports connected to

 
Edited


Re: Modules exhibit weird behavior after recompile

 

开云体育

Whoops sorry, yes, here goes.?

?

On one of the instances, the original configuration gave feedback as to the state of 3rd party lighting controls.? After the re-compile, the controls still worked but the feedback would experience random changes (feedback would react as expected when the lighting circuits were first changed but then after a few seconds, the feedback would change to an off indication (the lighting wasn’t off, just the feedback, digital signals).

?

On the second instance, the original configuration gave feedback on the tank levels from an RV.? With this scenario, after the re-compile, the feedback would read correctly for a while and then read random values for a few seconds and then change back (analog signals).

?

But, if I went back and installed the older version of the program, everything would work exactly as expected on both systems.?

?

I hope this makes sense.

?

Thanks,

DAVE

?

From: [email protected] <[email protected]> On Behalf Of Thorsten K?hler
Sent: Wednesday, June 16, 2021 1:29 AM
To: [email protected]
Subject: Re: [crestron] Modules exhibit weird behavior after recompile

?

Hi,

it would help if you could describe the “unpredictable behaviour” a bit more in detail. ?

?

Cheers, Thorsten

?

Von: [email protected] <[email protected]> Im Auftrag von F David A Coker
Gesendet: Mittwoch, 16. Juni 2021 02:50
An: [email protected]
Betreff: [crestron] Modules exhibit weird behavior after recompile

?

Hey Crew, I have a weird scenario that I have been experiencing on a couple of my jobs.? I have an existing program on a CP3N that works just fine.? I recompile it with the latest databases etc. and now it exhibits unpredictable behavior.? This has happened twice in the last week.? Does anyone have any suggestions?? By the way, the program has not changed at all, just a recompile with the latest files.? Oh and the module was a S+ module on both scenarios.

Thanks,
DAVE


Re: 2 CP3N on different VLANS with control subnet ports connected to

 

开云体育

Plenty of sources on Google Shopping:

?

Note that that’s definitely not the only option to add USB to a Crestron processor – any USB-Ethernet adaptor with the proper chipset should work

?

--

Lincoln King-Cliby, CTS, DMC-E-4K/T/D
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070? | Fax: (+1)440.449.1106
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

From: [email protected] [mailto:[email protected]] On Behalf Of joseignacio@...
Sent: Wednesday, June 16, 2021 7:50 AM
To: [email protected]
Subject: Re: [crestron] 2 CP3N on different VLANS with control subnet ports connected to

?

hi
I'm trying to buy the Portsmith PSA1U1E but only find it in Amazon but they last 1-2 months to serve!!!
do you know if I can get it anywhere else??
thanks in advance


Re: Trouble with Newtonsoft

 

开云体育

Thanks Oliver

On 6/16/2021 12:25 AM, Oliver Hall wrote:

Hi Jay,

you’re parsing an object that “contains” an acState object - acState isn’t the parent object.

If you pop acState into a generic wrapper object and then deserialise that, you’ll get your values.

best regards,
Ol


Re: Latest Toolbox

 

What version were you on before??


Re: 2 CP3N on different VLANS with control subnet ports connected to

 

hi
I'm trying to buy the Portsmith PSA1U1E but only find it in Amazon but they last 1-2 months to serve!!!
do you know if I can get it anywhere else??
thanks in advance