The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Telnet control of a Crestron controller?



--------------060806050003040506040902
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

You're pretty much correct in all your assumptions there Howard
unfortunately.

In order to achieve what you're wanting to do some code for a TCP socket
handler is going to have to be added to the Crestron project running on
the CP3N.  This would have to be done by the original third party
although they may have provided source code to the client or sometimes
they place it on the processors Flash memory.  Regardless the
programming software is only available to Crestron authorised dealers
and can't be downloaded anymore.

Kevin


On 18/05/2015 09:15, howardsixtynine@xxxxxxx [ukha_d] wrote:
>
>
> Hi, I hope somebody on here can give me a few hints.
>
> I'm being handed an installation soon that has all the lighting and
> environmental controls run by a Crestron CP3N with an iPad for
> control. I need to call the same states that the iPad calls, but via
> TCP from my C# application. Ideally I wouldn't have to make any
> changes to the Crestron programming, as this is by a 3rd party. I'm
> not familiar with Crestron so I've done a quick Google expecting to
> find an API of some kind, but as far as I can tell this doesn't exist.
> There is a Telnet interface, but this is purely for maintenance and
> can't call programs, and there is a proprietary TCP interface that is
> undocumented. Is this correct? Can anyone help with a solution?
>
> Thanks H
>
>
>
>
>


--------------060806050003040506040902
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit





<head>

<style type="text/css">
<!--

/* start of attachment style */
.ygrp-photo-title{
clear: both;
font-size: smaller;
height: 15px;
overflow: hidden;
text-align: center;
width: 75px;
}
div.ygrp-photo{
background-position: center;
background-repeat: no-repeat;
background-color: white;
border: 1px solid black;
height: 62px;
width: 62px;
}

div.photo-title
a,
div.photo-title a:active,
div.photo-title a:hover,
div.photo-title a:visited {
text-decoration: none;
}

div.attach-table div.attach-row {
clear: both;
}

div.attach-table div.attach-row div {
float: left;
/* margin: 2px;*/
}

p {
clear: both;
padding: 15px 0 3px 0;
overflow: hidden;
}

div.ygrp-file {
width: 30px;
valign: middle;
}
div.attach-table div.attach-row div div a {
text-decoration: none;
}

div.attach-table div.attach-row div div span {
font-weight: normal;
}

div.ygrp-file-title {
font-weight: bold;
}
/* end of attachment style */
-->
</style>
</head>
<html>
<head>
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">


<!-- **begin egp html banner** -->

<br><br>

<!-- **end egp html banner** -->



<div class="moz-cite-prefix">You're pretty much correct in
all your
assumptions there Howard unfortunately.<br>
<br>
In order to achieve what you're wanting to do some code for a TCP
socket handler is going to have to be added to the Crestron
project running on the CP3N.  This would have to be done by the
original third party although they may have provided source code
to the client or sometimes they place it on the processors Flash
memory.  Regardless the programming software is only available
to
Crestron authorised dealers and can't be downloaded anymore.<br>
<br>
Kevin<br>
<br>
<br>
On 18/05/2015 09:15, <a class="moz-txt-link-abbreviated"
href="mailto:howardsixtynine@xxxxxxx";>howardsixtynine@xxxxxxx</a>
[ukha_d] wrote:<br>
</div>
<blockquote cite="mid:mjc73e+q36mhv@xxxxxxx"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8">
<style type="text/css">
<!--

/* start of attachment style */
.ygrp-photo-title{
clear: both;
font-size: smaller;
height: 15px;
overflow: hidden;
text-align: center;
width: 75px;
}
div.ygrp-photo{
background-position: center;
background-repeat: no-repeat;
background-color: white;
border: 1px solid black;
height: 62px;
width: 62px;
}

div.photo-title
a,
div.photo-title a:active,
div.photo-title a:hover,
div.photo-title a:visited {
text-decoration: none;
}

div.attach-table div.attach-row {
clear: both;
}

div.attach-table div.attach-row div {
float: left;
/* margin: 2px;*/
}

p {
clear: both;
padding: 15px 0 3px 0;
overflow: hidden;
}

div.ygrp-file {
width: 30px;
valign: middle;
}
div.attach-table div.attach-row div div a {
text-decoration: none;
}

div.attach-table div.attach-row div div span {
font-weight: normal;
}

div.ygrp-file-title {
font-weight: bold;
}
/* end of attachment style */
-->
</style>
<style type="text/css">
<!--
#ygrp-mkp {
border: 1px solid #d8d8d8;
font-family: Arial;
margin: 10px 0;
padding: 0 10px;
}

#ygrp-mkp hr {
border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
color: #628c2a;
font-size: 85%;
font-weight: 700;
line-height: 122%;
margin: 10px 0;
}

#ygrp-mkp #ads {
margin-bottom: 10px;
}

