开云体育

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

80" Display with anti-glare screen

 

Replacing an old rear projection TV but room is surrounded by windows. Windows do have shades but client never closes them so not to take away from the view of nature. So, looking to replace with an 80" display but needs anti-glare as much as possible. Projector is not possible.
Any thoughts?


Re: CRESTRON CONSTRUCT first impressions

 

I did two small projects with construct.
?
The first one never got to be used because it could not load and was spinning forever in a TSW-570.
I called TB but they could not find the problem in time, reverted to VTPro.? Strike one.
?
Second project for a UC-Engine, at first I had the same spinning problem.
TB found later on that the problem was that I used another drive (not a shared or virtual drive or virtual folders, no, just D:/ instead of C:/) for my projects and the compilation was corruped because of that.?
So when I compiled my project on my C drive it finally loaded, but really, "What You See Is NOT What You Get"
Text offset vertically in the buttons, Icons in the wrong place, and stuck buttons. Literally, I have buttons to control a camera zoom and randomly the button sticks and sends the zoom to the end.?
I rebuilt the interface in VTPro. Strike two.
?
Two strikes so far. ?I'm not here to bash Construct, I really want to use it because I know VTPro will go away, but it's not ready.


Re: Smart Object ID's, Presses and Feedback along with Crosspoints

 

Just treat smart object presses as a normal join and yes just tie those to the control crosspoints.


AJA KI Pro 12G RS422

 

I am working with a AJA Ki PRO Ultra 12G, and I am having the worst time getting it to communicate. I looked through the forum and have seen people have had success, but maybe I missing something. I have RS-422 Enabled and the ID Set to SRW-5500 using the Sony 422 standard. I am going from an NVX Com port to a Startech RS422 convertor. However, I also have a Blackmagic Hyper Deck, which is Sony 422, and when I plug the cable into that, I can control the Blackmagic with no issues. It works just how I would expect.
?
Any ideas? I am only looking for really Record and Stop functionality.?
?
?


Smart Object ID's, Presses and Feedback along with Crosspoints

 

Finally wrapping my head around Crosspoints, but wondering how people handle Smart Object ID's along with the associated Presses and Feedback. Do you just tie those P's & F's to the Control Crosspoint and track through to the Equipment Crosspoints using lines above regular assigned Join Numbers?


Re: AM-USB-WF alternative

 

In using google lens I have come across these items.? Have not had the opportunity to test and see if they will work.


Does anyone know Nick Pope?

 

Hi,

I’m hoping someone is in touch with a Crestron programmer named Nick Pope.? I would just like to ask him a few questions for an article I’m?working on. If you know Nick, I would greatly appreciate it if you could send me his contact info.

Thanks in?advance for the help

Jay


Re: Crestron Home RAVA issues

 

License the certified 2n door lock module, then setup programming automation on the verso.?
?
Program in Home, add a quick action to control? switch 2 to change to the external camera and turn on DND mode, then 2 minutes later reverse back to defaults...?
?
I don't love all the moving parts of this but we have many Home+2n systems and it can be done.?
?
DM if u need.?


Re: Crestron Go app questions

 
Edited

OK, here's a workaround and I'm down to <2 secs load/refresh time.
?
  • downgrade to 1.601.0050
  • connect to the server via USB
  • in console - SSL OFF
  • AUTH OFF
  • verify ethernet/port settings and connect via SSH over ethernet
  • upgrade to 1.8001.0251
  • change Crestron Go setting - No SSL, delete credentials, and change port to your HTTP port
  • you will now have 'unsecured' access to your server
IMPORTANT: do not RESTORE from this point on, or it will turn on SSL/AUTH, and you will need to redo the above.
?
For the security conscious, I eliminated all external ports (except two) to the system and rely on VPN for external access for maintenance.?
?
The ports I maintain are the HTTP and CIP ports, but I pick a random number and forward it to my HTTP port (8081 in my case). There's a security risk here, but small and for me the tradeoff in load time makes it worth it.?
?


Re: Netatmo integration

 

开云体育

Hi Jay, thanks for this!. I’ll load it up and comment any value information.

