¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

 

I'm assuming that you have gained control of its IP address? (DHCP or Newly set static)...
The unit has a Web server page, go to a browser and type the IP address (you may have eluded to this in your post).

Have you tried using the USB connection with Toolbox? then use the PUF tool. I'm quite sure that the NSP doesn't support File Trx via FileZilla...
If you can connect with USB, you should probably step up the FW over a few versions, instead of jumping to the latest directly...

This is the latest FW:?CEN-NSP-1 [v1.002.0035, #00B915B6]


Re: Compile error after SIMPL update

 

¿ªÔÆÌåÓý

Have you tried replacing the module with a fresh copy?

?

From: <[email protected]> on behalf of <john@...>
Reply-To: <[email protected]>
Date: Tuesday, January 12, 2021 at 8:42 PM
To: <[email protected]>
Subject: [crestron] Compile error after SIMPL update

?

I am completely stumped on a compile error I am getting after updating to the latest version.? When I have run into similar problems in the past doing a full recompile after deleting the spiswork directory has resolved the issue but this time no luck.? The module I am struggling with is the official denon heos modules, and to add to the mystery if I create a brand new program and add the modules I dont get any compile errors.

Here are the two errors I am struggling with.? Any help is greatly appreciated

ERROR? (LGCMCVT149)? Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.cs, Line 91
??????? Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.cs] Internal Error (Line 91) - The type 'Crestron.CRPC.MediaPlayer.IMediaPlayer' is defined in an assembly that is not referenced. You must add a reference to assembly 'MediaPlayer, Version=1.0.0.26508, Culture=neutral, PublicKeyToken=null'.
ERROR? (LGCMCVT258) ?
??????? SIMPL+: C# - Compiled with errors for \Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.dll


Re: Compile error after SIMPL update

 

Have you tried downgrading to a pre-200 database?


Re: how to remove specific character from string in Crestron simpl+ #crestron

 

I think what you are looking for is a Serial Gather, Serial Substring (Expandable) and a Serial Buffer


 

Hi all, I'm glad I found you after Yahoo!

I bought an Old Stock NIB, CEN-NSP-1. It came with the original release firmware and I've been unable to update its firmware. It displays the embedded web server update ui but nothing happens when I point it to a local file for upgrade. It appears to reject the connection. Toolbox can't connect to it either. Filziila no luck. Has anyone else delt with this issue? Is there any other way to upgrade the firmware other than the embedded UI?

Any help would be appreciated.


Re: Honeywell Wifi Thermostat

 

I looked for this as well and never found anything. Not really sure how one of the largest HVAC solutions does not have a module in Crestron when so many other control platforms support Honeywell.

I was part of a Honeywell integration project for another platform and its quite an undertaking with contracts and API keys from Honeywell to talk to their servers. Very doable, but you really need to have the right team/person doing this. As I recall, all of the control is through their cloud (TC Connect).?


Re: how to remove specific character from string in Crestron simpl+ #crestron

 

¿ªÔÆÌåÓý

I¡¯m not sure you¡¯ve supplied enough details for people to help you.?

The incoming string: is it literally ¡°\x1\x2\x3\x4\x5¡± so 15 characters or is it 5 bytes (0x01, 0x02, 0x03, 0x04, 0x05) ?



On 13 Jan 2021, at 12:45, saravanan.s@... wrote:

?example: serial Input : \x1\x2\x3 \x4\x5 i want output like this serial Output :12345




can any one help as.


Re: Curl formatting

 

thanks for the reply, does the module mentioned above work without going into S# to send a few commands?


Re: CP3 issues uploading program and CTP errors

 

I have the latest firmware uploaded on the CP3 and only this morning I've updated the software on my SIMPL Windows to see if that fixed it.


Re: CP3 issues uploading program and CTP errors

 

I have came across this in the past,? it has typically been a firmware update to the hardware that fixed it.? My guess is the software you are using to program needs to run on a later version of firmware on your CP3. Hope that helps,? & good luck.


how to remove specific character from string in Crestron simpl+ #crestron

 

example: serial Input : \x1\x2\x3 \x4\x5 i want output like this serial Output :12345




can any one help as.


Re: CP3 issues uploading program and CTP errors

 

So I'm currently working on the CP3


Compile error after SIMPL update

 

I am completely stumped on a compile error I am getting after updating to the latest version.? When I have run into similar problems in the past doing a full recompile after deleting the spiswork directory has resolved the issue but this time no luck.? The module I am struggling with is the official denon heos modules, and to add to the mystery if I create a brand new program and add the modules I dont get any compile errors.

