-
AuthorPosts
-
AnonymousInactiveSeptember 6, 2010 at 9:30 pmPost count: 84
Would someone post instructions to do the following:
Turn on a light at a random time within a 2 hour window. I’ve tried for hours to get this to work with no success. See screen shot for details.
Help much appreciated.
Cheers
madscot
AnonymousInactiveSeptember 7, 2010 at 6:39 pmPost count: 1001You cannot define a Random event that occurs during a 2 hour window. The maximum Random= value which seeds the random generator is 59 minutes. You would get multiple random events during a 2 hour window.
AnonymousInactiveSeptember 7, 2010 at 8:27 pmPost count: 84Thanks for reply. I want multiple events during the 2 hour window – so should the screen shots I’ve posted result in that? Any suggestions for debug ie is there a way I can examine the “queue” for events?
AnonymousInactiveSeptember 7, 2010 at 9:11 pmPost count: 1001Telnet can be used. The following commands will establish a telnet session
telnet
set logfile c:temptelnet.txt
open 192.168.2.4 10001EZServe
SimplehomenetUse your IP address, be sure to add port 10001
The Login information is case sensitiveI saved an Action with Random= time of 50 minutes
Welcome to SimpleHomeNet Debug Mode
login: EZServe
Password: *************
Debug Mode started for EZServe
09/07/2010 16.41.06: In condtn submit: save details cndtn num 1 & Flag 807F
09/07/2010 16.41.06: In condtn submit: save details cndtn num 1 & Flag 807F
09/07/2010 16.41.25: Cndtn DMA successful
09/07/2010 16.41.25: In Submit Action (modify) – CondActive: Selected Action: AR
andom1, IsConditionActive 1, Flag A07F
09/07/2010 16.41.25: Effect DMA successful
09/07/2010 16.41.25: New time 16:46:30 & Random time generated 5:5 & new min 46
, new sec 30
09/07/2010 16.41.26: ezaction.c – SaveActionsXML closed
09/07/2010 16.41.26: ReadWriteApi.c – SaveSysVarXML: File Open Success!
09/07/2010 16.41.26: ezaction.c – SaveActionsSysVarXML Done!
09/07/2010 16.46.00: In process actions: Activate effect
09/07/2010 16.46.00: In process actions: Effect to process and action ARandom1
09/07/2010 16.46.00: In form cluster actor queue: attr name Status, attr value 0
x02
09/07/2010 16.46.00: Form clustr: CB-0: [3] CB-I: [44] CB-II: [4] CB-III: [0] CB
-IV: [80] CB-V: [2] CB-VI: [0] CB-VII: [0] CB-VIII: [0] CB-IX: [0]
09/07/2010 16.46.00: In actor requst process: actor queue ActorArray0 3,ActorArr
ay4 80,ActorArray5 2
09/07/2010 16.46.00: Done: MSG Code 63, ID AA.00.06 Cmd1 11, Cmd2 0 Ack 6
09/07/2010 16.46.00: In actor resp processor: cluster api in progress for ID[AA.
00.06], RespArray9[0], RespArray10[0]
09/07/2010 16.46.01: Done: MSG Code 63, ID A2.80.06 Cmd1 11, Cmd2 0 Ack 6
09/07/2010 16.46.01: In update dev status: dev D04 status updated cmd 2, Grp FFF
FFFFF
09/07/2010 16.46.01: In form cluster rep insstd: tot attr 1, cid 0
09/07/2010 16.46.01: Error Sending
09/07/2010 16.46.01: In actor resp processor: cluster api in progress for ID[A2.
80.06], RespArray9[0], RespArray10[0]
09/07/2010 16.46.01: Fn Get_ClusterAction: Case X10 Arg1[80], Arg2[2]
09/07/2010 16.46.01: In update cluster ram insstd: attr 0 value 2
09/07/2010 16.46.01: In form cluster rep insstd: tot attr 1, cid 0
09/07/2010 16.46.01: Error Sending
09/07/2010 16.46.02: Done: MSG Code 52, ID AA.00.06 Cmd1 11, Cmd2 0 Ack 6
09/07/2010 16.47.18: New time 16:53:56 & Random time generated 6:38 & new min 5
3, new sec 56 -
AuthorPosts
- You must be logged in to reply to this topic.