?

Have a great week you all

nico

?

?

?

From: crestron@groups.io <crestron@groups.io> On Behalf Of jbasen via groups.io
Sent: sábado, 3 de agosto de 2024 05:19 p. m.
To: crestron@groups.io
Subject: Re: [crestron] Netatmo integration

?

Nico, Thorsten,

Based on Nico's writeup of the problem I have created a new version of the Sensibo Air Module for testing (v1.6).? The issue is this.? When you send a command to the Sensibo API based on a user selection the API doesn't respond back with information that tells you it has been accepted and implemented.? So, to keep the outputs of the module in synch with user selections I had sent a refresh command right afterwards.?

This doubles the number of calls and if, for example, multiple commands are sent in quick progression based on a? user favorite setting, then this can cause a lot of commands to be sent in quick sucession which could easily run afoul of the API police trying to manage API traffic.

I've added a new parameter named Manual_Refresh_Required.? When this is set to true a refresh command will not be sent after each other command.? Instead the code will have to manage when to refresh the outputs of the module manually.

I also included some additional notes on how to implement the user's ability to change the target temperature.? If, for example, this is implemented by the user triggering the up/down inputs on an analog increment, then the output of the ainc should be run into an abuf with the enable on the abuf tied to a "Set" button on a tp.? The user will then be able to use the abuf to change the temperature and only after pressing the set button will this new value be sent to the module.? This, again, minimizes the number of API calls.?

As I said, this is a test version.? It is currently just sitting on my OneDrive.? If you guys give it a thumbs up I'll send it to my GitHub

Thanks

Jay

You can download it here:

?

On 8/2/2024 3:27 PM, jbasen via groups.io wrote:

Thanks for writing this up Nico.? Great information.?

I will take a look at my module and see if there are things I can do to minimize the calls to the Sensibo Cloud.

I will let you know.

Thanks again

Jay

On 8/2/2024 11:22 AM, nicofreda via groups.io wrote:

Hi Jay/Thorsten

?

using sensibo too since 1 month.. I have a CH system and at first, I've tried with the cpllc driver.. with only 1 sensibo at the system, it worked perfectly with no issues.. control and feedback works good.??

then the client liked it and wanted two more units to be controlled, so I've added two new sensibo extensions. same license cost for unlimited units verified by CPLLC. This didn't work for more than just hours.. (same error "429, too many requests... " that we all know about);

talked to randy at CPLLC and told me that it is something on sensibo's side.. and talked to sensibo and they said that their server is receiving more than 10 requests in a 10 second window, and that is their limit.?

I did tried to use an API key for each sensibo, with no success.. when I left the system back with only 1 unit, it worked fine again.?

?

then, I've tried to make it all the way around using a simpl program and Jay's module. Using Bacnet thermostats in CH, and the hosted remoted device/objects in simpl I've created the control within CH using simpl windows control of the sensibo.. all great with the first sensibo. worked flawless and fine, but same issue after adding the second unit: control and feedback became not constant, and start loosing two way communication. I'm using a vc4 and a mc4-r; I will try to enable logging in the vc4 and see if it is the same 429 error -> too many requests, and talked again with sensibo support, as I am guessing that maybe something changed in the server credentials/access with the requests, because as Thorsten said, with just a few commands, even within the "sensibo 10 commands-10second window", more requests are entering sensibo cloud..?

?

just one question thorsten: did your project has more than 1 sensibo unit?

I will also try to separate my sensibos in different accounts, so maybe they reach sensibo's cloud in different channels. I will share the results

?

regards

nico


Re: Rollease Automate Pulse 2 Hub Driver for Crestron Home

 

The managed platform page crashing was solved by adding another platform driver (Shelly in my case). After that it started populating correctly and it never crashed again.
?
As for the functionality of the devices and Pulse 2 hub, all of my issues were solved by a Beta driver provided by Control Concepts.
?
Let me know if you need it.


Re: TV Presets v2.0

 

Was just thinking too- did you have emitter covers on them? Ive seen many times without them that the IR will bounce around and get picked up again by the device adding a second IR pulse that was not sent by the control system.?