#ygrp-mkp .ad {
padding: 0 0;
}

#ygrp-mkp .ad p {
margin: 0;
}

#ygrp-mkp .ad a {
color: #0000ff;
text-decoration: none;
}
-->
</style>
<p><span>Hi, I hope somebody on here can give me a few
hints.</span></p>
<p><span>I'm being handed an installation soon that has all the
lighting and environmental controls run by a Crestron CP3N
with an iPad for control. I need to call the same states that
the iPad calls, but via TCP from my C# application. Ideally I
wouldn't have to make any changes to the Crestron programming,
as this is by a 3rd party. I'm not familiar with Crestron so
I've done a quick Google expecting to find an API of some
kind, but as far as I can tell this doesn't exist. There is a
Telnet interface, but this is purely for maintenance and can't
call programs, and there is a proprietary TCP interface that
is undocumented. Is this correct? Can anyone help with a
solution?</span></p>
<p><span>Thanks H</span></p>
<p><span><br>
</span></p>

<div width="1" style="color: white; clear:
both;"></div>
</blockquote>
<br>




<!-- **begin egp html banner** -->

<br>


<br>

<!-- **end egp html banner** -->


<div width="1" style="color: white; clear:
both;"/>__._,_.___</div>





<div id="fromDMARC" style="clear:both; margin-top:
10px;">
<hr style="height:2px ; border-width:0; color:#E3E3E3;
background-color:#E3E3E3;">
Posted by: Kevin Hawkins &lt;yahoogroupskh@xxxxxxx&gt;        
<hr style="height:2px ; border-width:0; color:#E3E3E3;
background-color:#E3E3E3;">
</div>
<!-- Start Recommendations -->
<!-- End Recommendations -->


<!-- **begin egp html banner** -->

<br><br>
<tt>
&lt;*&gt; Join the Automated Home Forums<BR>
&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.automatedhome.co.uk/vbulletin/";>http://www.automatedhome.co.uk/vbulletin/</a><BR>
<BR>
&lt;*&gt; UKHA_D Mailing list in association with:<BR>
&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.automatedhome.co.uk";>http://www.automatedhome.co.uk</a><BR>
<BR>
<BR>
</tt>
<br><br>

<!-- **end egp html banner** -->



<!-- **begin egp html banner** -->

<img src="http://geo.yahoo.com/serv?s=97476590/grpId=1109639/grpspId=1705041992/msgId=165329/stime=1431996268";
width="1" height="1"> <br>

<!-- **end egp html banner** -->


<!-- **begin egp html banner** -->

<br>






<!-- **begin egp html banner** -->
<div id="ygrp-vital" style="background-color: #f2f2f2;
font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding:
10px;">

<span id="vithd" style="font-weight: bold; color: #333;
text-transform: uppercase; "><a href="https://groups.yahoo.com/neo/groups/ukha_d/info;_ylc=X3oDMTJlNDIwN3FyBF9TAzk3MzU5NzE0BGdycElkAzExMDk2MzkEZ3Jwc3BJZAMxNzA1MDQxOTkyBHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTQzMTk5NjI2OA--";
style="text-decoration: none;">Visit Your
Group</a></span>

<ul style="list-style-type: none; margin: 0; padding: 0; display:
inline;">
</ul>
</div>


<div id="ft" style="font-family: Arial; font-size: 11px;
margin-top: 5px; padding: 0 2px 0 0; clear: both;">
<a href="https://groups.yahoo.com/neo;_ylc=X3oDMTJkMzhhMGswBF9TAzk3NDc2NTkwBGdycElkAzExMDk2MzkEZ3Jwc3BJZAMxNzA1MDQxOTkyBHNlYwNmdHIEc2xrA2dmcARzdGltZQMxNDMxOTk2MjY4";
style="float: left;"><img src="http://l.yimg.com/ru/static/images/yg/img/email/new_logo/logo-groups-137x15.png";
height="15" width="137" alt="Yahoo! Groups"
style="border: 0;"/></a>
<div style="color: #747575; float: right;"> &bull;
<a href="https://info.yahoo.com/privacy/us/yahoo/groups/details.html";
style="text-decoration: none;">Privacy</a> &bull;
<a href="mailto:ukha_d-unsubscribe@xxxxxxx?subject=Unsubscribe";
style="text-decoration: none;">Unsubscribe</a>
&bull; <a href="https://info.yahoo.com/legal/us/yahoo/utos/terms/";
style="text-decoration: none;">Terms of Use</a>
</div>
</div>

<!-- **end egp html banner** -->

</div> <!-- ygrp-msg -->




<br>

<!-- **end egp html banner** -->


<div style="color: white; clear:
both;"/>__,_._,___</div>
</body>
</html>

--------------060806050003040506040902--

UKHA_D Main Index | UKHA_D Thread Index | UKHA_D Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.