Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Network Time Sync Error
I occasionally get this strange error?with the Network Time Sync?module (v1.0). 101. Error: splusmanagerapp.exe [App 1] # 2017-01-20 14:43:22? # Module S-1.2.1:S-7 : NTP_Time_Sync_v1_0 at line 623: In/Out Array accessed with index 0.? Using index 1 When it happens, it seems to happen multiple times in a row. ? |
Re: Version Control Software
I'm working on implementing Git with Sourcetree. ?Question is what files should be committed? ?Only the uncompiled source code? ?All files including compiled and archive files? ?Do you work out of the local repo? ?
It seems very straight forward if I were coding Python or PHP but not so with regards to SIMPL and VTPro. ? |
SVSi / Crestron Control / Cisco Switch (500X) Control
Hi all, I have a few jobs with Crestron control of SVSi devices (1122/1222) with the N8002. I just saw a case where the N8002 could not communicate with a couple decoders, but the web interfaces of those decoders still worked. That said, I tried Software Reboot from the web interface of the decoders but the units wouldn't reboot... so the control port had locked up.? My solution was to log into the switches and disable PoE on those ports and re-enable.? Is this possible easily from the CLI? Couldn't I have my CP3 and a quick module to disable/enable PoE for power cycle of decoders? In a perfect world that wouldn't be needed, but these SVSi systems are proving to be time consuming...? |
New file uploaded to Crestron
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the Crestron group. File : /Modules/HaikuFan v2.umc Uploaded by : jasonwmelvin <jwmelvin@...> Description : Control of fan and light for a BigAss Fans Haiku Fan You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, jasonwmelvin <jwmelvin@...> |
Re: Big Ass Fans
I wrote one that does most of the basic features. I wrote it before realizing that one may connect over TCP, so I implemented retransmit logic for UDP. It has been absolutely flawless for me; for two of our fans, I use the light in the fan as one of the room lights, turning on and off with the other lights. I also automate the fans to run during HVAC calls, so it gets plenty of activity. I will upload it to the file section. It wouldn't be hard to change it to TCP if you so desired. I haven't done so because UDP seems good. I do have a fairly robust WiFi network (UniFi) and sometimes the fans take a few seconds to respond (implying a few retransmit cycles) but so far they always do. -jason On Fri, Jan 20, 2017 at 9:25 AM, drh_784@... [Crestron] <Crestron@...> wrote:
|
Biamp Netgear GS724Tv4 questions RE streaming on crestron subnet
Ok, so I want to multicast stream a preview monitor to 3 TSW 1060. The System will already have a?Netgear GS724Tv4?for Biamp AVB--can I make a VLAN for the Crestron subnet with IGMP snooping apart from the Biamp AVB network, or will I need to add a seperate switch for this? Any experience with this? I will have a DM Matrix and a DM-txrx-100 to create the stream. ? |
Re: Crestron DM System - Detecting a DM transmitter by IPID
x = the input card number. ?You would pre-populate all the DM input cards in simpl windows with a transmitter and then also add an offline manager for each transmitter. ?When a transmitter comes online, its offline manager will determine the value of x and thereby "rcon slot x.1 est\r" can query the mac address of the transmitter connected to that particular input card. ?Obviously this command needs to be sent to a TCP client on port 23 to the DM Frame IP Address.
|
Arcam AVR850 IP
I'm using the Crestron?IP module from the Arcam website but the results have not been stellar.? Unit locks up and must be hard rebooted (after a Crestron processor upload); it cycles itself on and off.? Generally, it is flaky. The module seems straight-forward.? If anyone is successfully using it please let me know and I'll redouble my efforts to locate my? error. On the other hand, if you've had issues please let me know. Thanks |
Discreet Input IR Commands for Samsung Sound bars (HW K950)
Wondering if any has come across Discreet Input IR commands for samsung sound bars (HW K950) i got a project where we have the TV audio on the digital input, and separate music input on the analog in. I would like to switch inputs on the sound bar but i doubt there will be any. Thanks. |
Re: Crestron DM System - Detecting a DM transmitter by IPID
yeah i only have to do this for 4 transmitters, so wont need to read and write. question though in this command "rcon slot x.1 est\r" what is the x.1? if i wanted to query input 4/5/6/7 on a DM 16x16 frame how would that string look for each?
|
Updated SmartThings Interface Code
Something changed on either the SmartThings or Crestron side that introduced a bug in the code for an occupancy sensor connected a SmartThings hub. ?I've loaded an update onto github. ?In addition, because people where having trouble getting the code configured properly I've added documentation in the github readme file for the project on how to properly get all this configured.?
Thanks to Casey for his help on this. The code can be found here Thanks Jay |
Re: Lighting based on multiple occ sensors
IMO, it wouldn't work very reliably because the Occ sensors have timeouts and can be tripped from multiple distances.? You'd be better off putting a beam sensor at each end of the stairs and then monitoring sensors to determine direction.
Top or bottom of stairs gets tripped and sets a latch.? When you get to the other end (or turn around and cross the beam again), it clears the latch.? If neither end is latched, when you cross a beam, then it will know which side you are coming from and trigger the correct loads. Example: Trip the beam at top of stairs IF the top beam is already latched (you've turned around) then clear the latch IF the bottom beam was crossed then clear the latch for the bottom beam IF the bottom beam hasn't been crossed then turn on the lights at the bottom of the stairs and set a latch. Trip beam at bottom of stairs IF the bottom beam is already latched (you've turned around) then clear the latch IF the top beam was crossed then clear the latch for the top beam IF the top beam hasn't been crossed then turn on the lights at the top of the stairs and set a latch. |