Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: CP4-R password reset
Many times after doing a firmware update, the certificates for https: sometimes change.? You have to refresh the webpage and then go through the typical stuff with your web browser warning you that that the web site is unsafe.? Sometimes you may need to reboot your laptop or iPad to reconnect.
|
Re: Help Message on Touch Panel to Fusion
¿ªÔÆÌåÓýHi, look like you forget the variable in the makestrings ... makestring(StringOut[getlastmodifiedarrayindex()],"Room Requesting Assistance: %s - %s - %s - %s - %s.", var1, var2, var3, var4, var5); Le 31/01/2023 ¨¤ 17:10, Mike Moso via
groups.io a ¨¦crit?:
Can someone please take a look and let me know why this will not compile: |
Re: Help Message on Touch Panel to Fusion
Can someone please take a look and let me know why this will not compile:
#DEFAULT_NONVOLATILE
#ENABLE_STACK_CHECKING
#ENABLE_TRACE
?
DIGITAL_INPUT Make_Message;
STRING_INPUT StringAIn[30];
STRING_INPUT StringBIn[30];
STRING_INPUT StringCIn[30];
STRING_INPUT StringDIn[30];
STRING_INPUT StringEIn[30];
STRING_INPUT StringFIn[30];
?
STRING_OUTPUT StringOut[180];
?
CHANGE StringAIn
CHANGE StringBIn
CHANGE StringCIn
CHANGE StringDIn
CHANGE StringEIn
CHANGE StringFIn
?
Push Make_Message
{
makestring(StringOut[getlastmodifiedarrayindex()],"Room Requesting Assistance: %s - %s - %s - %s - %s.");
}
Thank you! Mike |
Re: CP4-R password reset
wiringnut
I went ahead and started a firmware update. The firmware on there was 3.000.something so several years old and I read in the crestron docs it needs to be newer for the iPad app to fully work. Started update to the current 3.17, hope it works will report back. Currently still cannot connect to the interface after 45 mins, I will give it a few hours maybe that helps. |
Re: CP4-R password reset
wiringnut
Thank you very much.
|
Re: CP4-R password reset
wiringnut
Thank you.
I have finally done this with mixed results¡. the good news is I can now use the home setup app to configure buttons however I like. the bad news is the home app cannot login any more due to changed password, and the home setup app will not allow me to set a new password without the old admin username and password (apparently the SW-R button did not reset the original installer credentials there). I am also happy to pay any pro on this forum to help me here over the phone. thank you Florian |
Re: Help Message on Touch Panel to Fusion
Hi Mike,
You can use the fusion help request and response SSI (in Crestron Modules > Fusion) they have digital inputs and you can put the message text as a parameter on that module. Otherwise annSIO to MessageText$ and pulse SendMessage. This ties back to the Fusion SSI module. Otherwise you can do it manually straight on the SSI. |
Re: Crestron CANBUS integration
#crestron
Exactly, I?am using a canbus? to rs232 converter from ADFweb HD67290. But it is only a pass through converter. We need to send the hvac serial commands to control the ac. Thanks On Sun, Jan 29, 2023 at 10:55 AM Ben Onnex via <b.onnex=[email protected]> wrote:
|
Re: Crestron CANBUS integration
#crestron
¿ªÔÆÌåÓýOk so you need and RS232 to Canbus and the
commands for your HVAC system. Le 29/01/2023 ¨¤ 08:51, Raffik K.A a
¨¦crit?:
|
Re: Crestron CANBUS integration
#crestron
Hi,? I want to control an hvac system brand Webasto and model bluecool ac. Basically i need to control ac on/off. increase and decrease set temperature?and fan speed. On Sun, Jan 29, 2023 at 10:36 AM Ben Onnex via <b.onnex=[email protected]> wrote:
|
Re: Crestron CANBUS integration
#crestron
¿ªÔÆÌåÓýHi, Yes, but depend on what you want to do ... Le 29/01/2023 ¨¤ 08:31, Raffik K.A a
¨¦crit?:
Hi, |
Crestron CANBUS integration
#crestron
Hi,
Did anyone successfully completed crestron with canbus system. How to send canbus commands through serial, i mean the command structure. I couldn't find any helpful file regarding this canbus serial command syntax. Thanks if someone can help on this. |
Re: Help Message on Touch Panel to Fusion
Off the top of my head. I wonder if you could use an SIO attached to the Fusion serial symbol. Drive SIO digital's with button options showing issues. Match your SIO serial strings with those button text messages.
E.g. Button labeled "PC Issue". Matching SIO serial string "User is experiencing PC issues". This won't handle chained messages (probably best done in SIMPL+), but it may be somewhere to start. Someone else may be able to weigh in on other methods, but this one seems pretty straight forward. |
anyone fixed mute/vol- bug in home elements?
i just found it this week
if you hit mute, then vol-, the volume goes to 100% it seems that HE doesn't restore the original vol before decrementing mute sets the vol to 0, vol- goes to -1 i wrote some SIMPL to work around it, but don't have the time right now to delve into the Simpl# just wondering if anyone else fixed it? |
Re: Manifest.xml not found
Did you remember to specify the Project Name (VTProE filename, minus the .vtp extension) in the Crestron App subslot in SIMPL? You should then be able to use Toolbox File Manager or FileZilla to inspect the webserver root (\html\). |