<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Comfort Automation/ Security System Forums - Comfort Webserver Module (OBSOLETE)]]></title>
		<link>https://www.comfortforums.com/</link>
		<description><![CDATA[Comfort Automation/ Security System Forums - https://www.comfortforums.com]]></description>
		<pubDate>Fri, 11 Sep 2026 11:35:07 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[CWM Problem with Java 7]]></title>
			<link>https://www.comfortforums.com/thread-3057.html</link>
			<pubDate>Thu, 06 Sep 2012 07:38:20 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=86"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-3057.html</guid>
			<description><![CDATA[The latest Java 7 from <a href="http://www.java.com" target="_blank" rel="noopener" class="mycode_url">www.java.com</a> does not work with the CWM<br />
It causes the update to be be very slow or you cannot even log in<br />
<br />
Please use Java 6 instead. If you have upgraded to Java 7, you can download and installed Java 6 from <a href="http://www.java.com/en/download/manual_v6.jsp" target="_blank" rel="noopener" class="mycode_url">http://www.java.com/en/download/manual_v6.jsp</a><br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[The latest Java 7 from <a href="http://www.java.com" target="_blank" rel="noopener" class="mycode_url">www.java.com</a> does not work with the CWM<br />
It causes the update to be be very slow or you cannot even log in<br />
<br />
Please use Java 6 instead. If you have upgraded to Java 7, you can download and installed Java 6 from <a href="http://www.java.com/en/download/manual_v6.jsp" target="_blank" rel="noopener" class="mycode_url">http://www.java.com/en/download/manual_v6.jsp</a><br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CWM Firmware 6.XXX Above]]></title>
			<link>https://www.comfortforums.com/thread-2576.html</link>
			<pubDate>Mon, 07 Nov 2011 10:01:13 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=42"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-2576.html</guid>
			<description><![CDATA[Is there any new&nbsp;firmware release for version 6.xxx an above&nbsp;which&nbsp;support upgrade thru comfort bus as well?]]></description>
			<content:encoded><![CDATA[Is there any new&nbsp;firmware release for version 6.xxx an above&nbsp;which&nbsp;support upgrade thru comfort bus as well?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Displaying SCS temp readings on CWM]]></title>
			<link>https://www.comfortforums.com/thread-2324.html</link>
			<pubDate>Tue, 28 Jun 2011 05:14:06 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=318"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-2324.html</guid>
			<description><![CDATA[<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Displaying SCS temp value in cwm.</span></span><br />
&nbsp;<br />
Hi, having mainly been someone who gets information from this forum, rather than contributing to it, I thought it was about time I did a bit of contributing (more like, I finally managed to do something cool that works, so want to show it off&nbsp;<img src="https://www.comfortforums.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> )<br />
&nbsp;<br />
I have recently managed to get cwm to display temp sensor readings on by comfort page (see below image). <br />
<br />
<br />
<br />
<br />
<img src="http://i1237.photobucket.com/albums/ff470/wexfordman/houseimage.gif" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
&nbsp;<br />
I have 4 scsÃ¢â¬â¢s distributed in the Kitchen, Hall, Living Room and Master Bedroom. You can see the red numbers in the image above, which is actually my cwm page displaying the temp values for these sensors in each room.<br />
&nbsp;<br />
This is what I did to get the values to display. (I am not saying this is the best method, but this is what I managed to do and get it working).<br />
I will split the process into two stages, comfort and CWM, giving an example for the Kitchen SCS seonsor (sensor 8).<br />
&nbsp;<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Comfort:-</span></span><br />
As an example, for the kitchen SCS sensor (sensor 8)<br />
1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Create Counter SCSKITCHENTEMP<br />
2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Create response SCSKITCHENTEMP<br />
3)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sensor Register 8 (First scs sensor, which is the kitchen SCS) activates response SCSKITCHENTEMP<br />
4)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Response SCSKITCHENTEMP does the following<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get SCSKITCEHNTEMP sensor value<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; b.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Convert from deg F to deg C<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set counter SCSKITCHENTEMP with lastactionvalue<br />
&nbsp;<br />
Thats it from comforts perspective, all thats left is the cwm element, which is a bit more tricky.<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">CWM Configuration</span></span><br />
&nbsp;<br />
&nbsp;<br />
CWM uses a counter element to display the value of the relevent counter in comfort.&nbsp; The config of the counter element which I used &nbsp;can be seen below:-<br />
&nbsp; <br />
<br />
<br />
<img src="http://i1237.photobucket.com/albums/ff470/wexfordman/CNTRCONFIG.gif" loading="lazy"  alt="" class="mycode_img" /><br />
&nbsp;<br />
&nbsp;<br />
The highlighted elements are as folllows<br />
1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Number (Counter number in comfort which you want to display, in my case kitchentemp counter)<br />
2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Divisor:- Convert counter value by dividing by 10 (perhaps cytech can explain this one in a bit more detail, I must admit I figured it out via trial and error)<br />
3)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Display Value:- Quotient (option is quotient or remainder)<br />
4)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Values:- click on box to enter value list<br />
<br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Displaying the Value (Value list)</span></span><br />
This one took a bit of time. Basically cwm displays images based on the value of the counter. So if you have a value list of 1 to 38 for example (as I did with deg celcius), you must have 38 different images to reflect the value (in my case, each image was a number from 1 to 38)<br />
This is done by clicking the values button and entering the relevent values and images required to display for each value. Fairly straight forward but a bit time consuming.<br />
&nbsp; <br />
<br />
<br />
I hav\'nt figured out how to, or what happens when the value drops below 0, and how the counter represents a negative value yet however. Will find out next winter <img src="https://www.comfortforums.com/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />hock:<br />
<br />
<br />
<br />
My next objective, if I can manage to do it are as follows:-<br />
<br />
1) Via CWM be able to set thermostat settings (via a counter) for each scs sensor<br />
2) Select which scs tem sensor will be master sensor for control of zone heating via cwm.<br />
3) Be able to record min and max scs temp readings with a timestamp and display it on cwm page.<br />
<br />
<br />
Anyway, hope this has been of interest. If anyone has any suggestions on how I could improve the above setup would appreciate it, and also if anyone would be able to clarify the divisor and quotient settings on the cwm element would be helpful, as I said, I got this via a trial and error process rather than any form of logic on my part.<br />
<br />
Regards,<br />
Eamon<br />
]]></description>
			<content:encoded><![CDATA[<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Displaying SCS temp value in cwm.</span></span><br />
&nbsp;<br />
Hi, having mainly been someone who gets information from this forum, rather than contributing to it, I thought it was about time I did a bit of contributing (more like, I finally managed to do something cool that works, so want to show it off&nbsp;<img src="https://www.comfortforums.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> )<br />
&nbsp;<br />
I have recently managed to get cwm to display temp sensor readings on by comfort page (see below image). <br />
<br />
<br />
<br />
<br />
<img src="http://i1237.photobucket.com/albums/ff470/wexfordman/houseimage.gif" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
&nbsp;<br />
I have 4 scsÃ¢â¬â¢s distributed in the Kitchen, Hall, Living Room and Master Bedroom. You can see the red numbers in the image above, which is actually my cwm page displaying the temp values for these sensors in each room.<br />
&nbsp;<br />
This is what I did to get the values to display. (I am not saying this is the best method, but this is what I managed to do and get it working).<br />
I will split the process into two stages, comfort and CWM, giving an example for the Kitchen SCS seonsor (sensor 8).<br />
&nbsp;<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Comfort:-</span></span><br />
As an example, for the kitchen SCS sensor (sensor 8)<br />
1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Create Counter SCSKITCHENTEMP<br />
2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Create response SCSKITCHENTEMP<br />
3)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sensor Register 8 (First scs sensor, which is the kitchen SCS) activates response SCSKITCHENTEMP<br />
4)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Response SCSKITCHENTEMP does the following<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get SCSKITCEHNTEMP sensor value<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; b.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Convert from deg F to deg C<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set counter SCSKITCHENTEMP with lastactionvalue<br />
&nbsp;<br />
Thats it from comforts perspective, all thats left is the cwm element, which is a bit more tricky.<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">CWM Configuration</span></span><br />
&nbsp;<br />
&nbsp;<br />
CWM uses a counter element to display the value of the relevent counter in comfort.&nbsp; The config of the counter element which I used &nbsp;can be seen below:-<br />
&nbsp; <br />
<br />
<br />
<img src="http://i1237.photobucket.com/albums/ff470/wexfordman/CNTRCONFIG.gif" loading="lazy"  alt="" class="mycode_img" /><br />
&nbsp;<br />
&nbsp;<br />
The highlighted elements are as folllows<br />
1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Number (Counter number in comfort which you want to display, in my case kitchentemp counter)<br />
2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Divisor:- Convert counter value by dividing by 10 (perhaps cytech can explain this one in a bit more detail, I must admit I figured it out via trial and error)<br />
3)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Display Value:- Quotient (option is quotient or remainder)<br />
4)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Values:- click on box to enter value list<br />
<br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Displaying the Value (Value list)</span></span><br />
This one took a bit of time. Basically cwm displays images based on the value of the counter. So if you have a value list of 1 to 38 for example (as I did with deg celcius), you must have 38 different images to reflect the value (in my case, each image was a number from 1 to 38)<br />
This is done by clicking the values button and entering the relevent values and images required to display for each value. Fairly straight forward but a bit time consuming.<br />
&nbsp; <br />
<br />
<br />
I hav\'nt figured out how to, or what happens when the value drops below 0, and how the counter represents a negative value yet however. Will find out next winter <img src="https://www.comfortforums.com/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />hock:<br />
<br />
<br />
<br />
My next objective, if I can manage to do it are as follows:-<br />
<br />
1) Via CWM be able to set thermostat settings (via a counter) for each scs sensor<br />
2) Select which scs tem sensor will be master sensor for control of zone heating via cwm.<br />
3) Be able to record min and max scs temp readings with a timestamp and display it on cwm page.<br />
<br />
<br />
Anyway, hope this has been of interest. If anyone has any suggestions on how I could improve the above setup would appreciate it, and also if anyone would be able to clarify the divisor and quotient settings on the cwm element would be helpful, as I said, I got this via a trial and error process rather than any form of logic on my part.<br />
<br />
Regards,<br />
Eamon<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Easiest way to display scs tem on web page (deg celcius)]]></title>
			<link>https://www.comfortforums.com/thread-2308.html</link>
			<pubDate>Wed, 15 Jun 2011 16:32:39 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=318"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-2308.html</guid>
			<description><![CDATA[Hi,<br />
<br />
I have managed to get readings from one of my scs\'s tem sensor to display in my cwm web page. Only very basic at the moment, but I am trying to figure out how to display it in deg celius (currently it is in farenheight). Here is what I have done so far<br />
<br />
Comfort<br />
Sensor 8 response activates a response \"kitchen temp\"<br />
Kitehcen temp gets scs value and loads it into counter 27<br />
<br />
CWM<br />
I have greated a cntr with the following properties<br />
cntr 27<br />
divisor 1<br />
display value quotient<br />
values:-  now this is where I need help<br />
<br />
<br />
I think the above settings are correct, my difficulty is getting the readings from the scs to display in celcius, and to figure out a reasonalbe way to be able to display a temp range from -10 to 37 deg WITHOUT having create 47 different values and 47 different images of the numbers -10 to 38 ?<br />
<br />
Appreciate any advice, and if I do have to source 48 different jpegs of the numbers -10 to +37, anyone have any decent ones I could use.<br />
<br />
Thanks,<br />
Eamon]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have managed to get readings from one of my scs\'s tem sensor to display in my cwm web page. Only very basic at the moment, but I am trying to figure out how to display it in deg celius (currently it is in farenheight). Here is what I have done so far<br />
<br />
Comfort<br />
Sensor 8 response activates a response \"kitchen temp\"<br />
Kitehcen temp gets scs value and loads it into counter 27<br />
<br />
CWM<br />
I have greated a cntr with the following properties<br />
cntr 27<br />
divisor 1<br />
display value quotient<br />
values:-  now this is where I need help<br />
<br />
<br />
I think the above settings are correct, my difficulty is getting the readings from the scs to display in celcius, and to figure out a reasonalbe way to be able to display a temp range from -10 to 37 deg WITHOUT having create 47 different values and 47 different images of the numbers -10 to 38 ?<br />
<br />
Appreciate any advice, and if I do have to source 48 different jpegs of the numbers -10 to +37, anyone have any decent ones I could use.<br />
<br />
Thanks,<br />
Eamon]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CWM02 to be discontinued]]></title>
			<link>https://www.comfortforums.com/thread-2203.html</link>
			<pubDate>Sat, 26 Mar 2011 02:06:53 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=86"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-2203.html</guid>
			<description><![CDATA[Please note that we have a&nbsp; shortage of CWM02 stocks due to the unavailability of key components due to recent events and the product will be discontinued.<br />
<br />
This will mean we will be unable to fill any new CWM02 orders. However existing orders of CWM02 will be fullfilled<br />
<br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[Please note that we have a&nbsp; shortage of CWM02 stocks due to the unavailability of key components due to recent events and the product will be discontinued.<br />
<br />
This will mean we will be unable to fill any new CWM02 orders. However existing orders of CWM02 will be fullfilled<br />
<br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[cwm firmware ]]></title>
			<link>https://www.comfortforums.com/thread-2023.html</link>
			<pubDate>Thu, 28 Oct 2010 14:27:37 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=318"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-2023.html</guid>
			<description><![CDATA[Hi,<br />
<br />
Could someone point me in the right direction to get cwm firmware upgraded ? Or what ucm version should we be using when trying to upgrade the ucm within cwm ?<br />
<br />
Hope this makes sense !<br />
Thanks,<br />
Eamon<br />
]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Could someone point me in the right direction to get cwm firmware upgraded ? Or what ucm version should we be using when trying to upgrade the ucm within cwm ?<br />
<br />
Hope this makes sense !<br />
Thanks,<br />
Eamon<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CWM and IPHONE]]></title>
			<link>https://www.comfortforums.com/thread-2010.html</link>
			<pubDate>Mon, 18 Oct 2010 08:01:16 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=318"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-2010.html</guid>
			<description><![CDATA[Hi<br />
<br />
With the dark winter evenings soon approaching, I figured its about time I got round to concentrating on finishing my cwm set up, so here is probably first of a number of posts ands queries.<br />
<br />
First one, basically is that the iphone does not support java, so does anyone have any solutions or recommendations to get cwn working over the iphone ?<br />
<br />
Thanks,<br />
Eamon<br />
]]></description>
			<content:encoded><![CDATA[Hi<br />
<br />
With the dark winter evenings soon approaching, I figured its about time I got round to concentrating on finishing my cwm set up, so here is probably first of a number of posts ands queries.<br />
<br />
First one, basically is that the iphone does not support java, so does anyone have any solutions or recommendations to get cwn working over the iphone ?<br />
<br />
Thanks,<br />
Eamon<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New CWM Applet Designer 2]]></title>
			<link>https://www.comfortforums.com/thread-1736.html</link>
			<pubDate>Thu, 28 Jan 2010 09:05:38 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-1736.html</guid>
			<description><![CDATA[The new Comfort Applet Designer software 2.0.0 for Comfort WebServer is now available <a href="http://www.cytech-technology.com/temp/software/20100125CWM_ADSetup.zip" target="_blank" rel="noopener" class="mycode_url">http://www.cytech-technology.com/temp/so...DSetup.zip</a><br />
<br />
This version supports the cclx file format used by Comfigurator 3, as well as the ccl format used by Comfigurator 2<br />
<br />
The CWM Applet Designer allows webpages to be designed for the Comfort Webserver Module <br />
]]></description>
			<content:encoded><![CDATA[The new Comfort Applet Designer software 2.0.0 for Comfort WebServer is now available <a href="http://www.cytech-technology.com/temp/software/20100125CWM_ADSetup.zip" target="_blank" rel="noopener" class="mycode_url">http://www.cytech-technology.com/temp/so...DSetup.zip</a><br />
<br />
This version supports the cclx file format used by Comfigurator 3, as well as the ccl format used by Comfigurator 2<br />
<br />
The CWM Applet Designer allows webpages to be designed for the Comfort Webserver Module <br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to view CWM page on Java enable mobile phone?]]></title>
			<link>https://www.comfortforums.com/thread-1499.html</link>
			<pubDate>Thu, 04 Jun 2009 02:06:15 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=58"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-1499.html</guid>
			<description><![CDATA[I am trying to view cwm page via a Nokia E63 phone (access to Internet via wi-fi and to cwm) as per picture. However only the first announcement appeared.<br />
<br />
&nbsp;What shall I need to do for viewing cwm\' page: <br />
<br />
- Is it install Java ME or&nbsp;other Java version on the mobile phone itself? <br />
<br />
- or CWM web page can be viewed with those phone&nbsp;having OS as Windows mobile (such as HTC)- Symbian(such as Nokia, Sony) - Rim (Blackberry).....?<br />
<br />
- or CWM simply have not support any hand-phone\' Internet browser ?<br />
<br />
]]></description>
			<content:encoded><![CDATA[I am trying to view cwm page via a Nokia E63 phone (access to Internet via wi-fi and to cwm) as per picture. However only the first announcement appeared.<br />
<br />
&nbsp;What shall I need to do for viewing cwm\' page: <br />
<br />
- Is it install Java ME or&nbsp;other Java version on the mobile phone itself? <br />
<br />
- or CWM web page can be viewed with those phone&nbsp;having OS as Windows mobile (such as HTC)- Symbian(such as Nokia, Sony) - Rim (Blackberry).....?<br />
<br />
- or CWM simply have not support any hand-phone\' Internet browser ?<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CWM-HTML Applet Design - Question on &quot;Window&quot; Element ?]]></title>
			<link>https://www.comfortforums.com/thread-1488.html</link>
			<pubDate>Mon, 25 May 2009 05:03:57 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=58"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-1488.html</guid>
			<description><![CDATA[In case of using more than one window, is there a \"jumper\" button and/or \"jumper\" element to put out on the existing window to navigate to or to jump&nbsp;to other&nbsp;windows ?. Thanks]]></description>
			<content:encoded><![CDATA[In case of using more than one window, is there a \"jumper\" button and/or \"jumper\" element to put out on the existing window to navigate to or to jump&nbsp;to other&nbsp;windows ?. Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CWM - HTML Applet Designer]]></title>
			<link>https://www.comfortforums.com/thread-1476.html</link>
			<pubDate>Tue, 19 May 2009 03:47:16 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=42"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-1476.html</guid>
			<description><![CDATA[Hi,<br />
<br />
Correct me if i\'m wrong.<br />
<br />
Is&nbsp;that HTML Applet Designer unable to read .CCLX file format? Only support .CCL &amp; .CCT format?<br />
<br />
My HTML Applet Designer software&nbsp;V1.0.4[5-12-2006]<br />
<br />
Thank you<br />
<br />
&nbsp;<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.comfortforums.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=595" target="_blank" title="">CWM HTML Applet Designer.JPG</a> (Size: 51.93 KB / Downloads: 43)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Correct me if i\'m wrong.<br />
<br />
Is&nbsp;that HTML Applet Designer unable to read .CCLX file format? Only support .CCL &amp; .CCT format?<br />
<br />
My HTML Applet Designer software&nbsp;V1.0.4[5-12-2006]<br />
<br />
Thank you<br />
<br />
&nbsp;<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.comfortforums.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=595" target="_blank" title="">CWM HTML Applet Designer.JPG</a> (Size: 51.93 KB / Downloads: 43)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CWM02 Screen Design Example]]></title>
			<link>https://www.comfortforums.com/thread-1381.html</link>
			<pubDate>Sun, 01 Mar 2009 20:29:51 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=606"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-1381.html</guid>
			<description><![CDATA[This is an example of what can be achieved by the <a href="https://www.cytech.biz/Default.aspx?cmd=ID%2ftW5Xw2bTCO626ZAAInw%3d%3d&amp;amp;productid=241&amp;amp;categoryid=9&amp;amp;pageindex=" target="_blank" rel="noopener" class="mycode_url">CWM02</a> with the help of the free <a href="https://www.cytech.biz/Default.aspx?cmd=sQ0OYE9X66w%2b0P%2bAcFsmAI3j73Rwtfrj&amp;amp;fileid=189&amp;amp;dcid=4&amp;amp;pageindex=" target="_blank" rel="noopener" class="mycode_url">CWM Designer Software</a> see <a href="http://www.biasltd.net/product_webcontrol_1.html" target="_blank" rel="noopener" class="mycode_url">http://www.biasltd.net/product_webcontrol_1.html</a><br />
Bias Ltd is an authorised installer of Comfort in Cyprus<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.comfortforums.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=520" target="_blank" title="">web_control_sittingroom-343x480.jpg</a> (Size: 26.84 KB / Downloads: 59)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This is an example of what can be achieved by the <a href="https://www.cytech.biz/Default.aspx?cmd=ID%2ftW5Xw2bTCO626ZAAInw%3d%3d&amp;amp;productid=241&amp;amp;categoryid=9&amp;amp;pageindex=" target="_blank" rel="noopener" class="mycode_url">CWM02</a> with the help of the free <a href="https://www.cytech.biz/Default.aspx?cmd=sQ0OYE9X66w%2b0P%2bAcFsmAI3j73Rwtfrj&amp;amp;fileid=189&amp;amp;dcid=4&amp;amp;pageindex=" target="_blank" rel="noopener" class="mycode_url">CWM Designer Software</a> see <a href="http://www.biasltd.net/product_webcontrol_1.html" target="_blank" rel="noopener" class="mycode_url">http://www.biasltd.net/product_webcontrol_1.html</a><br />
Bias Ltd is an authorised installer of Comfort in Cyprus<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.comfortforums.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=520" target="_blank" title="">web_control_sittingroom-343x480.jpg</a> (Size: 26.84 KB / Downloads: 59)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Comfort Webserver example]]></title>
			<link>https://www.comfortforums.com/thread-1379.html</link>
			<pubDate>Sat, 28 Feb 2009 01:26:31 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=606"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-1379.html</guid>
			<description><![CDATA[This is a screenshot of the Dollhouse in Cytechs office using CWM02<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.comfortforums.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=519" target="_blank" title="">dollhouse small.jpg</a> (Size: 51.27 KB / Downloads: 88)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This is a screenshot of the Dollhouse in Cytechs office using CWM02<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.comfortforums.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=519" target="_blank" title="">dollhouse small.jpg</a> (Size: 51.27 KB / Downloads: 88)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Changed Pass though port / server error]]></title>
			<link>https://www.comfortforums.com/thread-1346.html</link>
			<pubDate>Tue, 10 Feb 2009 17:45:25 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=21"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-1346.html</guid>
			<description><![CDATA[I have changed the default pass through port 10001 to another number saved the changes and after the server was rebooted I get <br />
Server error: 404 not found.<br />
<br />
The CWM module setup discovers the server and when I select [Configure] I get the [size=\"1\"]<span style="font-weight: bold;" class="mycode_b">Comfort Web Module Administration </span>[/size]screen. After I select [Module Setup] and login, I get the above error. The same thing happens with all other options in the CWM Admin screen.<br />
<br />
I tried to reset by pressing F0 and then executing the response 197,18,82,69,83,69,84, 67,79,78,70,255 (my CWM ID=2) but nothing happens. It seems the server is not restored to factory defaults since the CWM module setup discovers it at my custom IP address and not the default one.<br />
<br />
Any ideas?<br />
]]></description>
			<content:encoded><![CDATA[I have changed the default pass through port 10001 to another number saved the changes and after the server was rebooted I get <br />
Server error: 404 not found.<br />
<br />
The CWM module setup discovers the server and when I select [Configure] I get the [size=\"1\"]<span style="font-weight: bold;" class="mycode_b">Comfort Web Module Administration </span>[/size]screen. After I select [Module Setup] and login, I get the above error. The same thing happens with all other options in the CWM Admin screen.<br />
<br />
I tried to reset by pressing F0 and then executing the response 197,18,82,69,83,69,84, 67,79,78,70,255 (my CWM ID=2) but nothing happens. It seems the server is not restored to factory defaults since the CWM module setup discovers it at my custom IP address and not the default one.<br />
<br />
Any ideas?<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[cwm02 web page design]]></title>
			<link>https://www.comfortforums.com/thread-1325.html</link>
			<pubDate>Wed, 28 Jan 2009 04:56:04 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=318"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-1325.html</guid>
			<description><![CDATA[Hi,<br />
<br />
Just playing with the new cwm02, and have managed to import my own house plan etc. I have got some functionality working, basic x10 etc, but was wondering about doing the following, which I cant identify how to in the manual<br />
<br />
1) Display flag status as icons<br />
2) Display scs06 temp readings ?<br />
3) How would I go about creating an option where I can set the tem level in the scso1 via the cwm02<br />
<br />
Regards,<br />
Eamon<br />
]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Just playing with the new cwm02, and have managed to import my own house plan etc. I have got some functionality working, basic x10 etc, but was wondering about doing the following, which I cant identify how to in the manual<br />
<br />
1) Display flag status as icons<br />
2) Display scs06 temp readings ?<br />
3) How would I go about creating an option where I can set the tem level in the scso1 via the cwm02<br />
<br />
Regards,<br />
Eamon<br />
]]></content:encoded>
		</item>
	</channel>
</rss>