Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Simpl#/Series 3 module for Tesla vehicle control
#user_library
I agree, very cool.? I thought about writing an article on Tesla integration, and a module to go with it, but since I didn't own a Tesla I didn't think I could convince Elon to send me one for testing :-) Jay
------ Original Message ------
From: "Sharan Suvarna via groups.io" <suvarnasharan@...>
Sent: 10/5/2020 11:02:03 AM
Subject: Re: [crestron] Simpl#/Series 3 module for Tesla vehicle control #user_library #user_library I really a cool idea and thanks for the module |
Re: Simpl#/Series 3 module for Tesla vehicle control
#user_library
I really a cool idea and thanks for the module
|
Re: Any Movement From Teams Feedback For UC Engines?
Mute and call status are not working... only way I know of to get mute status is with Biamp's EX-UBT. On Sat, Oct 3, 2020 at 12:46 PM jones.matt94 via <jones.matt94=[email protected]> wrote: I used the standby to turn on the displays. |
Re: Adding Zoom Room Native Controls to Crestron TSW's Zoom App
Jay's points are spot-on and these are some of the reasons we created our front-end application. In addition to ensuring the JSON we are generating conforms to the format that Zoom is expecting, we also make certain fields required (if Zoom requires them) and add any additional/supplemental fields that other fields might rely on.
|
¿ªÔÆÌåÓýThere is a config published for NVX that you can use. Bear in mind that if you need to expand and use stacked switches that you will need to use only either AMS-4424P¡¯s or XMS-7048P¡¯s. Those are the only Luxul switches that support SFP+ 10G stacking connections (fiber or copper). The 1816 or 2624 are SFP 1G only. Other than that the GUI is fairly intuitive. Also watch your power requirement if you are using the switches for POE since they have limited power supplies except for the XMS. ? Dave ? ? David Radin Vidkey, Inc. ? email: radin@... web:?? ? ? |
Re: Adding Zoom Room Native Controls to Crestron TSW's Zoom App
Many of the drivers I've written for articles have required json and I've made lots of mistakes trying to get my code to work.? Just because json passes a validator doesn't mean it is in a format that a device will accept.? The worst for me was the driver I wrote for the Bond Bridge.? That device was incredibly picky about the json it would accept.? Here are a couple of things to check: 1) Make sure all your json elements are spelled correctly.? A misspelled element will pass a validator but not be accepted by the device you are sending it to.? Even make sure you are matching how elements are capitalized.? The parser may think "Test" is different than "test" depending on how the person who did the parsing coded things.?? 2) Sometimes a device will want a specific numerical value to be surrounded by double quotes "" and sometimes it won't.? You would think you would never need to include quotes around a numerical value but it may depend on which side of the bed the person who wrote the parser in the device got up on that particular day. 3) Some elements will depend on others and omitting one when the other is included will raise errors.? For example if a dimmer accepted json then you might have an element for the dim level you want to set the dimmer to.? ?However, the designer of the dimmer might require that you also send the time it will take for the dimmer to move from its current dim level to the new dim level and omitting that is invalid.?? 4) I'm not sure how the json is being sent to the zoom device.? I've had lots of issues when sending json through c# as to the specific http header elements that must be defined or the device would reject the json.?? Your best bet is to try and get a known working example and precisely? follow it.? Without it you are really guessing as to what the device is expecting; even though you think your following a specification exactly.? Hope this helps Jay
------ Original Message ------
From: "Rick Arnold" <rick.arnold@...>
Sent: 10/5/2020 7:50:40 AM
Subject: Re: [crestron] Adding Zoom Room Native Controls to Crestron TSW's Zoom App I do use?. |
Re: Adding Zoom Room Native Controls to Crestron TSW's Zoom App
All,
Control Concepts has developed a web-application that acts as a front-end for creating the JSON profiles that are required by the new Zoom Room Controls feature. It allows you to create the JSON profiles using a simplified GUI and exports a JSON file that conforms to the formats that Zoom is expecting. It is currently in beta testing with select partners but we are always looking for more feedback. Rick...I think this may be something that is helpful for you as well in regards to the issue you are currently having. Anyone interested in learning more or potentially trying out the app during the beta period, please contact us at?projects@.... (not sure why the forum is cutting off the email address but it is projects AT controlconcepts.net) -David |
Re: Adding Zoom Room Native Controls to Crestron TSW's Zoom App
I do use?.
When I run the json through the checker it validates but when the clients pushes the json file through the zoom portal it comes back with json config errors.? I sort of at a loss on this one and was hoping someone may have done this before. |
Re: Adding Zoom Room Native Controls to Crestron TSW's Zoom App
¿ªÔÆÌåÓýI have not customized the ZR UX but if you¡¯re getting a JSON error usually, for me at least, throwing anything JSON at a JSON validator, like JSONlit.com is usually a very quick way to see where you¡¯re going wrong. (99% of the time for me I¡¯ve either omitted or duplicated a comma somewhere while trying to make ¡°one quick change¡±) ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of Rick Arnold
Sent: Monday, October 05, 2020 9:29 AM To: [email protected] Subject: [crestron] Adding Zoom Room Native Controls to Crestron TSW's Zoom App ? As the subject line indicates.? Zoom has come up with a way to add button (no feedback) to the Crestron TSW touch panel's Zoom app.? I am struggling with this as I keep JSON config file error every time I do this.? My question is, has anyone
done this before and if so, would you be willing to look at my JSON file to what the in the world I am going wrong? |
Adding Zoom Room Native Controls to Crestron TSW's Zoom App
As the subject line indicates.? Zoom has come up with a way to add button (no feedback) to the Crestron TSW touch panel's Zoom app.? I am struggling with this as I keep JSON config file error every time I do this.? My question is, has anyone done this before and if so, would you be willing to look at my JSON file to what the in the world I am going wrong?
Thanks Rick |
Re: Issues with Sonos & Crestron
Yes I am blind.? The module was right there on BlueSounds website.
But both last night and today, while there is BlueSound category listed on Crestron's Application Market, when I go to it, it says "There are no products in this category." Other vendors, there is no problem. |