Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: AUTH and SSL on 3 Series
¿ªÔÆÌåÓýBesides checking to see if your IP was blocked as Oliver mentioned (you can also LISTBLOCKEDIP from console)¡ ? Can you SSH to it (e.g. via PuTTY?) ? Then, in no particular order: ? Have you tried an INIT/RESTORE (with optional BETACLEANUP) cycle to knock any cobwebs loose via USB? ? Since it¡¯s pingable¡ If you disconnect LAN is it still pingable? (checking IP conflict¡though well behaved DHCP clients should avoid this by testing before accepting the lease and NAKing the DHCPOFFFER) ? If from a comandline from a PC on the same subnet you issue the command ARP ¨CA does the MAC address for the IP address show up and match the proessor¡¯s MAC? ? If you do IPCONFIG from console on the processor do the details (particularly subnet mask) look right? ? ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of AVMaster
Sent: Saturday, October 29, 2022 11:20 PM To: [email protected] Subject: Re: [crestron] AUTH and SSL on 3 Series ? Hey everyone, I just received this processor back from the mothership for repair (CP3N). ?I immediately plugged it in to get it ready for reinstalling but it cannot be discovered in toolbox. ?It¡¯s set to DHCP and pulls an IP address, that IP address is pingable from multiple PC¡¯s¡just no toolbox coms of any kind. ?Can¡¯t load a program, system info¡etc. ?USB works fine¡for that matter when connected via USB it would appear to be working fine, but it isn¡¯t. ?Anyone have any sage advice here or does this damn thing need to travel across the country again? |
Re: AUTH and SSL on 3 Series
Hey everyone, I just received this processor back from the mothership for repair (CP3N). ?I immediately plugged it in to get it ready for reinstalling but it cannot be discovered in toolbox. ?It¡¯s set to DHCP and pulls an IP address, that IP address is pingable from multiple PC¡¯s¡just no toolbox coms of any kind. ?Can¡¯t load a program, system info¡etc. ?USB works fine¡for that matter when connected via USB it would appear to be working fine, but it isn¡¯t. ?Anyone have any sage advice here or does this damn thing need to travel across the country again?
|
Re: AP4 restart
You can use the CONSOLE symbol to send PROGRESET -P<x>? when <x> is the program slot#. this will restart the program.?
If you want to trigger it daily, you can use the EXTENDEDCLOCKDRIVER and WHEN symbols to trigger a time (ex: 3AM) Triggering on a specific day of week or month would require some S+... |
Re: Automate VX and VC4
on other modules I have run into absolute file path issues.? You may need to create the needed file path on the linux box with permissions to get it work.? I have done this for the Crestron TV presets module and that resolved the issue.? From console type?journalctl -u virtualcontrol -f -all?and reboot your program.? Watch for errors to appear and see what shows up.? folder ownership should be?virtualcontroluser
|
Re: AP4 restart
Barry Lieberman
¿ªÔÆÌåÓý?Send a console command to the processor from Simpl based on time of day or individual days of the week with Simpl+
From: [email protected] <[email protected]> on behalf of lo@... <lo@...>
Sent: Friday, October 28, 2022 8:58:07 PM To: [email protected] <[email protected]> Subject: [crestron] AP4 restart ?
Anyone knows anyway to restart the program automatically on a daily/weekly/monthly basis? My program dies for unknown reason ocassionally, and I could not find out the problem, thus I want to restart it frequently and automatically. ? Wonder if anyone encounters my situation mentioned above?? |
AP4 restart
Anyone knows anyway to restart the program automatically on a daily/weekly/monthly basis? My program dies for unknown reason ocassionally, and I could not find out the problem, thus I want to restart it frequently and automatically. ? Wonder if anyone encounters my situation mentioned above?? |
Re: Symetrix / Crestron
Make sure the 5 digit controller ID is entered properly in the Mute Module and linked with a discreet ID number to the Symetrix Command Processor.?
Also, within the Composer Site File, make sure thevID is assigned and Push is enabled in the Remote Control Manager for the Mute control you are using. |
Re: Symetrix / Crestron
Has the mute button been assigned as a controller in the dsp yet? On Fri, Oct 28, 2022, 11:27 AM Lars ?slund (Smart Home) <lasse@...> wrote:
|
Re: Automate VX and VC4
Just got an email response from support: not sure what they could be doing in these modules that would make them VC4 incompatible, but in case anyone else runs into this, here you go.? |
Automate VX and VC4
Has anyone controlled a 1beyond Aitomate VX from VC4? Running the same program (same .lpz)on an RMC4 logs in no problem.?
Just wondering whether anyone has run into this.?
|
Re: Programming a master fader on top of another fader in simple Windows.
What is the result that you're looking to acheive?
a. Have all three zones raise/lower at the same volume values - i.e. when raised Zones 1,2,3 all go from 38% to 39%, etc. etc. or b. Have all the zones raise/lower together from their individual values - i.e. if zone 1 is at 35% and zone 2 is at 47%, and you select raise, Zone 1 would go to 36% and Zone 2 would go to 48%. |
Security Certificates on a Crestron Processor
This is an area I know next to nothing about. A while back I posted some code I was using to try and make an https connection to a 3rd party cloud service where all I received in response was a 401 error.? I've gotten to the point that someone else posted code that they have working and I made only one change to my code so it matches theirs.? I still get a 401 error.? I am wondering if this could be due to a lack of a security certificate installed on the Crestron processor.
Having worked in Windows for years I have never had to deal with security certificates.? Anything anyone could share on 1) whether this could be causing the 401 error response from the cloud service 2) The dummies version of what I need to do to setup a certificate on a cp4 Thanks in advance for the help Jay |
Programming a master fader on top of another fader in simple Windows.
¿ªÔÆÌåÓý
Hello I am working with a dm nax 8zsa
This thing has eight zones of audio but no master fader...
I am using touchsettable gauges in VT pro..
Does anyone have any example or can explain to me how to put a master fader controlling three other faders?
I guess I'm having trouble understanding how the math works for it.
One solution I came up with was to have the master fader value set to the inverse of the zone faders at its lowest point, and use the sum symbol so that it adds to zero.
Guess I'm having a hard time working with the signed integers. Someone tell me there's an easier way. Can anyone share an example?
Get |