Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
telnet control of DM-RMC scaler
I'm building an external control system that will send simple commands to a Crestron DM using TCP (telnet) commands.? This works fine with the DM-MD8x8.? But I'm not sure how to switch inputs on the DM-RMC-4KZ-SCALER-C.? This device doesn't have a regular IP address because it receives its input from the DM over HDbaseT.? Is there some way to talk to this device through the network?
|
Re: Launching a 3rd party app from the crestron go app
#crestronapp
Thanks for the explanation, Alex!
toggle quoted message
Show quoted text
--- On Thursday, May 26, 2022 at 8:14 AM, Alex Teague wrote: |
Simpl+ Error 1706
Has anyone seen this error, and did you resolve the issue? Contacted TB and wasn't able to resolve but sent them all my code for testing.
Error 1706 (Line 52) - Error including SIMPL# Library: 'C:\Program Files (x86)\Crestron\Simpl\Simpl+\TriplePlayTN029.clz cannot be validated!
Could not find file 'C:\Users\BradWykoff\AppData\Local\Temp\obyzku21.vh4\TriplePlayTN029.clz\microsoft.visualstudio.threading.resources.dll'.' |
Re: Launching a 3rd party app from the crestron go app
#crestronapp
On Thu, May 26, 2022 at 08:14 AM, Alex Teague wrote:
I have this working to launch the Apple TV remote with shortcuts.Alex, Does this still work with the ATV remote now that it is relegated to the Control Center?? |
Re: Lutron
Also for the CH integration you will need a Lutron Connect Bridge in place. On Thu, May 26, 2022 at 2:10 PM Mitch Bigelow <ipha00@...> wrote: You'll need an integration username/password and the integration report. This give you the mapping between loads/buttons and the ID numbers to use in the modules. |
Lutron
I'm working with an installed Lutron Radio RA system.? Lutron is currently being controlled by Control4 that was installed several years back by a C4 dealer.? C4 system will be removed and replaced by Crestron.
What Lutron data do I need to do the integration?? Planning on doing this with Simpl but it might be an appropriate project for Crestron Home.? I've not deployed a Home project before.? System is two simple media rooms, Somfy shades and Lutron. Thoughts? |
Re: CP3, Latest FW and Toolbox disconnects
¿ªÔÆÌåÓýSomething about ? Console, SETLOGOFFIDLETIME 0 ? ? ? From: <[email protected]> on behalf of ckangis <chris@...> ? Hi All, |
Re: is anyone successfully running a Mac Studio M1 with parallels 17 windows 11?
I've been running it since last year and it's been the best experience I've ever had with a laptop.
For doing things with S# I have had to make sure that I reinstall/repair: NETCFSetupv35 NETCFv35PowerToys When newly installed or after Windows does major updates because it blows the files away. My Windows info: Edition Windows 11 Pro
Version 22H2
Installed on ?3/?27/?2022
OS build 22581.100
Experience Windows Feature Experience Pack 1000.22581.100.0
Parallels: 1.7.2 (23531) ? |
S# Pro on RMC4 with a DM-XIO-DIR
#rmc4
I have a program that defines a director, four NVX units, adds them to the unit and then registers the lot. I receive very odd messaging in the error log and am not sure where to begin looking. Another odd behavior is attempting to stop the program takes a very long time. Has anyone seen this before:
? 408. Error: SimplSharpPro[App01] # 2022-05-26 10:14:39 # ?Unable to post message to queue for Device ID DC for parent Type DEVICE_PARENT_ETHERNET_TYPE: IP-ID-DC
? 409. Error: CIPCommandProcessor # 2022-05-26 10:14:39 # ?SendDataToSocket: Send failed with error code 10058
? 410. Error: SimplSharpPro[App01] # 2022-05-26 10:14:59 # ?Unable to post message to queue for Device ID DC for parent Type DEVICE_PARENT_ETHERNET_TYPE: IP-ID-DC
? 411. Notice: TLDM # 2022-05-26 10:15:08 # WriteUnixDomainSocket: len=32 pid=3524; Thread 3539; timeout 20000; SO_SNDBUF 4196000 (tick end 77374425: start 77352881: delta 21544) maxMsg 4196; sendto /dev/shm/rqueue/SEND_1_QUEUE/0008469 error Resource temporarily unavailable(11)
? 412. Error: TLDM # 2022-05-26 10:15:08 # SendMessageToQueue : Unable to send message to queue App1Queue. Error Code 0xb
? 413. Error: SimplSharpPro[App01] # 2022-05-26 10:15:19 # ?Unable to post message to queue for Device ID DC for parent Type DEVICE_PARENT_ETHERNET_TYPE: IP-ID-DC
? 414. Notice: TLDM # 2022-05-26 10:15:28 # WriteUnixDomainSocket: len=76 pid=3524; Thread 3539; timeout 20000; SO_SNDBUF 4196000 (tick end 77394909: start 77374425: delta 20484) maxMsg 4196; sendto /dev/shm/rqueue/SEND_1_QUEUE/0008469 error Resource temporarily unavailable(11)
? 415. Error: TLDM # 2022-05-26 10:15:28 # SendMessageToQueue : Unable to send message to queue App1Queue. Error Code 0xb
? 416. Error: SimplSharpPro[App01] # 2022-05-26 10:15:39 # ?Unable to post message to queue for Device ID DC for parent Type DEVICE_PARENT_ETHERNET_TYPE: IP-ID-DC
? 417. Error: SimplSharpPro[App01] # 2022-05-26 10:15:59 # ?Unable to post message to queue for Device ID DC for parent Type DEVICE_PARENT_ETHERNET_TYPE: IP-ID-DC
? 418. Error: CIPCommandProcessor # 2022-05-26 10:16:14 # ?SendDataToSocket: Send failed with error code 10058
? 419. Error: SimplSharpPro[App01] # 2022-05-26 10:16:19 # ?Unable to post message to queue for Device ID DC for parent Type DEVICE_PARENT_ETHERNET_TYPE: IP-ID-DC
? |
Re: Launching a 3rd party app from the crestron go app
#crestronapp
The first place to check to see if a url scheme is valid is safari:
if it doesn't open from safari on the device it's not going to work from the program either. When I encounter something in settings I'd like to spawn from crestron, I usually check this site at medium:? This site is also good for some general info:? And the big site that used to list a ton of apps akos.ma appears to be no more. ?But on the iPhone or iPad just type the url scheme into safari and if it is valid it will work there, e.g. shoebox:// |
Re: Launching a 3rd party app from the crestron go app
#crestronapp
I have this working to launch the Apple TV remote with shortcuts. Essentially you create a shortcut on your iphone that launches the app you want. For the Apple TV remote you can even specify which Apple TV to connect to if you have multiple units.? On the Crestron side, use the URL like normal except the path needs to be:
shortcuts://run-shortcut?name="whateverYouNamedYourShortcut". In my case I named the shortcut launchremote so my full url is:?shortcuts://run-shortcut?name=launchremote. |
Re: Launching a 3rd party app from the crestron go app
#crestronapp
I've never owned an iPhone, but the last time I had to search for an app URL
toggle quoted message
Show quoted text
scheme, I kept seeing references to "shortcuts". Does anyone know how those work, and if they can be used with Crestron? --- On Sun, May 22, 2022 at 05:13 AM, Paul Bell wrote: |
CP3, Latest FW and Toolbox disconnects
Hi All,
With the latest 3-series FW and NO authentication turned on, I think I've noticed that Console and other tools will disconnect after a period of time. This never used to do this. And since there's not auth I can't set a 'don't log out' setting... Have others seen this, and anyone have a fix ??? TIA! |
to navigate to use esc to dismiss