C# library to 2 or more modules in Simpl+
Are you sure you are using an event, and not just the delegate? A delegate can only have one connection, so the second module will overwrite the connection from the first. An event can be connected to
Від richard.k.mullins@... · #254637 ·
Big Ass Fans (Haiku )
I haven't checked recently, but there used to be a 0-10V option.
Від richard.k.mullins@... · #253512 ·
Crestron Home - Remote App UI
Hi Mark, Not sure if you've already tried this but... A myCrestron.com DNS registration is required to view the camera outside of the home. from https://docs.crestron.com/en-us/8525/Content/CP4R/Appen
Від richard.k.mullins@... · #251975 ·
nexus21 l-85 and cl65e modules not working
Hi, Just shoot us an email at help@... and we will help you sort it out. There are a couple of firmware revisions so likely related to that. Cheers
Від richard.k.mullins@... · #250587 ·
TELECO Automation
Hi Chris, Answers below 1. There are two module for control, one is for pre-stored codes that is used with the RS-232 transceiver and the other is for RF remotes. For the RF remotes, it will play back
Від richard.k.mullins@... · #249984 ·
TELECO Automation
We wrote a driver for Teleco a few years back - https://chowmain.software/drivers/crestron-teleco-tvlink Teleco sponsored it, so it’s free.
Від richard.k.mullins@... · #249948 ·
Andriod TV control
IRUSB or the various others will work to control the TV, but you wont be able to control power or input shifts. Also, the IRUSB will often "wake" TV's up that have been powered off, so you are likely
Від richard.k.mullins@... · #249532 ·
Converting Cryptography Example from JavaScript to S#
I quickly spun up your code (with the adjustments to use long for the timestamp - https://dotnetfiddle.net/BIOq4U) and tested against a hmac calculator and the results come out the same. One thing I f
Від richard.k.mullins@... · #247697 ·
Geofencing??? Anyone?
I've used IFTTT for this a number of times. Like all the other solutions you need to keep the app running, and it used to be quite a battery hog, but its not so bad on modern phones. To get the event
Від richard.k.mullins@... · #246030 ·
CCD Anthem mrx-1140 IP driver vol ramping issue
the Anthem can ramp using percentage or dB - do you know which its using?
Від richard.k.mullins@... · #245932 ·
Crestron Home debug window
You can turn it on per driver, is that the one your looking for? That setting is in the driver settings under Advanced.
Від richard.k.mullins@... · #245897 ·
TV Lift/Elevator compatible with Crestron Home
Depending on your region, Nexus 21 have both Crestron and Crestron Home
Від richard.k.mullins@... · #245699 ·
RUSSOUND MBX-PRE Module
We worked with Russound to write drviers for other platforms, but not a Crestron driver. They are pretty responsive though so you should reach out - if there is enough demand they will likely get a dr
Від richard.k.mullins@... · #245260 ·
Chromecast with Google TV Control
Hi Jason, I don't have an answer for you with respect to the CEC control, but we (Chowmain Software) have started to develop an Android TV driver for SIMPL (we already have one for Crestron Home) that
Від richard.k.mullins@... · #245048 ·
NVidia Shield control from Crestron
We (Chowmain Software) have just released a Crestron Home driver which doesn't require any hardware, connects immediately and provides controls for pretty much every app and has a list of apps (with a
Від richard.k.mullins@... · #244878 ·
ZeeVee Zyper 4K Management Platform.
Tray, I didn't write the Crestron module but we did write drivers for other platforms and they way you are sending the strings pretty closely matches our drivers. We are definitely sending the quotes
Від richard.k.mullins@... · #244844 ·
Has Anyone controlled an (Australian) Foxtel Now Box over IP?
I have controlled one with an irUSB (from videostorm). It was a fair while back and from memory we had to side load the app. Personaly I prefer the IP option but I assume Flirc would also work.
Від richard.k.mullins@... · #242432 ·
Nvidia Shield Control with ADB
Your right - its the code that I had in my project but I guess I hadn't used it for a while. I notice that it uses 064 for the modifier but as far as I can tell that that code for F7. I tried the vari
Від richard.k.mullins@... · #241396 ·
Nvidia Shield Control with ADB
Check out the docs I linked - they have a link to all the codes and actually use # as one of the examples.
Від richard.k.mullins@... · #241209 ·
Nvidia Shield Control with ADB
@Dave You can use the HID long codes by using a 5 in front of the usual code, so a long up code would be QHIDCODE5000082 for example. (KEYCODE_DPAD_UP is 0x0052, which is 082 in decimal). Company deta
Від richard.k.mullins@... · #240894 ·