Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Lutron integration issue
I just RMA'd a AV3 because it would stop talking to Lutron.? Delete license, get a new one and everything was good for 6 months until it did it again.? Same fix as before.? They sent me an advanced replacement, which I thought was a bstock, that had a new SN structure.? As of this year and processor that SN starts with a minimum of 20xxxxxx does not require a license.? Easy way to tell if it is the license.? Open a cmd window and ping the Lutron processor, if that is good.? Then open toolbox text console and ping the lutron processor.? I Bet it fails.? Use text console to delete the license, then go through the process of getting a new license.
|
Sony Z Series TV control not working
Anyone dealt with the new Sony Z Series Displays? I have tried CEC, IR (several drivers), RS232. nothing.
Even other Sony tv remotes wouldn't control the tv (just power toggle, but no menu or other buttons worked). Tech had to get the remote that shipped with the TV to try to turn on Serial. Is this TV a LG or some other rebrand and that why it won't control? The model is XBR-85Z8H Thank you Jon? |
Re: Compiler Error "Local"
#simplwindows
#crestron
#lighting
Should not be too hard to fix.? Once you find the offending module open it, search for the variable LOCAL, and rename it to something else like LOCAL2.? Sometime in the past, LOCAL wasn't a reserved word in the SIMPL compiler and things would compile fine with a signal with that name.? I've had similar issues where in SIMPL+, Crestron added a new built in function and they happened to chose the name as my function that I had previously written.?
|
Re: 3 series Processor Auto hard reset - looking for Opinions on Doing it daily
Evan Kontos
You need to also look at the .dat file.? There needs to be what appears to be an errant line at the very top,? #2, and the file MUST be in the NVRam folder on the processor and in the subfolder for the program name that corresponds with what you are running.? These 2 items were gotchas for me.? Once that is done, you should be able to just page thru the .dat file using the event buttons and it will display all of the events that you have scheduled.
|
Re: Honeywell 4232BCM v1.4 and Vista 20p
I've seen a couple of defective 4232CBMs, however if that were the case the older module wouldn't work. I'd suspect either the alarm panel's or the 4232CBM's firmware needs to be updated.
toggle quoted message
Show quoted text
I can't remember which features were changed in the v1.4 module, but if the older one works why not just use that? --- On Thursday, October 29, 2020 at 11:49 AM, Keith Ilesic wrote: |
Re: 3 series Processor Auto hard reset - looking for Opinions on Doing it daily
Hello Evan,
toggle quoted message
Show quoted text
I have only one event in the .dat file to trigger the hard reset at 3am, I tried only Saturday¡¯s, tried everyday and still nothing. I user text console to set time to a few minutes before 3am, would wait and the event never triggers. I also used the sample code provided by Crestron and modified it for DMPS3-4K-100-C and looking in debugger everything is active and enabled. When trigger manually the hard reset works fine, it just seems to not be calling the event. I am waiting on a call from Crestron support to see what else could be going on, but from what I can tell, seems that everything right. Obviously it¡¯s going to be something small that is going unnoticed.? I appreciate the help, and def feel more comfortable with getting the event scheduler to work properly.? Thank you,? Jose Yanes? On Thursday, October 29, 2020, Evan Kontos via <ekontos=[email protected]> wrote: the scheduler can only kick off one event at a time so if you have 3 events that need to happen at 8:15 it will only do the last one.? Found that out with my thermostats.? had to separate them by a minute each.? Even Crestron support didnt know.? I used the sample scheduler program btw. -- |
Re: 3 series Processor Auto hard reset - looking for Opinions on Doing it daily
Hello Lincoln,?
toggle quoted message
Show quoted text
Not hard resetting for any issue related reason, I just want to reduce the runtime so that I do not have 180 days plus of uptime. My main objective is to just have my system uptime usually no more than a week or 2. I appreciate your response, again I just fear doing a hard reset daily which is a easy add on for my programming without having to resolve my event scheduler issue.? Thank you,? Jose Yanes? On Thursday, October 29, 2020, Lincoln King-Cliby <lincoln@...> wrote:
-- |
Re: 3 series Processor Auto hard reset - looking for Opinions on Doing it daily
¿ªÔÆÌåÓýGenerally if you¡¯re resetting a processor with any frequency, let alone daily, it¡¯s a symptom of a bigger issue that you should really track down and fix first. ? I have many processors with a hundreds of days of uptime (my house only has 14 but that¡¯s because the meter was replaced 2 weeks ago, otherwise low uptime on the client systems I¡¯m looking at are due to firmware updates and still >30 days, one firmware-nervous client is at 250 days from a random sampling) ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of Jose Yanes
Sent: Thursday, October 29, 2020 4:25 PM To: [email protected] Subject: [crestron] 3 series Processor Auto hard reset - looking for Opinions on Doing it daily ? Hello All,? ? ? I¡¯m looking for everyone¡¯s opinion on doing a hardware reset on my 3 series processors Automatically everyday at 3am. I was trying to use the event scheduler to perform the Hardware resets only on Saturday¡¯s, but am having issues getting it to properly initiate the event.? ? I am concerned that doing it everyday may cause issues In the future with my processors, but not sure. It¡¯s technically just a processor reboot or like turning the power off in the rack so I don¡¯t think doing it everyday will be an issue. Any/all thoughts and opinions are appreciated!? ? ? ? Thank you,? Jose Yanes? 786-554-1799
|
Re: 3 series Processor Auto hard reset - looking for Opinions on Doing it daily
Evan Kontos
the scheduler can only kick off one event at a time so if you have 3 events that need to happen at 8:15 it will only do the last one.? Found that out with my thermostats.? had to separate them by a minute each.? Even Crestron support didnt know.? I used the sample scheduler program btw.
|
3 series Processor Auto hard reset - looking for Opinions on Doing it daily
Hello All,?
I¡¯m looking for everyone¡¯s opinion on doing a hardware reset on my 3 series processors Automatically everyday at 3am. I was trying to use the event scheduler to perform the Hardware resets only on Saturday¡¯s, but am having issues getting it to properly initiate the event.? I am concerned that doing it everyday may cause issues In the future with my processors, but not sure. It¡¯s technically just a processor reboot or like turning the power off in the rack so I don¡¯t think doing it everyday will be an issue. Any/all thoughts and opinions are appreciated!? Thank you,? Jose Yanes? 786-554-1799 -- |
Re: Compiler Error "Local"
#simplwindows
#crestron
#lighting
Ivan Wild
Thanks for the replies (BB, Jeremy, Steve)
BB - tried ... no luck Jeremy - tried ... no luck ... dont want to back load SW as my other programs would suffer... Steve - best advice... i didn't think of that.? I did incorporate a few mods that I did not write in this program.? I will try.? This will suck if this is what the problem is - on two levels... one I wasted a crap load of troubleshooting time and two the mods are huge which is gonna take more time to troubleshoot. ?- hopefully this is not a lesson to not use shortcuts for pre-made mods. ... standby will update |
Re: Compiler Error "Local"
#simplwindows
#crestron
#lighting
I believed I seen this back years ago in one of my programs.? It turned out to be signal in a module that was named "LOCAL" -- it wasn't even a module that I wrote.? If you do have a signal named LOCAL inside a module, it won't show up in your normal signal list.? Your best bet is to comment out all your modules and recompile.? Of course you will get a lot of other errors when you compile but if the LOCAL error disappears, you know it is in one of modules in your program.
|
Re: Issues with Sonos & Crestron
On Thu, Oct 29, 2020 at 08:34 AM, @johnmax wrote:
new firmware and guess what? Still doesnt work. Most common cause is not recompiling the SIMPL program properly. FW v1.603.0113 requires SIMPL program running must be compiled with DevDB 91 [Jul.2020] or later. Also make sure you use Recompile All (ALT+F12) or delete SPlsWork folder before recompiling to ensure the compile isn't referencing temp files from a previous compile.
Software Requirements: !! Device Database 91.00 or greater |
Honeywell 4232BCM v1.4 and Vista 20p
Hi,
Has anyone been able to make the Honeywell 4232BCM version 1.4 module work with the Vista 20p alarm panel and a CP3? I cannot get any communication back from the device (alarm panel) on version 1.4 no matter what i do or change in the alarm settings (keypad address 17) They old version 1 module does work as expected. Any help would be appreciated, Thanks |
Re: Compiler Error "Local"
#simplwindows
#crestron
#lighting
Local is a virtual signal that the compiler reserves (along with 0 and 1), although I don't know how it's used.? I would try Project/Resync Project, or go back to an older version of your SMW, otherwise contact Crestron. On Thu, Oct 29, 2020 at 7:39 AM B B via <bb2479av=[email protected]> wrote:
|
Re: Lutron integration issue
I've actually run into 2 projects where the processor had a current license and had been operating fine.? Upon updating firmware, for whatever reason, the lighting stopped working and reverted back to pre-license operation.? Nothing worked and we actually had to remove the applied license (PITA - consists of prompt commands), rename the hostname (although we were told this didn't matter in the key generation), and have a new license key generated for the processor.? Once applied, it started working again.
Day in the life... -- Ryan Baldwin CEO | XS Design Studios rbaldwin@... 760.712.2240 |