Dear all,
I've installed Fhem (5.3.deb 2012-10-28) and use a CM11 device to control my X10 lamp modules (A1 to A6). Everything seems to work perfect, except 1 thing: in the middle of the night lamp A4 turns on!
I have checked and double check all the timers, nothing wrong there. In the log files I found two X10 commands that seem to appear out of nothing (one around 03:01 and the other around 03:13) and this is also the moment that lamp A4 turns on. See the relevant lines of two recent days. The "mysterious" command seems to include "X10:A;3" however it is indeed A4 that is switched on!
Can somebody help me with:
1) Why and how is command is executed?
2) Why A4 is turned on?
3) How to stop it?
Thx! Pret
#################### FIRST DAY #####################################
2013.01.12 03:01:19 5: CM11 device myCM11: read 1: 5b
2013.01.12 03:01:19 5: CM11 device myCM11: Data: 5b80245b
2013.01.12 03:01:19 5: CM11 device myCM11: read 2: 801f
2013.01.12 03:01:19 5: CM11 device myCM11: Data: 5b80245b801f
2013.01.12 03:13:35 5: CM11 device myCM11: read 1: 5a
2013.01.12 03:13:35 5: CM11 device myCM11: Data: 5b80245b801f5a
2013.01.12 03:13:35 5: CM11 device myCM11: start of message
2013.01.12 03:13:35 5: CM11 device myCM11: write 1: c3
2013.01.12 03:13:37 5: CM11 device myCM11: read 1: 5a
2013.01.12 03:13:37 5: CM11 device myCM11: Data: 5a
2013.01.12 03:13:37 5: CM11 device myCM11: start of message
2013.01.12 03:13:37 5: CM11 device myCM11: write 1: c3
2013.01.12 03:13:37 5: CM11 device myCM11: read 1: 03
2013.01.12 03:13:37 5: CM11 device myCM11: Data: 03
2013.01.12 03:13:37 5: CM11 device myCM11: read 1: 03
2013.01.12 03:13:37 5: CM11 device myCM11: Data: 0303
2013.01.12 03:13:37 5: CM11 device myCM11: read 2: 696e
2013.01.12 03:13:37 5: CM11 device myCM11: Data: 0303696e
2013.01.12 03:13:37 5: CM11 device myCM11: message complete (length 2, mask 00000011, data 696e)
2013.01.12 03:13:37 5: CM11 device myCM11: A_FUNC: HAIL_ACK
2013.01.12 03:13:37 5: myCM11 dispatch X10:A;3;HAIL_ACK
2013.01.12 03:13:37 5: Triggering myCM11 (1 changes)
2013.01.12 03:13:37 5: myCM11 trigger: Checking Logfile for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEB for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEBphone for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEBtablet for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking autocreate for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking initialUsbCheck for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking telnetPort for notify
2013.01.12 03:13:37 3: myCM11: Unknown code X10:A;3;HAIL_ACK, help me!
2013.01.12 03:13:37 5: CM11 device myCM11: A_FUNC: STATUS_OFF
2013.01.12 03:13:37 5: myCM11 dispatch X10:A;3;STATUS_OFF
2013.01.12 03:13:37 5: Triggering myCM11 (1 changes)
2013.01.12 03:13:37 5: myCM11 trigger: Checking Logfile for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEB for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEBphone for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEBtablet for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking autocreate for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking initialUsbCheck for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking telnetPort for notify
2013.01.12 03:13:37 3: myCM11: Unknown code X10:A;3;STATUS_OFF, help me!
#################### NEXT DAY #####################################
2013.01.13 03:01:25 5: CM11 device myCM11: read 1: 5b
2013.01.13 03:01:25 5: CM11 device myCM11: Data: 5b
2013.01.13 03:01:25 5: CM11 device myCM11: read 2: 801f
2013.01.13 03:01:25 5: CM11 device myCM11: Data: 5b801f
2013.01.13 03:13:41 5: CM11 device myCM11: read 1: 5a
2013.01.13 03:13:41 5: CM11 device myCM11: Data: 5b801f5a
2013.01.13 03:13:41 5: CM11 device myCM11: start of message
2013.01.13 03:13:41 5: CM11 device myCM11: write 1: c3
2013.01.13 03:13:41 5: CM11 device myCM11: read 1: 02
2013.01.13 03:13:41 5: CM11 device myCM11: Data: 02
2013.01.13 03:13:41 5: CM11 device myCM11: read 1: 01
2013.01.13 03:13:41 5: CM11 device myCM11: Data: 0201
2013.01.13 03:13:41 5: CM11 device myCM11: read 1: 69
2013.01.13 03:13:41 5: CM11 device myCM11: Data: 020169
2013.01.13 03:13:41 5: CM11 device myCM11: message complete (length 1, mask 00000001, data 69)
2013.01.13 03:13:41 5: CM11 device myCM11: A_FUNC: HAIL_ACK
2013.01.13 03:13:41 5: myCM11 dispatch X10:A;;HAIL_ACK
2013.01.13 03:13:41 3: X10 No unit selected for housecode A, command HAIL_ACK
2013.01.13 03:13:41 5: Triggering global (1 changes)
2013.01.13 03:13:41 5: global trigger: Checking Logfile for notify
2013.01.13 03:13:41 5: global trigger: Checking WEB for notify
2013.01.13 03:13:41 5: global trigger: Checking WEBphone for notify
2013.01.13 03:13:41 5: global trigger: Checking WEBtablet for notify
2013.01.13 03:13:41 5: global trigger: Checking autocreate for notify
2013.01.13 03:13:41 2: autocreate: define X10_A X10 lm15 A ?
2013.01.13 03:13:41 1: define: Define X10_A: wrong unitcode format: specify a value from 1 to 16
2013.01.13 03:13:41 1: ERROR: Define X10_A: wrong unitcode format: specify a value from 1 to 16
2013.01.13 03:13:41 5: global trigger: Checking initialUsbCheck for notify
2013.01.13 03:13:41 5: global trigger: Checking telnetPort for notify
2013.01.13 03:13:42 5: CM11 device myCM11: read 1: 5a
2013.01.13 03:13:42 5: CM11 device myCM11: Data: 5a
2013.01.13 03:13:42 5: CM11 device myCM11: start of message
2013.01.13 03:13:42 5: CM11 device myCM11: write 1: c3
2013.01.13 03:13:42 5: CM11 device myCM11: read 1: 02
2013.01.13 03:13:42 5: CM11 device myCM11: Data: 02
2013.01.13 03:13:42 5: CM11 device myCM11: read 1: 01
2013.01.13 03:13:42 5: CM11 device myCM11: Data: 0201
2013.01.13 03:13:42 5: CM11 device myCM11: read 1: 6e
2013.01.13 03:13:42 5: CM11 device myCM11: Data: 02016e
2013.01.13 03:13:42 5: CM11 device myCM11: message complete (length 1, mask 00000001, data 6e)
2013.01.13 03:13:42 5: CM11 device myCM11: A_FUNC: STATUS_OFF
2013.01.13 03:13:42 5: myCM11 dispatch X10:A;;STATUS_OFF
2013.01.13 03:13:42 3: X10 No unit selected for housecode A, command STATUS_OFF
2013.01.13 03:13:42 5: Triggering global (1 changes)
2013.01.13 03:13:42 5: global trigger: Checking Logfile for notify
2013.01.13 03:13:42 5: global trigger: Checking WEB for notify
2013.01.13 03:13:42 5: global trigger: Checking WEBphone for notify
2013.01.13 03:13:42 5: global trigger: Checking WEBtablet for notify
2013.01.13 03:13:42 5: global trigger: Checking autocreate for notify
2013.01.13 03:13:42 2: autocreate: define X10_A X10 lm15 A ?
2013.01.13 03:13:42 1: define: Define X10_A: wrong unitcode format: specify a value from 1 to 16
2013.01.13 03:13:42 1: ERROR: Define X10_A: wrong unitcode format: specify a value from 1 to 16
2013.01.13 03:13:42 5: global trigger: Checking initialUsbCheck for notify
2013.01.13 03:13:42 5: global trigger: Checking telnetPort for notify
Zitat von: Pret schrieb am Mo, 14 Januar 2013 20:34Dear all,
I've installed Fhem (5.3.deb 2012-10-28) and use a CM11 device to control my X10 lamp modules (A1 to A6). Everything seems to work perfect, except 1 thing: in the middle of the night lamp A4 turns on!
I have checked and double check all the timers, nothing wrong there. In the log files I found two X10 commands that seem to appear out of nothing (one around 03:01 and the other around 03:13) and this is also the moment that lamp A4 turns on. See the relevant lines of two recent days. The "mysterious" command seems to include "X10:A;3" however it is indeed A4 that is switched on!
Can somebody help me with:
1) Why and how is command is executed?
2) Why A4 is turned on?
3) How to stop it?
Thx! Pret
#################### FIRST DAY #####################################
2013.01.12 03:01:19 5: CM11 device myCM11: read 1: 5b
2013.01.12 03:01:19 5: CM11 device myCM11: Data: 5b80245b
2013.01.12 03:01:19 5: CM11 device myCM11: read 2: 801f
2013.01.12 03:01:19 5: CM11 device myCM11: Data: 5b80245b801f
2013.01.12 03:13:35 5: CM11 device myCM11: read 1: 5a
2013.01.12 03:13:35 5: CM11 device myCM11: Data: 5b80245b801f5a
2013.01.12 03:13:35 5: CM11 device myCM11: start of message
2013.01.12 03:13:35 5: CM11 device myCM11: write 1: c3
2013.01.12 03:13:37 5: CM11 device myCM11: read 1: 5a
2013.01.12 03:13:37 5: CM11 device myCM11: Data: 5a
2013.01.12 03:13:37 5: CM11 device myCM11: start of message
2013.01.12 03:13:37 5: CM11 device myCM11: write 1: c3
2013.01.12 03:13:37 5: CM11 device myCM11: read 1: 03
2013.01.12 03:13:37 5: CM11 device myCM11: Data: 03
2013.01.12 03:13:37 5: CM11 device myCM11: read 1: 03
2013.01.12 03:13:37 5: CM11 device myCM11: Data: 0303
2013.01.12 03:13:37 5: CM11 device myCM11: read 2: 696e
2013.01.12 03:13:37 5: CM11 device myCM11: Data: 0303696e
2013.01.12 03:13:37 5: CM11 device myCM11: message complete (length 2, mask 00000011, data 696e)
2013.01.12 03:13:37 5: CM11 device myCM11: A_FUNC: HAIL_ACK
2013.01.12 03:13:37 5: myCM11 dispatch X10:A;3;HAIL_ACK
2013.01.12 03:13:37 5: Triggering myCM11 (1 changes)
2013.01.12 03:13:37 5: myCM11 trigger: Checking Logfile for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEB for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEBphone for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEBtablet for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking autocreate for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking initialUsbCheck for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking telnetPort for notify
2013.01.12 03:13:37 3: myCM11: Unknown code X10:A;3;HAIL_ACK, help me!
2013.01.12 03:13:37 5: CM11 device myCM11: A_FUNC: STATUS_OFF
2013.01.12 03:13:37 5: myCM11 dispatch X10:A;3;STATUS_OFF
2013.01.12 03:13:37 5: Triggering myCM11 (1 changes)
2013.01.12 03:13:37 5: myCM11 trigger: Checking Logfile for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEB for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEBphone for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking WEBtablet for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking autocreate for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking initialUsbCheck for notify
2013.01.12 03:13:37 5: myCM11 trigger: Checking telnetPort for notify
2013.01.12 03:13:37 3: myCM11: Unknown code X10:A;3;STATUS_OFF, help me!
#################### NEXT DAY #####################################
2013.01.13 03:01:25 5: CM11 device myCM11: read 1: 5b
2013.01.13 03:01:25 5: CM11 device myCM11: Data: 5b
2013.01.13 03:01:25 5: CM11 device myCM11: read 2: 801f
2013.01.13 03:01:25 5: CM11 device myCM11: Data: 5b801f
2013.01.13 03:13:41 5: CM11 device myCM11: read 1: 5a
2013.01.13 03:13:41 5: CM11 device myCM11: Data: 5b801f5a
2013.01.13 03:13:41 5: CM11 device myCM11: start of message
2013.01.13 03:13:41 5: CM11 device myCM11: write 1: c3
2013.01.13 03:13:41 5: CM11 device myCM11: read 1: 02
2013.01.13 03:13:41 5: CM11 device myCM11: Data: 02
2013.01.13 03:13:41 5: CM11 device myCM11: read 1: 01
2013.01.13 03:13:41 5: CM11 device myCM11: Data: 0201
2013.01.13 03:13:41 5: CM11 device myCM11: read 1: 69
2013.01.13 03:13:41 5: CM11 device myCM11: Data: 020169
2013.01.13 03:13:41 5: CM11 device myCM11: message complete (length 1, mask 00000001, data 69)
2013.01.13 03:13:41 5: CM11 device myCM11: A_FUNC: HAIL_ACK
2013.01.13 03:13:41 5: myCM11 dispatch X10:A;;HAIL_ACK
2013.01.13 03:13:41 3: X10 No unit selected for housecode A, command HAIL_ACK
2013.01.13 03:13:41 5: Triggering global (1 changes)
2013.01.13 03:13:41 5: global trigger: Checking Logfile for notify
2013.01.13 03:13:41 5: global trigger: Checking WEB for notify
2013.01.13 03:13:41 5: global trigger: Checking WEBphone for notify
2013.01.13 03:13:41 5: global trigger: Checking WEBtablet for notify
2013.01.13 03:13:41 5: global trigger: Checking autocreate for notify
2013.01.13 03:13:41 2: autocreate: define X10_A X10 lm15 A ?
2013.01.13 03:13:41 1: define: Define X10_A: wrong unitcode format: specify a value from 1 to 16
2013.01.13 03:13:41 1: ERROR: Define X10_A: wrong unitcode format: specify a value from 1 to 16
2013.01.13 03:13:41 5: global trigger: Checking initialUsbCheck for notify
2013.01.13 03:13:41 5: global trigger: Checking telnetPort for notify
2013.01.13 03:13:42 5: CM11 device myCM11: read 1: 5a
2013.01.13 03:13:42 5: CM11 device myCM11: Data: 5a
2013.01.13 03:13:42 5: CM11 device myCM11: start of message
2013.01.13 03:13:42 5: CM11 device myCM11: write 1: c3
2013.01.13 03:13:42 5: CM11 device myCM11: read 1: 02
2013.01.13 03:13:42 5: CM11 device myCM11: Data: 02
2013.01.13 03:13:42 5: CM11 device myCM11: read 1: 01
2013.01.13 03:13:42 5: CM11 device myCM11: Data: 0201
2013.01.13 03:13:42 5: CM11 device myCM11: read 1: 6e
2013.01.13 03:13:42 5: CM11 device myCM11: Data: 02016e
2013.01.13 03:13:42 5: CM11 device myCM11: message complete (length 1, mask 00000001, data 6e)
2013.01.13 03:13:42 5: CM11 device myCM11: A_FUNC: STATUS_OFF
2013.01.13 03:13:42 5: myCM11 dispatch X10:A;;STATUS_OFF
2013.01.13 03:13:42 3: X10 No unit selected for housecode A, command STATUS_OFF
2013.01.13 03:13:42 5: Triggering global (1 changes)
2013.01.13 03:13:42 5: global trigger: Checking Logfile for notify
2013.01.13 03:13:42 5: global trigger: Checking WEB for notify
2013.01.13 03:13:42 5: global trigger: Checking WEBphone for notify
2013.01.13 03:13:42 5: global trigger: Checking WEBtablet for notify
2013.01.13 03:13:42 5: global trigger: Checking autocreate for notify
2013.01.13 03:13:42 2: autocreate: define X10_A X10 lm15 A ?
2013.01.13 03:13:42 1: define: Define X10_A: wrong unitcode format: specify a value from 1 to 16
2013.01.13 03:13:42 1: ERROR: Define X10_A: wrong unitcode format: specify a value from 1 to 16
2013.01.13 03:13:42 5: global trigger: Checking initialUsbCheck for notify
2013.01.13 03:13:42 5: global trigger: Checking telnetPort for notify
Hello Pret,
maybe someone else in your neigbourhood uses the same code.
Shutdown your FHEM several days at 1:00 and have a look on your lamp.
If it swiches on - change your X10-code.
WiKa