Here are the two errors I am struggling with.? Any help is greatly appreciated

ERROR? (LGCMCVT149)? Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.cs, Line 91
??????? Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.cs] Internal Error (Line 91) - The type 'Crestron.CRPC.MediaPlayer.IMediaPlayer' is defined in an assembly that is not referenced. You must add a reference to assembly 'MediaPlayer, Version=1.0.0.26508, Culture=neutral, PublicKeyToken=null'.
ERROR? (LGCMCVT258) ?
??????? SIMPL+: C# - Compiled with errors for \Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.dll


Re: Curl formatting

 

¿ªÔÆÌåÓý

You need to use S# to do HTTPS, SIMPL nor SIMPL+ support HTTPS.

?

From: <[email protected]> on behalf of <itaibengal@...>
Reply-To: <[email protected]>
Date: Tuesday, January 12, 2021 at 5:31 PM
To: <[email protected]>
Subject: Re: [crestron] Curl formatting

?

I am trying to control via HTTPS a light strip. I have the commands working properly in Postman but not sending an SIO to the URL.?
I was hoping to use the module, but I did not see any documentation on how to proceed. Any advice on how to send the following command?


PUT /v1/devices/control HTTP/1.1

Govee-API-Key: 1111111-22222-3333-4444-555555555555555

Content-Type: application/json

User-Agent: PostmanRuntime/7.26.8

Accept: */*

Postman-Token: 237d07aa-7142-40b8-8d81-054c244a8345

Host: developer-api.govee.com

Accept-Encoding: gzip, deflate, br

Connection: keep-alive

Content-Length: 115

{

? ? "device": "AA:AA:AA:AA:AA:AA:AA:AA",

? ? "model": "H6141",

? ? "cmd":{"name":"turn", "value": "on"}

? ? }


Re: Quiet fans for DM-PSU-8

 

A fan that small, lower noise almost certainly means lower air flow.?


Re: CP3 issues uploading program and CTP errors

 
Edited

"No Program Loaded" (return from PROGCOMMENTS:# cmd) just indicates the program is not running.

In most instances the program successfully uploaded, started, and then experienced a runtime error that caused it to stop.

First confirm the presence of files in \SIMPL\App##\ folder in File Manager (showing that program was loaded, but stopped).

Then check the Err Logs for messages to give you clues as to why the program stopped.

CTP/SCTP are considered deprecated, and intentionally grayed out.

You should be enabling Secure Deployment features and using SSH/SFTP for servicing per?

I'd advise compiling/loading a dummy program w/ only signals on the relay inputs to see if that behaves normally as your baseline / unit test.


Re: Curl formatting

 

I am trying to control via HTTPS a light strip. I have the commands working properly in Postman but not sending an SIO to the URL.?
I was hoping to use the module, but I did not see any documentation on how to proceed. Any advice on how to send the following command?

PUT /v1/devices/control HTTP/1.1
Govee-API-Key: 1111111-22222-3333-4444-555555555555555
Content-Type: application/json
User-Agent: PostmanRuntime/7.26.8
Accept: */*
Postman-Token: 237d07aa-7142-40b8-8d81-054c244a8345
Host: developer-api.govee.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Length: 115
{
? ? "device": "AA:AA:AA:AA:AA:AA:AA:AA",
? ? "model": "H6141",
? ? "cmd":{"name":"turn", "value": "on"}
? ? }


Re: CP3 issues uploading program and CTP errors

 

Are you using Dropbox? Have had simular issues when I forget to pause Dropbox sync before I start to work on Crestron programs


Re: DM16X16 going offline every few hours

 

AV Programmer,

I have given up on that 16x16 unit and as a stop gap, ?I have gone back to my old 8x8 and its been solid since Christmas Day. I did some testing on the 16x16 and had it on the floor with almost no cards in it and it stayed online to program for days. I then started adding cards and after a bunch were reinstalled it starting dropping off-line again. I didn't see your request about putting it back on the subnet and sending that isolate command. But given that it ran with less cards for days I really think this is some kind of power issue and not network related.


Re: Quiet fans for DM-PSU-8

 

In case anyone was interested, I have opened the PSU and there s a PC looking low profile power supply I noted middle with a loud 40mmx20mm 12v 2pin fan.
I have ordered a Noctua silent fan and will install in a few days when it arrives. Should do the trick. ill let you guys know. Pretty straight forward swap just a couple dozen screws to remove and replace.