Re: MAC M1 Parallels Mapped Folder Issue

 

Just to add - a bit of searching here does show that this is not a new issue and that running a subst command can help.
?
I've tried this and it does work for me - just seems a bit strange that SW etc cannot see the existing mapped network drives.
?
Cheers!


MAC M1 Parallels Mapped Folder Issue

 

Hi,
?
I've been running SimplWindows/TB etc on a Mac M1 with Parallels running Win 11 for sometime but with infrequent use.
?
I recently wanted to maintain an existing project but had updated to the latest versions of all the various tools and Parallels. ?I now have a problem where none of the Crestron tools like SW/TB/VTP etc will recognise the Mac drives that are exposed via Parallels as mapped network drives.
?
They do see the drive as a full path such as ?\\Mac\Dropbox\Crestron\Project\someproject.smw but when trying to compile a program using this just fails. ?This drive will be mapped to say the Q: drive by Parallels and can be seen as such in, say, Windows Explorer but not in SW.
?
I am not sure if this is an issue with Parallels or the Crestron software but it's annoying that the mapped drives don't show up.
?
BTW - I do know that compiling on a Dropbox folder is not really supported and I do always stop my syncing to avoid issues on that side of things so please don't conflate the two situations.
?
Anyone else had this issue? ?It kind of defeats the point having to take a Windows laptop as well as my Mac to site...
?
TIA
?


Re: Rollease Automate Pulse 2 Hub Driver for Crestron Home

 

@David Chramcow
?
Did you ever solve this, I've got the exact same issue but with a different driver!
?
Thanks


Re: Android Go App - Broken?

 

I use Crestron Go on my Android and it's working fine. I also have a couple of clients that use their Android app heavily, and would've reported immediately if something wasn't working right.

--- On Sunday, August 4, 2024 at 11:43 AM, MQSACK wrote:

Talking about the CrestronGO app that supplanted the silver Crestron App

I have only been using with iOS for the last few years, but have very few
Android clients.

All of a sudden can't get Android devices to connect at a site - wondering if
it might be SSL issues....

iOS works fine there


Re: Crestron Home RAVA issues

 

Try calling Jon Miller - he has some middleware solutions...
?
866-937-2833? ext 1303


Re: Android Go App - Broken?

 

Talking about the CrestronGO app that supplanted the silver Crestron App

I have only been using with iOS for the last few years, but have very few Android clients.
?
All of a sudden can't get Android devices to connect at a site - wondering if it might be SSL issues....
?
iOS works fine there


Re: Crestron Go app questions

 

Sure would be nice if Crestron invested in Crestron Go. There are several ways they could minimize the 5 sec startup. And 5 secs truly is unacceptable to clients, when expectations are sub-second.
?
If you notice, when you re-open the app, if it hasn't been tossed from memory yet, the screen comes right up, but is locked, then updates and repaints the entire screen. Making this worse is the fact that tapping the screen when locked goes back to the main Crestron Go screen, which confuses clients.??
?
Please Crestron make the following changes.
- Do the system refresh in the background. Only refresh a subset of data and continue to fetch data in the background.
- Do not show 'Connecting to System' and 'Updating Interface...' or allow us to turn that off.
- Do not repaint the screen after refresh (and do not show Connecting to System). This makes it feel faster with the appearance of done loading.
- Hide the 'back to list' button so that end-users don't accidently hit it.?


Re: Crestron Home RAVA issues

 

Sorry for the late reply as I've been abroad. I got in touch with crestron support and it looks like changing the RAVA ringtone is impossible.?
?
Also it's not possible to ring once or n times and keep the incoming call screen ( the video with action buttons ) on the screen until the call is answered.?
?
My Apartment has the 2N IP verso as a doorbell so yeah imagine if you have guests coming and ringing. By the time I open the door I'm pretty sure they will apologize for the disturbance because the TSW won't stop ringing until I answer. Very very annoying.?
?
Support suggested to request this feature but I can't believe it hasn't been mentioned before. I really like the CH interface but I am considering moving to AP4...