Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: WOL not working on CP4
¿ªÔÆÌåÓýHi, Reference # is 210108-000083 Description is Bug WOL not working in Simpl+ for 4-series. This is handled via Crestron Europe (Germany), I don?t know if this goes into one global ticket pool¡ ? Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von sdd5555 via groups.io ? You don't happen to have a case # regarding the UDP socket issue do you? I am running into an issue with UDP on a CP4 (same code works fine on CP3) and Crestron is having trouble finding any related reports about 4 Series UDP issues. |
Re: More Sonos Fun
It's interesting how there's so much variability with this. Some have no issues others some random issues and some site just can't be kept up at all...
Very frustrating. Especially since I actually kind of like the simplicity of the Sonos integration for most clients...When it works!... |
Re: DBXPro 1260m IP or Serial Control
¿ªÔÆÌåÓýI have successfully used these boxes in a hospitality setting in both serial and IP mode. I prefer IP modules if you can. You do need to interrogate the configured dbx processors for the specific address parameter strings that need to be inserted into the Crestron modules. Without this there will be no association between the modules and the specific controls. You can use the string calculator utility supplied by dbx. ? From dBx: ? ¡°If the default configuration is not loaded into the ZonePRO, then the user must manually enter the Object ID addresses for each device. To get the object ID address, start the PC software for ZonePRO. The easiest way to get the Object ID in decimal format is to click on the device in the ZonePRO program screen and press<Ctrl>+<Shift>+<o> and a dialog box will appear with the correct address. Note that bit 0 is presented at the top and bit 3 at the bottom of the dialog box. Enter this Object ID address in the Crestron module parameter field in HEX as b3,b2,b1,b0. ? Another easy way to get the Object ID address in hex is to click on the device symbol in the ZonePRO Designer window and press Ctrl + Shift + T to open the Network Trace Window. Click on the ZonePRO object you want the address for in the software. Change the value of the mute button, volume control, or any other control you are interested in and look for the first row of ¡°MULTSVSET¡° in the Network Trace Window. Click on this line and look in the window ¡°Frame Data¡°. The object ID will always be the 8th, 9th, 10th, and 11th byte. Enter this 4 byte value into the address parameter on the front of the Crestron module. Repeat this for every address parameter on the front of the module.¡° ¨C DBX ? You may also need to set up logic to pulse the Enable Feedback at boot and at regular intervals to allow it poll live values. ? There is a demo program that was very helpful in understanding how all this works. All make sure you are using the most current firmware on the ZonePro. There is a procedure indicated for upgrading older firmware versions to current. ? ? David Radin email: radin@... web:?? |
Somfy mylink and 4 series
Just want to let everyone know the Somfy mylink 1.2 module found on the Crestron app market does not work with 4 series.? I spoke to TB support about it yesterday and they directed me to have Somfy update their module for 4 series support and resubmit it to the App market.? I tested the same program I used on a CP4 compiled for a CP3 and tested that it works for 3 series, but with 4 series, on a CP4 it would connect to the mylink bridge and show the scene names, but not allow any control commands to work.? On the CP4, I would get the following error: ? ?Error: SimplPlus[App04] # 2021-01-20 16:12:24 # Exception:TimerCallbackFunction: - System.NullReferenceException: Object reference not set to an instance of an object.? at SomfyLIBMyLink.MyLink.FailedResponse () [0x00001] in <1778ab918b564771b7f453f95652f48c>:0?? at CCI_Library.PriorityCommUtil`1[T]. |
TCP Console Connection to device with authentication enabled?
Hi,
I know one can use a TCP/IP connection at port 41795 to console into a device in code. However, if authentication is enabled, the connection is rejected. If I know the credentials of the device, what must I do to make a successful connection in code? Thank you |
Re: SIP Intercom
I deployed just over 60 TSW-760 and 1 TS-1542 with the RAVA SIP functionality as a paging system in a middle school.? It was straight forward - assign the devices an extension and add them to a group if you want. I thought about going with a SIP server setup or register the panels to Cisco Call Manager, but after doing a proof of concept, I didn't think it was necessary since it was going to be contained on one network.? It was really easy and worked well.? The customer has been happy so far!
-Cody? |
Re: DBXPro 1260m IP or Serial Control
Hi, I used it something like 3 years?ago on CP3 over IP TCP port 3084. It was working perfectly but I remember having issue with the ObID. Not quite sure, but I had to revert the byte order from what is available in the DBXPro software and what to put inside SIMPL programming. For example for Input volume 1 I had : \x01\x01\x00\x00 used for Mic For example for Input volume 2 I had : \x01\x01\x01\x01
used for Mic
For example for Input volume 3 I had : \x01\x01\x02\x02
used for Mic
For example for Input volume 4 I had : \x01\x01\x06\x06
used for Mic
For example for Input volume 5 I had : \x01\x01\x08\x07 used for AFV Hope?this helps. Sebastien Le?jeu. 21 janv. 2021 ¨¤?01:55, AV Ninja <blazeny@...> a ¨¦crit?: Has anyone successfully use module from Crestron's site or DBX's Site to control the 1260m ip of serial.? Looking to control IP preferably.? Modules do not seem to work |
Re: CP3/CP3N Requires Reboot
On Wed, Jan 20, 2021 at 08:27 AM, @johnmax wrote:
there is a matching offender in SPLUSTASKS.No there are many SIMPL+ modules but those modules are not running continuously only at specific instance. Like adding the pre-sets, crestron alarm module and most resent SIMPL+? module that I have updated is the Nest thermostat module from the crestron application market. I had to change this because of the newtonsoft update from the Crestron. Is it possible there is bug in the module ? |
Re: Topics in Home Automation - New Article in Residential Tech Today
I won't be writing one.? My hope is that Hubitat will integrate with the Nest thermostat (after all they have to keep up with SmartThings) and then the Hubitat integration code I've written will be a solution.? That way it is Hubitat's headache to keep up with Google's ever changing APIs and not mine.
toggle quoted message
Show quoted text
As an alternative, the Hubitat Integration code allows you to integrate an Ecobee thermostat with Crestron. FYI When I uploaded the Shelly integration modules I wrote to my GitHub for today's article I neglected to upload the S# code. That has been fixed and the S# source code is available for download. Thanks Jay On 1/20/2021 6:03 PM, AVMaster wrote:
Next up...Nest thermostat module...:) |
Re: Sony AV receiver control
Yeah, I've used Troy's service a few times, and it was quite a time-saver.
toggle quoted message
Show quoted text
--- On Wednesday, January 20, 2021 at 6:17 PM, Chris Kangis wrote: |