Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
QSC Q-SYS Dialer Module
#programming
Has anyone written a QSC Q-SYS dialer module for The VOIP interface that you might be willing to share?
Blessings, Nathan Wells NBCP Communications |
Re: Anyone willing to write a Mr. cool Module?
¿ªÔÆÌåÓýI thought that the curl statements worked not directly against
the Mr. Cool or the Cielo Smart Home Thermostat but through
Node.js interface built by nicholas robinson that then talks to
the Cielo thermostat. To try and get to the bottom of what it would take to write a driver I've written an email to Cielo to see if I can get a copy of the API. Thanks Jay On 2/22/2021 11:02 AM, j5races wrote:
Troy, |
Re: Anyone willing to write a Mr. cool Module?
Troy,
I don't know any Sharp. I am willing to pay someone for help with this. Its for my own home as I have a home gym and a Mr. Cool unit in there. I believe there were at a least a few of use Group members that had these units. so it would help more than just myself. I wouldn't even know what to do with that curl example to try it from my PRO3. Thank you |
Re: iAqualink Jandy 2.0 module, working for anyone?
The databases release around Feb 9 (forget the exact version number) fixed the issue oof the iaqualink 2.0 not working for me. I don't know if it would work on the MC3 as I have two program slots running iaualink 2.0 on at the main house pro3 and that is working fine.
Just wanted to update in case anyone else runs into this issue |
Re: VTPro - Copy+Paste
¿ªÔÆÌåÓýThis has been broken for a long time.. I have a (OCD?) tendency to CTRL+C multiple times (select group of objects¡ CTRL+C CTRL+C¡probably a coping mechanism for when attempts to copy have been missed and I¡¯ve wound up pasting something unexpected instead) after the first CTRL+C the group select changes to a single object, but if I restrain myself and CTRL+C only once either the entire group gets copied or nothing at all gets copied. ? Lincoln -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of ckangis
Sent: Saturday, February 20, 2021 12:28 PM To: [email protected] Subject: [crestron] VTPro - Copy+Paste ? I know I'm being redundant here regarding VTPro F/U's... |
Re: DM-NVX-351
Hi johnmax,
thanks for the settings, will give them a try. @all, do you really see the NVX-350/351 really draw more PoE power than 23/24 watts? I have some connected to a Cisco SG350x, these switches have some 60Watt ports. But even if I set "force four pair power" for one of these ports I see that the NVX-350/351 taking 23/24 watts from the PoE of this port. |
Re: Anyone willing to write a Mr. cool Module?
¿ªÔÆÌåÓýWhat I was able to figure out when I first looked at this was
that Mr. Cool doesn't have an API.? However, what Jon's links in
his original email point to is the javascript driver by Nicholas
Robinson that communicates with a Cielo smart thermostat that is
compatible with a Mr. Cool system.? I couldn't even find a
published API for the Cielo smart thermostat so I'm not sure
whether Nicholas Robinson figured it all out by sniffing the
network or developed a relationship with Cielo and they provided
him with one.? The reason I passed on this was simply because I wasn't going to be effective at trying to reverse engineer something written in javascrip, especially something that appeared, to me, to be fairly complex.? Someone who is fluent in javascript might be able to knock this out in no time.? I just know that isn't me. Jay On 2/21/2021 6:23 PM, Steve Kuehn
wrote:
Troy, |
Re: Lighting in Simpl from scratch
I'm curious about the market place here. I'm currently in the works of making a crestron home like lighting system to replace D3. It runs a off C# and only for 4series. Right now I have it supporting wireless ex devices and clx devices. It's still in early development but I'm curious it people will be willing to use it and pay for licensing. It will have RSD imports and exports like D3 and complete custom TOD, light level, and custom variable support for programming. The reason I say it's like Crestron Home, is that is uses HTML 5 UI on the processor to configure and everything is real time. Add a device, program and it will reflect and be testable immediately. The best part so far, is you can manually add devices, or replace them without losing programming or the device even being physically present in the system.?
|
Re: Anyone willing to write a Mr. cool Module?
Troy,
I agree 100% with you -- it is best to keep it all confined in the Crestron processor.? But I gathered from the original poster that that for some reason, SIMPL# could not handle it. But I think there is an even bigger? question here.? Does Mr Cool have an open API?? From the blog post, it appears the Mr Cool has a closed API.? If that is really case, do you want to spin your wheels writing a program only to find it breaks if Mr Cool has a firmware update or if someone replaces the controller board in Mr Cool that has a different protocol or if there are several different version of Mr. Cool.? I myself would never even consider telling a client that I can integrate Mr. Cool into Crestron because of that. Now, if it was for my own system, I would have no issues intermixing technologies to get the job done. Steve |
Re: Anyone willing to write a Mr. cool Module?
I'm not sure why a PC or Node.js is a requirement at all..? :/ The only reason why that is being used is to serve as a web-based solution within an easy to use npm package, although you should be able to do this entirely in C#.
Just because an open source library intended for web-based communication relies on node.js doesn't necessarily mean that this is the only option. If you can do without the node.js dependency and any required hardware, you effectively eliminate a layer of complexity (along with a point of failure) that you never needed from the start.. There's curl examples right here:? I would personally avoid the unnecessary components and hardware for a better standalone solution. -- ?
Crestron Service Provider - TBD Enterprises Inc.
|