Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Issues with Crestron Home on Android?
I have a tech with an Android phone, and for the past couple Home projects he has been on, his device isn't syncing with the CP4R to get proper room status.? He gets a message at the bottom of the app that says "Your home is busy, please standby" and then his UI doesn't show the correct zone status for music, or the correct status of lights in the house.
Users with iOS devices don't seem to have any issues.? I thought maybe it was just his device, but now a second tech on the same job had the issue today with a second Android device. CP4R is running the latest release 3.007.0071, and one of the phones is running Android v11, not sure about the other one. Anyone else experiencing issues with Crestron Home showing correct status on Android devices? |
Re: Authorization for Connections
I had tried upgrading one of the TSR remotes to the latest firmware (tsr-310_2.001.0095.001).
However, it still wouldn't connect.? It wasn't until I set the user level higher that it would connect. As per TB support, user is no longer sufficient for hosted projects. They said that this will be the case for all future updates, and at least operator level is required. I'm used to setting all my Crestron devices at connects level and iOS devices at user, but they said the latest updates changed that for hosted projects. It's just frustrating how much it seems that we end up being the beta testers for Crestron updates lately. Isn't that what "Labs" is for??? |
Re: S+ Delegates
It really sounds like what you're looking for is a pub/sub implementation for your S+ module instances. Doing this in S+ is not the right way to approach this... If you use RegisterDelegate() with a singleton instance or a static class member then it won't work anyways because your delegate will be overwritten. You'd have to use events in that case.
In our SIMPL# Fundamentals course, we cover a very basic pub/sub implementation:? -- ?
Crestron Service Provider - TBD Enterprises Inc.
|
Re: Trouble with Newtonsoft
You can still deserialize to the type you want without having to create another class by selecting the internal object.
var acStateObject = JObject.Parse(inputJson); JToken acStateToken = acStateObject["acState"];
return acStateToken?.ToObject<acState>();
?
By the way, you really should be using proper C# naming conventions. This is why the Newtonsoft library has attribute classes that allow you to specify how the JSON keys are named, so that you don't need to name the identifiers in the same way.-- ?
Crestron Service Provider - TBD Enterprises Inc.
|
On Thu, Jun 17, 2021 at 10:47 AM, Oliver Hall wrote:
We've now got two panels - one working, one not - both on the latest firmware, but with different Sonos App versions. (9.0.1 - working, 10.6.99 - not working) I'm still reviewing some info, but if I'm understanding correctly so far... pulled from the App Manifest, and is intended to disable Sonos S1 functionality for CH x60s (since CH req's S2). pulled from the Sonos App Manifest, and is intended to enable Sonos S1 functionality for SG x60s. VER -V should confirm which version is currently installed on the panel. APPMODE and INTERNALMANIFESTURL should confirm which mode the panel is in, and which version will be pulled down by APPUPDATE SONOS. |
OL,
"a panel that had been updated for Crestron Home and then returned to standard Crestron service => 10.6.99 -?not working" I think that you probably have some of that greasy CH sauce still in the panel...:) FYI, I checked on one of my 760/S1 panels running a slightly older FW and no Auth. Update stays on v10.6.2, even after a reboot: TSW-760>host
Host Name: TSW-EXERCISE
?
TSW-760>ver -v
TSW-760 [v3.000.0014 (Fri Sep 25 01:39:17 EDT 2020), #85420D6D] @E-00107f9e058e
Build: Fri Sep 25 01:39:17 EDT 2020? (376996)
Updater: 3.000.0014
Bootloader: 1.00.12
Product ID: 0x7EFD
Revision ID: 0x0000
CPU ID: 0x0000
UUID: 9e5665c2-0afd-4531-b7ff-336637ed0f44
PUF: 3.000.0014.001
OOTBVersion: 1.2.8
Video Player: 5.0
Sonos: 10.6.2
CH5: 1.1.0.125
Forced Auth Mode: False
TSW-760>appupdate sonos Checking for updates, will update if needed.
?
?
TSW-760>ver -v
TSW-760 [v3.000.0014 (Fri Sep 25 01:39:17 EDT 2020), #85420D6D] @E-00107f9e058e
Build: Fri Sep 25 01:39:17 EDT 2020? (376996)
Updater: 3.000.0014
Bootloader: 1.00.12
Product ID: 0x7EFD
Revision ID: 0x0000
CPU ID: 0x0000
UUID: 9e5665c2-0afd-4531-b7ff-336637ed0f44
PUF: 3.000.0014.001
OOTBVersion: 1.2.8
Video Player: 5.0
Sonos: 10.6.2
CH5: 1.1.0.125
Forced Auth Mode: False |
Re: S+ Delegates
If I'm going to have multiple instances of S+ modules, I typically connect them to unique instances of an S# class.? Each S+ module can then send its parameters (ID, zone name, whatever) up to the S# class.? If you had a static class processing incoming information, it could iterate through a List<> of instances to find the ones with matching zone numbers for example, and invoke callbacks on those. On Wed, Jun 16, 2021 at 7:39 PM Daniel Portugal <joyousdan@...> wrote: Is it possible to add a Simpl+ function to a delegate in SIMP#? |
We've now got two panels - one working, one not - both on the latest firmware, but with different Sonos App versions. (9.0.1 - working, 10.6.99 - not working)
What I'm trying to establish is: Is this a Sonos App version issue, or some underlying Android version (which we can't see) issue. I've asked Crestron too (mainly to understand what the roll-back procedure should be if we break a customer system!) |
Yes, definitely an issue. I don't think I've seen this yet but I *think* that Sonos recently announced that they no longer are supporting S1 (convenient for them!) so this may be an initial shot over the bow of what's to come with that.
I'm sure that you've done this but have you tried 'appupdate sonos' and see that VER -V returns Sonos 10.6.2 ?? I'm currently working on an upgrade of a client's two homes from 760s to 770s so that he can get the S2 app on the panels (Thank you good clients!!)... And "we can't cope with working systems being deprecated under their feet." This seems to be the definition of the Digital Age - I call it "The Apple-ization of Marketing and Technology"... |
I have updated all my own TSW x60 units to 3.0 and still have Sonos working.
Maybe try pushing the firmware again? Also try AUFORCEUPDATENOW in console. I had a friend with a 760 that was stuck on a very old version of sonos and that command updated his panel to 3.0 and updated sonos and fixed his issue after many failed attempts to update sonos for his panel |
Re: Error: CPHProcessor.exe # 2021-06-13 23:55:47 # Failed to allocate memory for response in respond api
On Thu, Jun 17, 2021 at 08:05 AM, Oliver Hall wrote:
Not meaning to take this off topic - but I had problems in the past running the "ping" command on the processor (via a console symbol) as the logic engine effectively "pauses" during the ping.? That was with much older firmware so it may be different now, but just something to watch for. Hi Oliver,
I believe (and TB also tell me it) the problem is related to the occupation of the free Ram:
as soon as I load the software I check from Text Console with the RAMFREE command and I see 64% memory occupied, after an hour I check again and I see 65% memory occupied and so on until RMC3 does Reboot by itself because it has no more free memory.
When this is about to happen, the following messages begin to appear in the logs: Failed to allocate memory for response in respond api |
¿ªÔÆÌåÓýHi Oliver, ? coincidentally, i?ve just upgrade my kitchen 760 to the latest firmware downloaded yesterday: 3.001.0026.001 because the Sonos app behaved weird and didn?t want to play/synch with Spotify. After the upgrade, everything was working again fine. This is also with a S1 system. ? So I can?t confirm your findings, luckily. ? Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von Oliver Hall ? Hi All, |