Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: CH5 - Help - using Contract editor.......
#crestron
I wouldn't use a list for keypad buttons, you can't lay them out the way a keypad looks.
I've used Grid for mine, that works well as I can lay the keypad out the way I want it to look. You can still use the signal names for the buttons, you just won't be able to template them. |
Re: SIP Video Intercom to TSW-1050
Hi Rob
Simply add a "System 3 Reserved Joins" Device Extender to the TSW and use the System Media Mute and System Media Unmute inputs to mute when a SIP call is active and unmute (if you need to?) on?CallTerminated_fb (from the VOIP Reserved Joins). The SIP audio does not get muted using System Media Mute. Easier still, if you're not needing the Media Audio on the TSW for anything (most of mine are like this, Media Audio is not the same as Panel Audio), just enable Media Mute in the TSW settings (can be easily done remotely using the Web UI these days under the Settings tab -> Audio -> Media Mute) and so long as you're not then driving that System Media Unmute signal, it will stay muted forever. Regards, ? ?Richard. |
Re: CH5 - Help - using Contract editor.......
#crestron
It has been a minute since I've messed with CH5, but I think the index should just be listed as idx with no number.
IE, <ch5-list class="source-list" indexId="idx" size="4" maxWidth="1000px" receiveStateSize="SourceList.NumberOfSources"
orientation="horizontal">
<template>
<div class="horizontal-list-item">
<ch5-button customClass="source-btn-{{idx}}" class="d-block" type="text" shape="rectangle"
receivestatelabel="SourceList.Sources[{{idx}}].NameOfSource"
receivestateiconclass="SourceList.Sources[{{idx}}].IconClassOfSource" iconPosition="top"
receiveStateSelected="SourceList.Sources[{{idx}}].SourceIsSelected"
sendEventOnClick="SourceList.Sources[{{idx}}].SetSourceSelected"></ch5-button>
</div>
</template>
</ch5-list>
|
Re: Yamaha AVRs
¿ªÔÆÌåÓýWell, a few days after writing that, i?ve got an issue with a customer who has recently replaced his CA-X5100 with a CA-X5200. Auto feedback is not working anymore after a program update and it?s not responding to vol+ / vol-. It works for one button press, but then no more. I can issue request commands (power state, mute state, etc.) and I get a response. I also issue a @SYS:MODELNAME=? frequently to keep the connection alive. ? Any ideas where to look at?.... Regards, Thorsten ? Von: Thorsten K?hler <thorsten.koehler@...> ? Yep, that?s what i?m using as well. Simple and straightforward. ? Regards, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von rickwookie ? Have a look at the Yamaha (¡°it¡¯s fun to stay at the...¡±) YNCA protocol. |
Re: Modifying part of a Serial String with an Analog Value
#bestpractices
#crestron
#values
¿ªÔÆÌåÓýTwo DIVMODs (one to pull off the hundreds digit, the reminder from that one to get tens/units. ASUM tens, hundreds, and units with 30h to convert the number to its ASCII equivalent (e.g. 30h = ASCII ¡®0¡¯, 35h = ASCII ¡®5¡¯, etc. ? Those values go to your ATOS. ? Instead of ASUMing with 30h you could use 3 ASCALELs instead (min in = 0d, mx in = 9d, min out = 30h, max out= 39h, format = 0d ? If it¡¯s not frequently changing and you aren¡¯t worried about the performance penalty (or if it¡¯s critical that it¡¯s not 0-padded) S+ is easy but less elegant IMO ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of David Chramcow
Sent: Monday, May 25, 2020 1:17 PM To: [email protected] Subject: [crestron] Modifying part of a Serial String with an Analog Value #bestpractices #crestron #values ? So here's what I'm looking to do.
The appropriate range is 1 to 100. So here's what I got (I'm using a slider/gauge to drive the change of the analog value): |
Cannot get backlight on CNX-B2, B4, B6, B8, and B12 keypads to remain on in Home OS3
I am doing a retrofit to update a home with a centralized Crestron Home OS3 setup, and I have replaced the D3-Pro based lighting with Home OS3 control.? ?I am connecting the clx-1dim4, 1dim8, 1dimu4, 2dimu8, f1an4 modules and CNX key pads Using DIN-CENCN-2 modules.? I am not exceeding 20 cresnet devices on any cresnet subnet.? ?For whatever reason I am having 2 problems.
1) I am able to get any of the backlights to remain on even though Crestron Home OS3 shows the backlight at 100. 2) I am issues where I turn a load on on one keypad and ti will show on on another keypad that can also control that load (no scene involved) and after some amount of time one or both of the keypads will no longer show that load as active. The keypads themselve work fine. I don't believe it is a wiring issue since all of this wiring and the associated keypads have been functioning for > 9 years.? Any help is greatly appreciated. Thx Bryan |
Re: TPS-6X microswitches
You should be able to enter setup mode with toolbox. On Mon, May 25, 2020, 12:56 PM gablerjohn <ComeAlive@...> wrote: Has anyone replaced the 2 microswitches for the top buttons?? If so, would you still have the information to order replacements?? I really don't want to send in for repair and unfortunately, without the top buttons you can't get into setup mode. |
Re: Modifying part of a Serial String with an Analog Value
#bestpractices
#crestron
#values
Your going to want to do this in s+ if possible will be a lot easier in only a few lines of code? On Mon, May 25, 2020, 1:16 PM David Chramcow <dchramcow@...> wrote: So here's what I'm looking to do. |
Modifying part of a Serial String with an Analog Value
#bestpractices
#crestron
#values
So here's what I'm looking to do.
I need to modify this part of a serial string (marked as bold):? *1*31#VALUE#0*10##The appropriate range is 1 to 100. So here's what I got (I'm using a slider/gauge to drive the change of the analog value): That is modifying the serial string at the exact right place/position I want it, but is taking the 1 to 100 value and converting it to ASCII, so instead of putting a decimal value there, it's displaying different ASCII characters positioned 1 through 100 in the ASCII table: What can I do? Any help would be greatly appreciated. Thanks! |
Re: EISC - Communication
#crestron
I'm not clear on why EISCs are needed at all here. Doesn't each program just need to know the stream info so it can set its NVX decoder to look at a particular encoder from another room? That info could be fed from a text file loaded to each processor (would have to be updated when new rooms are added). It can also be fed in real time from the encoders, which does require EISCs, but I'm not sure that's any easier. Maybe there are benefits to that solution than I'm not thinking of.
Another option would be to use subscriptions in the decoders (load the same XML list to each one so they are identical). Subscriptions would give you the benefit of not having to change each program as new rooms are added - you could write the program to have analog routing values of 1-20, so there's room to grow. Then just hide whichever buttons aren't needed on each interface - you could have a settings page where each encoder's source button can be enabled or disabled for that interface, and renamed (read/write to a text file). A Subpage Reference List for these buttons would let you keep them organized as buttons are enabled/disabled. There are several ways to handle this, so don't get overwhelmed by these ideas. Just brainstorming some other options. If you've got a solution that's working well, stick with it. Also, for 5 rooms, it's not worth spending a week developing some ultra awesome solution that will save you 10 minutes when updating the code. Unless you learn useful skills in the process that let you handle a 50 room project next time! -- Josh Winn The LiquidPixel Group |
Re: Crestron CP3 losing program after power failure
¿ªÔÆÌåÓýA good idea trying a new power supply. I've been seeing a lot of Crestron power supplies failing lately.The thing that concerns me is the CP3 processor lost its mycrestron dynamic DNS settings too.? And when I try to use the web gui at , it does not work anymore -- just a spinning wheel of death.? I am thinking there may be something more serious going on. On 5/24/20 11:21 AM, dblpnt via
groups.io wrote:
I would first try another power supply. |
Re: Autonomic MMS-2A vs. MMS-1e features and control question
One of the big complains I have about the media streamers today is the general lack of a video gui that you can display on a TV and control with a simple remote.? So when I saw the MMS-5a has the feature to select music via the on screen display, you got my interest.? The MMS-2A and MMS-3e almost certainly does not support IR as there is no IR window on the front of and all metal front panel.? It is likely the MMS-1e does not support IR either just looking at the pictures.
toggle quoted message
Show quoted text
But don't get your hopes up too high about the IR remote on the MMS-5A.? I found this review at: Quoting for this web site: "The supplied IR remote was my least favorite control option. It feels like an afterthought, thrown in so you'd still be able to control the system if your network or whole-house control system were to crash. The remote has limited range and a very narrow IR window; I basically had to be in a straight line to the MMS-5A's IR sensor to get the player to respond. Plus, the inability to enter text or jump to a certain letter in your library can make for a frustrating browsing experience. At least the GUI scrolls very quickly through your library, but anyone who has amassed a huge music collection will grow weary of this quickly." On 5/24/20 8:05 PM, ktrdsl23 via groups.io wrote:
Thanks Steve!? I will take a look in a bit. |
Re: Autonomic MMS-2A vs. MMS-1e features and control question
Thanks Steve!? I will take a look in a bit. I was in the process of typing this so figured I would still send it. Interesting about the IR.? The MMS-1e and 5e have an IR receiver.? And the
MMS-5a has an optional IR remote.? I'm assuming the remote would work
with the 2a but seeing how the 3e doesn't have the receiver maybe that
isn't a good assumption.? Seems very strange why some of the models
would support IR and others don't.? My hope was to have a few favorite
channels programmed and controlled by IR so I can easily select one of
those from my TPS-6L and then if I wanted more specific control then use
the Android app on my phone.? Not sure if that will be possible.? Probably
worth me grabbing one off Ebay still and playing around with the Simpl
program and seeing if I can band-aid something together.? Worst case is I
can simply hook it up to my AAE and then control it from the app.?
Bruce, if you wouldn't mind sending me some screenshots to show me how
you have it set up that would be greatly appreciated.? Thanks for all the help! On Sun, May 24, 2020 at 8:04 PM Steve Kuehn <steve@...> wrote: Your lucky day.? I have a version that uses VTPRO v4.4.? Here is the link: |
Re: Autonomic MMS-2A vs. MMS-1e features and control question
Your lucky day.? I have a version that uses VTPRO v4.4.? Here is the link:
/g/crestron/files/Modules/Autonomic_MMS_Version_3.2.6.zip The version Lincoln has is probably the older MMS-2 (no A).? |
Re: Autonomic MMS-2A vs. MMS-1e features and control question
Finally a resi question I know the answer to :)
toggle quoted message
Show quoted text
At least with the MMS that I pulled off a junk pile to turn into the replacement PBX for my house -- there is definitely not a IR receiver on it. It's just a relatively standard small formfactor (micro ITX?) PC motherboard with (IIRC) an Intel Atom processor... very similar, conceptually at least, to something like an Intel NUC... (This is for the roughly square version -- maybe 5x5x2ish with a power button centered on the front) -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Platinum) ControlWorks Consulting, LLC | D: (+1)440.771.4807 | O: (+1)440.449.1100? | F: (+1)440.449.1106 Crestron Services Provider | Biamp Audia Certified | Extron Qualified Independent Programmer -----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Steve Kuehn Sent: Sunday, May 24, 2020 5:01 PM To: [email protected] Subject: Re: [crestron] Autonomic MMS-2A vs. MMS-1e features and control question I don't believe your can control the MMS-x with IR.? It don't believe there is even a IR receiver built in the unit plus if there was, there is no gui to interface with to select your music.? The HDMI output only displays the current song playing -- there are no navigation controls. The only way to control the MMS is via TCP/IP. On 5/24/20 3:22 PM, ktrdsl23 via groups.io wrote: Thanks for sending that.? I've been reviewing the Simpl program and |