Crestron Go app on iPad
app stopped working for client - entry gone had client re-enter config - had trouble with KB not showing up - had to turn local project on/off to get KB connects & loads GUI, asks to rotate to
By
mark kaye
·
#244731
·
|
Re: Matrox Maevex 6020 Rest control
#crestron
#simplsharp
I've controlled these devices in 4-series with the .NET 4.5 (or newer) HttpClient class; they're not really reliable devices. I haven't dealt with the Crestron wrapper classes in a little while now
By
Troy Garner
·
#244730
·
|
D3PRO conversion to Crestron Home
Does anyone know if there is a way to convert a D3Pro project over to Crestron Home?
By
F David A Coker
·
#244729
·
|
Re: MYCRESTRON: How Do I Get MC3 TO REGISTER Via Text Console?
Make sure the MC3 has access to the internet and DNS servers set up.
By
ipha00@...
·
#244728
·
|
Re: Crestron software with windows 11?
Been on windows 11 since Nov with no issues.
By
Avtar
·
#244727
·
|
Re: Best option for wireless camera compatible with Crestron Home?
#cctv
Thanks for the feedback @johnmax and @DannyB, really appreciate it. I thought CH was more nitpicky with cameras since the CH microsite mentions just a handful of brands and models.
By
David Chramcow
·
#244726
·
|
Re: Crestron software with windows 11?
Same here, no issues whatsoever.
By
David Chramcow
·
#244725
·
|
Re: Crestron software with windows 11?
I upgraded to 11 in November and haven't had any issues yet. -- Ben Lizzotte, CTS-D, CTS-I, DMC-E-4K Senior Audiovisual Engineer | Bates College 207.740.8643 | blizzott@...
By
Ben Lizzotte
·
#244724
·
|
Re: Crestron software with windows 11?
Only for a few classroom updates on 3 series stuff, but haven¡¯t had a single issue
By
J.B. Parker
·
#244723
·
|
Crestron software with windows 11?
Anyone used Crestron software (SIMPL, VTPro, Cross compiler, Toolbox) with Windows 11? Looking to see if others had issues or if it went okay with existing posted software builds. Thanks, Tray
By
Tray Schaeffer
·
#244722
·
|
Re: Best option for wireless camera compatible with Crestron Home?
#cctv
Anything with ONVIF works easily. Anything with RTSP can be made to work at least somewhat .? I have crestron home displaying unifi cameras through RTSP.
By
DannyB
·
#244721
·
|
Re: Moving to Crestron Home driver development
Yes, you want a platform driver, and then sub drivers for each device type most likely. One of the main issues you will hit is that extension drivers of this kind are basically extra appendages in
By
DannyB
·
#244720
·
|
Re: MYCRESTRON: How Do I Get MC3 TO REGISTER Via Text Console?
Correct, but MC3 still does not register. Yes, I did exactly this: Syntax: MYCRESTRON <DOMAIN> <PASSWORD> I hit ENTER, and get MC3 prompt. Then I type MYCRESTRON and get: MyCrestron Status: Not
By
markwestfairtv@...
·
#244719
·
|
Re: DMPS3-300-C not linking Cisco switch?
Thanks everybody for your ideas. Worked with True Blue and eventually they just RMA'd the unit. In testing, tried with a new out of box Luxul managed switch and had the same issue of no activity
By
LEvans
·
#244718
·
|
Re: MYCRESTRON: How Do I Get MC3 TO REGISTER Via Text Console?
Syntax: *MYCRESTRON <DOMAIN> <PASSWORD> don't put the .mycrestron.com in the domain. That's where I messed up before. *
By
dlcollins77@...
·
#244717
·
|
Topics in Home Automation - New Article in Residential Tech Today
My latest article, "Assessing the Latest Generation of Smart Smoke and Carbon Monoxide Alarms¡± is being published by the good folks at Residential Tech Today Magazine on their web site. Most people
By
jbasen
·
#244716
·
|
Re: Matrox Maevex 6020 Rest control
#crestron
#simplsharp
The ¡°pending¡± result is what you¡¯d expect for an Async call.
By
Oliver Hall
·
#244715
·
|
Re: HAI Omni IIe - Crestron Module
#crestron
An ethernet module can be downloaded from https://drive.google.com/open?id=1kFwse5ZN2OAwc-4R1ET5qs0r1P5V4kWm The latest RS-232 module is at
By
Tony Golden
·
#244714
·
|
Re: Help with my very first TCP Client Class VS2019 for 4 series SIMPL# to be used with SIMPL+ Wrapper
Sorry, the example i showed was using .Net.Sockets,? using System.Net.Sockets; ? ? ? ? private Socket tcpClient = new Socket(SocketType.Stream, ProtocolType.Tcp);
By
Master He <cheng_g_he@...>
·
#244713
·
|
Re: Help with my very first TCP Client Class VS2019 for 4 series SIMPL# to be used with SIMPL+ Wrapper
private void TcpClientRx()? ? ? ? {? ? ? ? ? ? byte[] rxBytes = new byte[8888];? ? ? ? ? ? int rxByteLength = this.tcpClient.Receive(rxBytes, 0, rxBytes.Length, SocketFlags.None);? ?
By
Master He <cheng_g_he@...>
·
#244712
·
|