View single post by MDKKEN
 Posted: Thursday Jul 28th, 2016 01:43 pm
 PM  Quote  Reply  Full Topic 
MDKKEN

 

Joined: Monday Aug 17th, 2009
Location:  
Posts: 38
Status: 
Offline

  back to top

Hi
Not sure where the issues resides but let me describe the problem first.
When I have a Response coded as

e.g TESTEXAMPLE response coded as
Do Response1
Do Response2
Do Response3
Do Response4

Then Response1 is not executed when TESTEXAMPLE is called from the AWAY or NIGHT response, or from timer or polling connected response.

Response2, Response3 and Response4 always get executed, but Response1 does not in these circumstances.

However, when TESTEXAMPLE is called manually it always works. That  is Response1, Response2, Response3, Response4 all are executed. It just seems to be first line.
I have attached my cclx file for Analysis.

Please note I read Comfort to compare against my CCLX file to ensure what was in Comfort and in CCLX file match and they do.
In my CCLX file  I have the following examples.
Example 1 when a Response is called by the AWAY or NIGHT Mode Response.

DownStairsLtsOff - then Do Room1LightsOff - is not executed ( that is all lights remain on), but the subsequent Do Room2LightsOff, Do Room3LightsOff, Do Room4LightsOff all lights are always switched off and are executed. DownStairsLtsOff is called by SetOffHouse that is attached to the AWAY and NIGHT RESPONSE.
When DownStairsLtsOff or Room1LightsOff are called manually all the lights in Room1LightsOff are switched off. The other DOs in DownStairsLtsOff are all executed successfully as well when manually called Via DownStairsLtsOff.

Example 2 when a Response called by timer and a attached polling Response
DownstairsRadsOff - then  Do Room1HeatFrost does get not executed or completes successfully, but Do Room2HeatFrost, Do Room3HeatFrost  and Do Room3HeatFrost do complete successfully. DownstairsRadsOff is called by DownstairsHeat that is attatched to polling response.

If I call  "DownstairsRadsOff  or Room1HeatFrost manually then they work fine. Its only when called via Polling Response DownstairsHeat or the AWAY or NIGHT Response. style
Hope this is clear.

Attachment: 17MortimerHall1v1.zip (Downloaded 2 times)

Last edited on Thursday Jul 28th, 2016 01:54 pm by MDKKEN

 Close Window