Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: WOL not working on CP4
It looks like you have a permission issue with line 168 of you your SIMPL+ code.
Per Wikepedia, WOL uses either port 7 or 9. While I cannot say for sure what your issue is, you should know that the CP4 is a Linux/Android base OS.? There are all types of permission levels you have to grant to your program in Linux. In particular, any Ethernet port below 1024 requires root access and it is almost certain that your lowly SIMPL+ program does not have root access.? So if line 168 of your code is doing something that is using port below 1024, it is probably not going to fly.? Assuming that is your issue, you are probably going to have to contact Crestron TB to see how to resolve the issue.? One possible fix is to use the SIMPL UDP symbol to send your WOL -- that symbol may be able to access ports below 1024. |
Re: CP2E connection issues
I actually tried restarting the computer and was able to connect to the CP2E and already changed it to the 10.0.0 address range.? Still got a few changes to make but should be easier than reverting back to 192.168.? Thanks for the help. On Thu, Jan 7, 2021 at 1:54 PM RobertF <r_finley@...> wrote: First glance is now you have to update your IP net mask setting on *everything*.? |
Re: CP2E connection issues
The easiest thing to do is to log into your new cable modem/router and set the IP subnet and DHCP range to the same as your old router.? There may have been reserved DHCP address for your Crestron processor in the old router.? If that is the case, you will also need to add those DHCP reservations.
Normally I set Crestron equipment up on static IPs.? That way they will continue to talk to each other even if the router is replaced and the subnet changes.?? The thing that is lost however when the subnet changes is the Crestron can not longer talk to the Internet nor other devices that are on DCHP.? Since your CP2Es no longer talk to each other, that is telling me that at least one of them are not set to static IPs. Open toolbox console to your Crestron processors and type "IPTable" to see what IP address each is expecting from the other. |
Re: WOL not working on CP4
¿ªÔÆÌåÓýFound something in the processor?s error-log: ? ¨²¨¤192.168.1.148 7?¨²¨¤socket ok?err sys ? 1. Error: SimplPlus[App01] # 2021-01-07 20:26:37 # Exception:AddServerToList: - System.Net.Sockets.SocketException (0x80004005): Access denied ? at System.Net.Sockets.Socket.Bind (System.Net.EndPoint localEP) [0x00043] in <4f05041650aa4b1f84bd8ed4b01ed26c>:0 ??at Crestron.Logos.SplusObjects.DirectSocketU ? 2. Error: SimplPlus[App01] # 2021-01-07 20:26:37 # DPServerSocketWrapper.AddServerToList (Crestron.Logos.SplusObjects.DirectSocketUDPServer pUDPServer, System.Net.IPAddress ipAddress) [0x00120] in <24f2beebe2af4f398303196e6d992837>:0 ??3. Error: SimplPlus[App01] # 2021-01-07 20:26:37 # Module S-1.1.1.1.2 : TKO_madVR_Envy_0_4 at line 168: Access denied Error code: 10013. Total Errors Logged = 3 ? Does that help? ? ? Von: [email protected] <[email protected]> Im Auftrag von Thorsten K?hler ? Hi, ? i?m currently programming my first CP4 and i?m having an issue getting WOL to work. I?m using a selfmade SIMPL+ module for this since years now without issues. Problem is, on the CP4, it doesn?t work. Any idea idea where to start looking at? Are there any special networking settings on the CP4? ? Cheers, Thorsten |
WOL not working on CP4
¿ªÔÆÌåÓýHi, ? i?m currently programming my first CP4 and i?m having an issue getting WOL to work. I?m using a selfmade SIMPL+ module for this since years now without issues. Problem is, on the CP4, it doesn?t work. Any idea idea where to start looking at? Are there any special networking settings on the CP4? ? Cheers, Thorsten |
Re: Samsung CCD IP Driver
i don't think it matters whether dll or pkg
i get the driver is loaded correctly not working on MC3, working on RMC4 - by working, i mean i don't get the splus error maybe another bug... tried loading it into slot 2 of my CP3 - created App02 directory - copied pkg file there code says can't find file - just using path, not naming pkg file added the pkg filename - now pgm finds file & loads now get 405. Warning: LogicEngine.exe [App 2] # 2021-01-07 13:53:18? # RuntimeState[a] - Sysdog did not wake us up for 30 seconds [0x00000102, from 2]406. Notice: TLDM.exe # 2021-01-07 13:53:19? #? Event rcvd is 8? not getting trying to communicate with display... |
CP2E connection issues
I have two CP2Es in my system with one being a master and the other being a slave.? I just upgraded my cable modem and a side effect is that my home router went from the 192.168.1 IP range to 10.0.0.? Basically this means I need to reset the IP addresses in my Crestron system.? I connected to my main CP2E via RS-232 to change the IP address without issue however with the slave one when I try to connect it cycles through the different Baud rates and then fails to connect (no device found). Anybody know why the slave CP2E won't connect?? I went through this about a year ago and didn't have an issue connecting to the slave CP2E via RS-232.? Thank you. |
Re: Topics in Home Automation - New Article in Residential Tech Today
I¡¯m on the road today but will take a look at it tomorrow or over the weekend Thanks? Jay On Thu, Jan 7, 2021 at 8:39 AM ckangis <chris@...> wrote: I just posted a document in the files section from research I did recently on the MyQ product. I haven't actually integrated a unit yet so YMMV, but it looks quite promising. Of course I would certainly defer to Jay re: any comments regarding my document... |
Re: Samsung CCD IP Driver
I just copied the pkg file to the processor and updated my program to point to that instead of the dll and it still works fine.? But still, given that it isn't working for Mark, there's no downside to trying something else; worst case is that it still doesn't work. Geoff On Thu, Jan 7, 2021 at 11:36 AM Geoffrey Reynolds via <greynlds=[email protected]> wrote:
|
Re: Samsung CCD IP Driver
All of the documentation and samples I saw indicated the DriverFile signal should point to the dll file and that is actually working using version 1.13 of the Crestron Certified Drivers Display Ethernet symbol.? Given that what he has been doing isn't working, it's worth trying...? It's also worth hooking up the driver log and user attribute outputs for hints. Geoff On Thu, Jan 7, 2021 at 11:31 AM Oliver Hall <oliver.hall@...> wrote: I think you *used* to have to use the .dll, but the SIMPL wrappers do support the .pkg file now (which is just a zip of the .dll and other config files) |