Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Processor cannot connect to Alexa or Weather App
RMC3 used to connect to the Alexa app and the Weather app. Don't know what's changed.
Alexa says "TV isn't responding" Weather App shows blank lines and will not update. Crestron Admin Portal for Alexa shows registered, linked but not connected. IP address is DHCP I can ping google.com from inside text console. My DNS are set up as Google.: 8.8.8.8 and 8.8.4.4 and in testing inside Toolbox I can see google resolved as 74.125.21.139. I have a test unit with a simple program with only the Weather app on it sitting on the client's ISP router to bypass everything else. Still no outside communication. Pinging crestron inside text console shows error code 11010. |
Re: EISC - Communication
#crestron
Thanks for the command. "addpeer 2A 10.0.0.11 -D:2A -P:1\x0D\x0A" the command hold good for all the 3-series processor right ? Because the above command worked with the MPC3-101 & RMC3 but it didn't work with the CP3. |
Re: Crestron SIMPL Program and Fusion Server Communication
#crestron
You can change them in fusion directly. So you could upload each program with a generic name MyRoom etc. Then when you do an import rename it. To do this its very important that you prefix the Fusion ID with the GUID (Just a selection within the Fusion SSI module) Then the ID is unique for each processor.
BUT that gets unmanageable easily if you change code and re-upload to multiple processors, I would recommend changing the Fusion Room Name to something meaningful before upload to the processor and keeping all the Joins to one standard list (You don't want overrides all over the place). As far as i know its not possible to change the room name dynamically in code. As onces its imported to fusion that's the name in the Fusion SQL database even when you rename its only an Alias. |
Re: EISC - Communication
#crestron
This is the format i used a few months back
addpeer 2A 10.0.0.11 -D:2A -P:1\x0D\x0A Then on the other processor keep the IPID Address the same and do the same with the Master's IP, Then after you must progreset which reboots the controller ProgReset\x0D\x0A S+ Example of the string you could send to Console$ MAKESTRING(SecAConnB, "addpeer 2A 10.0.0.11 -D:2A -P:1\x0D\x0A");? //Proc A con to Section B MAKESTRING(SecBConnA, "addpeer 2A 10.0.1.11 -D:2A -P:1\x0D\x0A");? ?//Proc B con to Section A
MAKESTRING(ProgReset, "ProgReset\x0D\x0A");
|
Re: How to setup a DMCI
¿ªÔÆÌåÓýDMCI is essentially Cresnet only ¨C Ethernet more or less only supports Ethernet functionality of cards (e.g. passing Ethernet to an endpoint on a DMC-C card). ? Updating firmware was a pain in the butt; I eventually figured out (no help from TB) that the ¡°easiest¡± way is to launch PUF tool with the DM PUF and aim it at the processor that the DMCI was connected to via Cresnet. ? I upgraded from DMCIs to a DM-16X16 a while ago so my memories are faint as far as EDID setup, etc. I feel like I might have had to do a pass-through connection via the host processor but all of the day-to-day (CEC, volume, etc.) was just via SIMPL ¨C but I did have Ehternet connected to the DMCIs ¨C not sure if that was a case of ¡°It has Ethernet so I might as well connect it just in case¡± ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of gablerjohn
Sent: Wednesday, May 20, 2020 7:18 PM To: [email protected] Subject: [crestron] How to setup a DMCI ? Need a downmix for my dad and had the card, so I got this DMCI and of course the manual is useless.? Couple of questions |
Re: How to setup a DMCI
I had to connect to cresnet and use console commands.? From what I remember ethernet is only to support USB extender functionality of the card.
toggle quoted message
Show quoted text
|
CEC for new Samsung Displays - Power Off fix
I found some of my newer Samsung displays wouldn't respond to the Power Off CEC Command through DM so looking around found that if I do this it works:
Create a stepper for: 1) send this HDMI Input command - xEF\x82\x10\xF0 2) Wait 3 seconds 3) send this Power Off command - \xE0\x36 If anyone else found another code that works without that let me know please!? THANKS! -Matt |
SIMPL+ Processing BYTE?
Am I missing something here?? Trace is showing b2 as 21 (per string RX of course) but IF is not processing it, no response whatsoever, neither IF works.? Maybe I am just brain farting at the end of the day and should close shop, lol.
CHANGE FromDevice$ { ??? ??? INTEGER b2; ??? ??? b2 = BYTE(FromDevice$, 2);??????????????????????? ??? ??? TRACE("%X", b2); ??? ??? IF (BYTE(FromDevice$, 2) = 21) ??? ??? ??? { ??? ??? ??? ??? TRACE("1st Good"); ??? ??? ??? } ???????? IF (b2 = 21) ??? ??? ??? { ??? ??? ??? ??? TRACE("2nd Good"); ??? ??? ??? }? ??? } -- Ryan Baldwin CEO | XS Design Studios rbaldwin@... 760.712.2240 |
New file uploaded to [email protected]
[email protected] Notification
Hello, This email message is a notification to let you know that the following files have been uploaded to the Files area of the [email protected] group. Uploaded By: Scott Pidzarko <scott.pidzarko@...> Description: Cheers, |
Re: Graphics for Touch Panels
You should create a custom theme, then it's way easier to use your own button graphics.? Theme Creator from Ultimation is the best way to do that. On Wed, May 20, 2020 at 10:26 AM P77HLP <phil@...> wrote:
|
Re: Crestron SIMPL Program and Fusion Server Communication
#crestron
Thank you for the above info. It was helpful.
I was just wondering if I can change the room names dynamically through the program??? Anybody has worked on dynamically changing the room names of fusion from the program? |
BACnet stability issues
Hey everyone,
I have a weird issue on a BACnet system that has pretty much kicked my hinney.? I have a BACnet system consisting of 31 zones and each have multiple devices.? The puzzling portion of this is the fact that they all work for a few minutes after a processor reboot but then about half of them drop out.? The other half continue to work just fine.? Can anyone give me any advice as to what this is?? Is there a way that I can set up a heartbeat to keep it live?? Oh and one more piece of information, I can fire up Yabe (BACnet scanner) and suddenly the zones that were not working will work for a minute or two.? Any help would be greatly appreciated. Thanks, DAVE |
Re: EISC - Communication
#crestron
I have set 2 IP ID's for the ESIC(IP ID's = 11, 12) in the SIMPL windows programing and dumped that into 3 Identical Control processor.? Here I wanted to Remap the IP IDs used by the ESIC in the control processor by using the devices ID's but I am facing an error message in the "Text Console" command. Example : It's throwing an error saying? "Unable to add IP table entry", any idea why it's showing like that? |
Re: Graphics for Touch Panels
There¡¯s way more options in Adobe XD. My only problem is the extra work to do feedback button a also.? Are you saying use transparent button over a ready made page from Adobe XD? Like Would you complete a full page XD and then throw transparent buttons over it?? On Wed 20 May 2020 at 15:26, P77HLP <phil@...> wrote:
|