¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Construct and Masters 2025
Agreed. ?to the OP's point we have real client systems in deployment with construct that are working well. ?Sure theres growing pains and it may be a bit easier for us commercial dealers right now
By Kyle Goyer · #256748 ·
Re: What is this Console Notice??
Yeah, I was thinking that as well. We have Domotz monitoring these devices, so it could be that. Just never saw this before. And there were 500 of the same message with the same time-stamp!! Another
By ckangis · #256747 ·
Re: What is this Console Notice??
MIB refers to SNMP, used for network monitoring - if you aren't doing anything with SNMP I wouldn't worry about it. [email protected]> wrote:
By Jeremy Weatherford · #256746 ·
Re: Construct and Masters 2025
I like Construct better than VTPro which feels ancient now. It improves with each new version. My recommendation would be to build a project from scratch rather than try importing a VTPro project. It
By CDUB340 · #256745 ·
Re: Construct and Masters 2025
Yeah, that's kind of what I was thinking (Afraid of!) ... It seems to me that if Crestron wants to move completely to HTML panels, then they should make a way to do ALL UIs in HTML... TSR and iPhone
By ckangis · #256744 ·
Re: Construct and Masters 2025
Hi Chris, I don¡¯t think anyone could do more than speculate on the first two concerns - other than Construct is improving all the time and the MPO is on the list, but without a *firm* commitment to
By Oliver Hall · #256743 ·
Re: Directv Control mystery + 3Path IR file - takeover job
After a long delay I was back at this job today. I was able to get the Just Add Power switch working but control of the source Directv boxes and displays is still basically a mystery. It appears the
By spannertech@... · #256742 ·
Re: TSR Performance issues
:)
By ckangis · #256741 ·
Construct and Masters 2025
Hi All, I heard that it was announced that all new panels(UIs?) will only support HTML5/Construct. This of course pushes the deprecation of VTPro closer, which I expect of course. I'm assuming that
By ckangis · #256740 ·
Re: Shared Gateway
FYI... So you can Add a 3rd (or more?) IPT entries by way of the console command, but SystemInfo ToolBox, at least the latest version, v3.13.6, only lets you add up to two entries. Once added, it
By ckangis · #256739 ·
Re: TSR Performance issues
This reminds me of a conversation a Crestron sales and sales engineer had with potential? client 10+ years ago, how Crestron switched away from WiFi with their wireless panels and remotes as it was
By ZS · #256738 ·
Re: TSR Performance issues
I haven't seen any downsides to rolling back firmware for systems programmed in SIMPL. But I would do a factory reset after downgrading firmware. But yes you have to use v3+ firmware with Crestron
By Steve Kuehn · #256737 ·
Re: TSR Performance issues
I have had these units on dedicated SSIDs locked to only one AP for each remote for a while now, so they would not roam. With the v3 firmware, I have moved them to 5ghz band only. Like Alex, I have
By ckangis · #256736 ·
Re: TSR Performance issues
@ckangis, I haven't heard anything like that. There is a requirement to use the tsr-310_3.000.0010.puf FW with the latest version of CH or vice-versa. I'm pretty sure I saw that somewhere recently.
By Alex Teague · #256735 ·
Re: Lutron QSX/RA3/Leap Protocol and VLANs
While we also use multiple VLANs I have never seen the need to put Lutron on its own VLAN. I only do resi and I am also the Lutron programmer. To me Lutron is so difficult with its networking needs-
By @johnmax · #256734 ·
Re: newtonsoft question
You bet! Glad it worked! Caleb Radecky | Manager, Online Products & Services Crestron Silver Certified Programmer | DMC-D-4K | DMC-E-4K ControlWorks Consulting, LLC | Crestron Services Provider | 8228
By Caleb Radecky · #256733 ·
Re: newtonsoft question
It works great.? Thanks again Jay
By jbasen · #256732 ·
Re: newtonsoft question
Thanks Caleb! I'll give that a try. Jay
By jbasen · #256731 ·
Re: newtonsoft question
JsonSerializerSettings settings = new JsonSerializerSettings { NullValueHandling = NullValueHandling.Ignore }; string json = JsonConvert.SerializeObject(account, settings); Console.WriteLine(json);
By Caleb Radecky · #256730 ·
newtonsoft question
Is there a way to not serialize a property in an object that is not initialized.? Something like the [JsonIgnore] but I want to include the property if I set a value for it and leave it out of the
By jbasen · #256729 ·