Hallo zusammen
ich habe ein seltsammes verhalten bei den 1-wires
Ausgangspunkt:
- Smartvisu.conf vom Image und 1 Temperatursensor angeschlossen
- Plugin.conf unter OW Cycle auf 30 gesetzt
- Sensor wird laut log erkannt
- Beispiel aus Smartvisu.conf benuzt und Adresse des Temperatursensors eingestellt
- der first.living.humidity ist nicht vorhanden
so nun zum Verhalten:
eigentlich sollen ja jetzt alle 1-wire sensoren aller 30s ausgelesen werden, laut log wird 1w-sen auch aller ca. 30s aufgerufen.
Jedoch steht dort nicht immer der Temperatursensor mit da sondern nur der first.living.humidity. Dann kommt mal wieder der Temperatursensor vor und auch gleich 2 mal hintereinander so wie es sein soll. Dann wieder lange nichts.
Ist das so normal?
Wenn ich die first.living.humidity im conf lösche wird der Temperatursens aller ca. 30s auch ausgelesen. Das hatte ich Gestern noch schnell probiert.
2013-05-29 19:19:23,787 SmartHome.py INFO Start SmartHome.py 0.8-169-gf39d59c -- smarthome.py:__init__:192
2013-05-29 19:19:23,792 SmartHome.py DEBUG Python 2.7.3 -- smarthome.py:__init__:193
2013-05-29 19:19:23,799 SmartHome.py INFO Init Scheduler -- scheduler.py:__init__:53
2013-05-29 19:19:23,805 SmartHome.py INFO Init Plugins -- smarthome.py:__init__:208
2013-05-29 19:19:23,816 Scheduler DEBUG creating 5 workers -- scheduler.py:run:59
2013-05-29 19:19:23,832 SmartHome.py DEBUG Plugin: knx -- plugin.py:__init__:42
2013-05-29 19:19:23,883 SmartHome.py DEBUG Plugin: ow -- plugin.py:__init__:42
2013-05-29 19:19:23,910 SmartHome.py INFO Onewire: connected to 127.0.0.1:4304 -- __init__.py:connect:67
2013-05-29 19:19:23,917 SmartHome.py DEBUG Plugin: cli -- plugin.py:__init__:42
2013-05-29 19:19:23,932 SmartHome.py DEBUG Plugin: visu -- plugin.py:__init__:42
2013-05-29 19:19:24,039 SmartHome.py DEBUG Plugin: sql -- plugin.py:__init__:42
2013-05-29 19:19:24,072 SmartHome.py DEBUG SQLite 3.7.13 -- __init__.py:__init__:59
2013-05-29 19:19:24,108 SmartHome.py DEBUG sqlite next time: 2013-05-30 03:02:00+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:24,112 SmartHome.py DEBUG Plugin: rrd -- plugin.py:__init__:42
2013-05-29 19:19:24,237 SmartHome.py INFO Init Items -- smarthome.py:__init__:210
2013-05-29 19:19:24,511 SmartHome.py DEBUG knx: second.sleeping.light.level listen on 3/2/14 -- __init__.pyarse_item:222
2013-05-29 19:19:24,518 SmartHome.py DEBUG knx: Light listen on 3/2/12 -- __init__.pyarse_item:222
2013-05-29 19:19:24,793 SmartHome.py INFO Start Plugins -- plugin.py:start:63
2013-05-29 19:19:24,804 ow DEBUG 1w-disc next time: 2013-05-29 19:19:24+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:24,828 SmartHome.py INFO Start Logics -- logic.py:__init__:32
2013-05-29 19:19:24,832 SmartHome.py DEBUG reading logics from /usr/smarthome/etc/logic.conf -- logic.py:__init__:38
2013-05-29 19:19:24,860 SmartHome.py DEBUG Logic: hello -- logic.py:__init__:45
2013-05-29 19:19:24,855 rrd DEBUG rrd next time: 2013-05-29 19:21:04+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:24,956 sh.con DEBUG knx: enable group monitor -- __init__.py:handle_connect:106
2013-05-29 19:19:24,949 SmartHome.py DEBUG Logic: dummy -- logic.py:__init__:45
2013-05-29 19:19:24,974 sh.con INFO KNX: connected to 127.0.0.1:6720 -- my_asynchat.py:connect:69
2013-05-29 19:19:24,998 SmartHome.py DEBUG dummy next time: 2013-05-29 19:19:34+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,059 1w-disc INFO 1-Wire: 28.E5C2EB030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
2013-05-29 19:19:25,106 visu DEBUG series next time: 2013-05-29 19:19:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,134 Scheduler DEBUG 1w-disc next time: 2013-05-29 19:29:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,233 sh.gc DEBUG Garbage collector: collected 824 objects. -- smarthome.py:_garbage_collection:345
2013-05-29 19:19:25,326 ow DEBUG 1w-sen next time: 2013-05-29 19:19:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,365 Scheduler DEBUG sh.gc next time: 2013-05-30 02:04:00+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,574 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:19:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:26,215 1w-sen DEBUG first.living.temperature = 20.9375 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:19:27,088 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:19:27,093 1w-sen DEBUG cycle takes 1.71585297585 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:19:28,009 hello INFO Hello World! -- hello.py:<module>:3
2013-05-29 19:19:33,285 Scheduler DEBUG series next time: 2013-05-29 19:19:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:34,121 dummy DEBUG first.living.temperature = 20 via Logic None -- item.py:_update:214
2013-05-29 19:19:34,264 dummy DEBUG first.living.humidity = 55 via Logic None -- item.py:_update:214
2013-05-29 19:19:34,311 Scheduler DEBUG dummy next time: 2013-05-29 19:24:34+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:34,417 dummy DEBUG second.sleeping.temperature = 18 via Logic None -- item.py:_update:214
2013-05-29 19:19:34,517 dummy DEBUG second.bath.temperature = 22 via Logic None -- item.py:_update:214
2013-05-29 19:19:41,130 SmartHome.py INFO WebSocket: incoming connection from 192.168.120.11:53710 -- __init__.py:handle_accept:115
2013-05-29 19:19:43,244 Scheduler DEBUG series next time: 2013-05-29 19:19:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:53,365 Scheduler DEBUG series next time: 2013-05-29 19:20:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:55,399 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:20:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:56,042 1w-sen DEBUG first.living.temperature = 20.875 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:19:56,137 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:19:56,140 1w-sen DEBUG cycle takes 0.937201023102 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:19:59,360 SmartHome.py INFO WebSocket: incoming connection from 192.168.120.11:53722 -- __init__.py:handle_accept:115
2013-05-29 19:20:03,294 Scheduler DEBUG series next time: 2013-05-29 19:20:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:08,200 SmartHome.py DEBUG 192.168.120.11:53722 sent '{"cmd":"proto","ver":2}' -- __init__.py:json_parse:257
2013-05-29 19:20:08,211 SmartHome.py DEBUG 192.168.120.11:53722 sent '{"cmd":"monitor","items":["first.living.ceiling","first.living.ceiling.l evel ","first.living.ambiant.r","first.living.ambia nt.g ","first.living.ambiant.b","first.living.tempe ratu re","first.living.temperature.set","first.living .t emperature.mode","first.living.temperature.night", "first.living.temperature.frost","first.living .tem perature.state","first.living.humidity","first.liv ing.blind.move","first.living.blind.pos","first.li ving.blind.tilt","first.living.blind.stop"]}' -- __init__.py:json_parse:257
2013-05-29 19:20:13,226 Scheduler DEBUG series next time: 2013-05-29 19:20:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:23,360 Scheduler DEBUG series next time: 2013-05-29 19:20:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:25,391 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:20:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:26,028 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:20:26,032 1w-sen DEBUG cycle takes 0.842579126358 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:20:33,287 Scheduler DEBUG series next time: 2013-05-29 19:20:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:43,207 Scheduler DEBUG series next time: 2013-05-29 19:20:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:53,326 Scheduler DEBUG series next time: 2013-05-29 19:21:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:55,359 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:21:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:56,014 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:20:56,018 1w-sen DEBUG cycle takes 0.843883991241 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:21:03,252 Scheduler DEBUG series next time: 2013-05-29 19:21:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:04,271 Scheduler DEBUG rrd next time: 2013-05-29 19:26:04+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:13,385 Scheduler DEBUG series next time: 2013-05-29 19:21:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:23,313 Scheduler DEBUG series next time: 2013-05-29 19:21:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:25,345 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:21:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:25,982 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:21:25,985 1w-sen DEBUG cycle takes 0.841340065002 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:21:33,242 Scheduler DEBUG series next time: 2013-05-29 19:21:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:43,370 Scheduler DEBUG series next time: 2013-05-29 19:21:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:53,292 Scheduler DEBUG series next time: 2013-05-29 19:22:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:55,324 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:22:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:55,968 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:21:56,032 1w-sen DEBUG cycle takes 0.901706933975 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:22:03,220 Scheduler DEBUG series next time: 2013-05-29 19:22:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:13,347 Scheduler DEBUG series next time: 2013-05-29 19:22:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:23,269 Scheduler DEBUG series next time: 2013-05-29 19:22:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:25,302 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:22:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:25,948 1w-sen DEBUG first.living.temperature = 20.9375 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:22:26,866 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:22:26,869 1w-sen DEBUG cycle takes 1.7592010498 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:22:33,397 Scheduler DEBUG series next time: 2013-05-29 19:22:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:43,317 Scheduler DEBUG series next time: 2013-05-29 19:22:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:53,237 Scheduler DEBUG series next time: 2013-05-29 19:23:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:55,268 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:23:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:55,909 1w-sen DEBUG first.living.temperature = 20.875 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:22:56,781 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:22:56,785 1w-sen DEBUG cycle takes 1.71596288681 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:23:03,370 Scheduler DEBUG series next time: 2013-05-29 19:23:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:13,294 Scheduler DEBUG series next time: 2013-05-29 19:23:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:23,224 Scheduler DEBUG series next time: 2013-05-29 19:23:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:25,257 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:23:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:25,903 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:23:25,906 1w-sen DEBUG cycle takes 0.841681003571 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:23:33,358 Scheduler DEBUG series next time: 2013-05-29 19:23:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:43,279 Scheduler DEBUG series next time: 2013-05-29 19:23:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:53,410 Scheduler DEBUG series next time: 2013-05-29 19:24:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:55,243 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:24:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:55,905 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:23:55,909 1w-sen DEBUG cycle takes 0.843262910843 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:24:03,345 Scheduler DEBUG series next time: 2013-05-29 19:24:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:13,271 Scheduler DEBUG series next time: 2013-05-29 19:24:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:23,396 Scheduler DEBUG series next time: 2013-05-29 19:24:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:25,228 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:24:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:25,874 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:24:25,878 1w-sen DEBUG cycle takes 0.842347860336 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:24:33,329 Scheduler DEBUG series next time: 2013-05-29 19:24:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:34,173 dummy DEBUG first.living.temperature = 20 via Logic None -- item.py:_update:214
2013-05-29 19:24:34,347 Scheduler DEBUG dummy next time: 2013-05-29 19:29:34+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:35,040 dummy DEBUG first.living.humidity = 49 via Logic None -- item.py:_update:214
2013-05-29 19:24:35,116 dummy DEBUG second.sleeping.temperature = 19 via Logic None -- item.py:_update:214
2013-05-29 19:24:35,191 dummy DEBUG second.bath.temperature = 24 via Logic None -- item.py:_update:214
2013-05-29 19:24:43,256 Scheduler DEBUG series next time: 2013-05-29 19:24:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:53,380 Scheduler DEBUG series next time: 2013-05-29 19:25:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:55,210 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:25:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:55,851 1w-sen DEBUG first.living.temperature = 20.875 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:24:55,945 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:24:55,949 1w-sen DEBUG cycle takes 0.936384916306 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:25:03,307 Scheduler DEBUG series next time: 2013-05-29 19:25:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:13,229 Scheduler DEBUG series next time: 2013-05-29 19:25:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:23,347 Scheduler DEBUG series next time: 2013-05-29 19:25:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:25,380 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:25:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:26,025 1w-sen DEBUG first.living.temperature = 20.9375 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:25:26,895 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:25:26,898 1w-sen DEBUG cycle takes 1.71194386482 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:25:33,272 Scheduler DEBUG series next time: 2013-05-29 19:25:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:43,392 Scheduler DEBUG series next time: 2013-05-29 19:25:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:53,311 Scheduler DEBUG series next time: 2013-05-29 19:26:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:55,344 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:26:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:56,002 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:25:56,006 1w-sen DEBUG cycle takes 0.842989206314 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:26:03,238 Scheduler DEBUG series next time: 2013-05-29 19:26:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:04,256 Scheduler DEBUG rrd next time: 2013-05-29 19:31:04+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:13,366 Scheduler DEBUG series next time: 2013-05-29 19:26:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:23,285 Scheduler DEBUG series next time: 2013-05-29 19:26:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:25,321 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:26:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:25,978 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:26:25,982 1w-sen DEBUG cycle takes 0.842086076736 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:26:33,215 Scheduler DEBUG series next time: 2013-05-29 19:26:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:43,338 Scheduler DEBUG series next time: 2013-05-29 19:26:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:53,255 Scheduler DEBUG series next time: 2013-05-29 19:27:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:55,288 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:27:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:55,954 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:26:55,958 1w-sen DEBUG cycle takes 0.84703207016 seconds -- __init__.py:_sensor_cycle:365
ich habe ein seltsammes verhalten bei den 1-wires
Ausgangspunkt:
- Smartvisu.conf vom Image und 1 Temperatursensor angeschlossen
- Plugin.conf unter OW Cycle auf 30 gesetzt
- Sensor wird laut log erkannt
- Beispiel aus Smartvisu.conf benuzt und Adresse des Temperatursensors eingestellt
- der first.living.humidity ist nicht vorhanden
so nun zum Verhalten:
eigentlich sollen ja jetzt alle 1-wire sensoren aller 30s ausgelesen werden, laut log wird 1w-sen auch aller ca. 30s aufgerufen.
Jedoch steht dort nicht immer der Temperatursensor mit da sondern nur der first.living.humidity. Dann kommt mal wieder der Temperatursensor vor und auch gleich 2 mal hintereinander so wie es sein soll. Dann wieder lange nichts.
Ist das so normal?
Wenn ich die first.living.humidity im conf lösche wird der Temperatursens aller ca. 30s auch ausgelesen. Das hatte ich Gestern noch schnell probiert.
2013-05-29 19:19:23,787 SmartHome.py INFO Start SmartHome.py 0.8-169-gf39d59c -- smarthome.py:__init__:192
2013-05-29 19:19:23,792 SmartHome.py DEBUG Python 2.7.3 -- smarthome.py:__init__:193
2013-05-29 19:19:23,799 SmartHome.py INFO Init Scheduler -- scheduler.py:__init__:53
2013-05-29 19:19:23,805 SmartHome.py INFO Init Plugins -- smarthome.py:__init__:208
2013-05-29 19:19:23,816 Scheduler DEBUG creating 5 workers -- scheduler.py:run:59
2013-05-29 19:19:23,832 SmartHome.py DEBUG Plugin: knx -- plugin.py:__init__:42
2013-05-29 19:19:23,883 SmartHome.py DEBUG Plugin: ow -- plugin.py:__init__:42
2013-05-29 19:19:23,910 SmartHome.py INFO Onewire: connected to 127.0.0.1:4304 -- __init__.py:connect:67
2013-05-29 19:19:23,917 SmartHome.py DEBUG Plugin: cli -- plugin.py:__init__:42
2013-05-29 19:19:23,932 SmartHome.py DEBUG Plugin: visu -- plugin.py:__init__:42
2013-05-29 19:19:24,039 SmartHome.py DEBUG Plugin: sql -- plugin.py:__init__:42
2013-05-29 19:19:24,072 SmartHome.py DEBUG SQLite 3.7.13 -- __init__.py:__init__:59
2013-05-29 19:19:24,108 SmartHome.py DEBUG sqlite next time: 2013-05-30 03:02:00+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:24,112 SmartHome.py DEBUG Plugin: rrd -- plugin.py:__init__:42
2013-05-29 19:19:24,237 SmartHome.py INFO Init Items -- smarthome.py:__init__:210
2013-05-29 19:19:24,511 SmartHome.py DEBUG knx: second.sleeping.light.level listen on 3/2/14 -- __init__.pyarse_item:222
2013-05-29 19:19:24,518 SmartHome.py DEBUG knx: Light listen on 3/2/12 -- __init__.pyarse_item:222
2013-05-29 19:19:24,793 SmartHome.py INFO Start Plugins -- plugin.py:start:63
2013-05-29 19:19:24,804 ow DEBUG 1w-disc next time: 2013-05-29 19:19:24+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:24,828 SmartHome.py INFO Start Logics -- logic.py:__init__:32
2013-05-29 19:19:24,832 SmartHome.py DEBUG reading logics from /usr/smarthome/etc/logic.conf -- logic.py:__init__:38
2013-05-29 19:19:24,860 SmartHome.py DEBUG Logic: hello -- logic.py:__init__:45
2013-05-29 19:19:24,855 rrd DEBUG rrd next time: 2013-05-29 19:21:04+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:24,956 sh.con DEBUG knx: enable group monitor -- __init__.py:handle_connect:106
2013-05-29 19:19:24,949 SmartHome.py DEBUG Logic: dummy -- logic.py:__init__:45
2013-05-29 19:19:24,974 sh.con INFO KNX: connected to 127.0.0.1:6720 -- my_asynchat.py:connect:69
2013-05-29 19:19:24,998 SmartHome.py DEBUG dummy next time: 2013-05-29 19:19:34+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,059 1w-disc INFO 1-Wire: 28.E5C2EB030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
2013-05-29 19:19:25,106 visu DEBUG series next time: 2013-05-29 19:19:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,134 Scheduler DEBUG 1w-disc next time: 2013-05-29 19:29:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,233 sh.gc DEBUG Garbage collector: collected 824 objects. -- smarthome.py:_garbage_collection:345
2013-05-29 19:19:25,326 ow DEBUG 1w-sen next time: 2013-05-29 19:19:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,365 Scheduler DEBUG sh.gc next time: 2013-05-30 02:04:00+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:25,574 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:19:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:26,215 1w-sen DEBUG first.living.temperature = 20.9375 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:19:27,088 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:19:27,093 1w-sen DEBUG cycle takes 1.71585297585 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:19:28,009 hello INFO Hello World! -- hello.py:<module>:3
2013-05-29 19:19:33,285 Scheduler DEBUG series next time: 2013-05-29 19:19:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:34,121 dummy DEBUG first.living.temperature = 20 via Logic None -- item.py:_update:214
2013-05-29 19:19:34,264 dummy DEBUG first.living.humidity = 55 via Logic None -- item.py:_update:214
2013-05-29 19:19:34,311 Scheduler DEBUG dummy next time: 2013-05-29 19:24:34+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:34,417 dummy DEBUG second.sleeping.temperature = 18 via Logic None -- item.py:_update:214
2013-05-29 19:19:34,517 dummy DEBUG second.bath.temperature = 22 via Logic None -- item.py:_update:214
2013-05-29 19:19:41,130 SmartHome.py INFO WebSocket: incoming connection from 192.168.120.11:53710 -- __init__.py:handle_accept:115
2013-05-29 19:19:43,244 Scheduler DEBUG series next time: 2013-05-29 19:19:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:53,365 Scheduler DEBUG series next time: 2013-05-29 19:20:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:55,399 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:20:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:19:56,042 1w-sen DEBUG first.living.temperature = 20.875 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:19:56,137 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:19:56,140 1w-sen DEBUG cycle takes 0.937201023102 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:19:59,360 SmartHome.py INFO WebSocket: incoming connection from 192.168.120.11:53722 -- __init__.py:handle_accept:115
2013-05-29 19:20:03,294 Scheduler DEBUG series next time: 2013-05-29 19:20:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:08,200 SmartHome.py DEBUG 192.168.120.11:53722 sent '{"cmd":"proto","ver":2}' -- __init__.py:json_parse:257
2013-05-29 19:20:08,211 SmartHome.py DEBUG 192.168.120.11:53722 sent '{"cmd":"monitor","items":["first.living.ceiling","first.living.ceiling.l evel ","first.living.ambiant.r","first.living.ambia nt.g ","first.living.ambiant.b","first.living.tempe ratu re","first.living.temperature.set","first.living .t emperature.mode","first.living.temperature.night", "first.living.temperature.frost","first.living .tem perature.state","first.living.humidity","first.liv ing.blind.move","first.living.blind.pos","first.li ving.blind.tilt","first.living.blind.stop"]}' -- __init__.py:json_parse:257
2013-05-29 19:20:13,226 Scheduler DEBUG series next time: 2013-05-29 19:20:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:23,360 Scheduler DEBUG series next time: 2013-05-29 19:20:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:25,391 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:20:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:26,028 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:20:26,032 1w-sen DEBUG cycle takes 0.842579126358 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:20:33,287 Scheduler DEBUG series next time: 2013-05-29 19:20:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:43,207 Scheduler DEBUG series next time: 2013-05-29 19:20:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:53,326 Scheduler DEBUG series next time: 2013-05-29 19:21:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:55,359 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:21:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:20:56,014 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:20:56,018 1w-sen DEBUG cycle takes 0.843883991241 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:21:03,252 Scheduler DEBUG series next time: 2013-05-29 19:21:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:04,271 Scheduler DEBUG rrd next time: 2013-05-29 19:26:04+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:13,385 Scheduler DEBUG series next time: 2013-05-29 19:21:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:23,313 Scheduler DEBUG series next time: 2013-05-29 19:21:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:25,345 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:21:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:25,982 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:21:25,985 1w-sen DEBUG cycle takes 0.841340065002 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:21:33,242 Scheduler DEBUG series next time: 2013-05-29 19:21:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:43,370 Scheduler DEBUG series next time: 2013-05-29 19:21:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:53,292 Scheduler DEBUG series next time: 2013-05-29 19:22:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:55,324 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:22:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:21:55,968 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:21:56,032 1w-sen DEBUG cycle takes 0.901706933975 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:22:03,220 Scheduler DEBUG series next time: 2013-05-29 19:22:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:13,347 Scheduler DEBUG series next time: 2013-05-29 19:22:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:23,269 Scheduler DEBUG series next time: 2013-05-29 19:22:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:25,302 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:22:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:25,948 1w-sen DEBUG first.living.temperature = 20.9375 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:22:26,866 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:22:26,869 1w-sen DEBUG cycle takes 1.7592010498 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:22:33,397 Scheduler DEBUG series next time: 2013-05-29 19:22:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:43,317 Scheduler DEBUG series next time: 2013-05-29 19:22:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:53,237 Scheduler DEBUG series next time: 2013-05-29 19:23:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:55,268 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:23:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:22:55,909 1w-sen DEBUG first.living.temperature = 20.875 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:22:56,781 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:22:56,785 1w-sen DEBUG cycle takes 1.71596288681 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:23:03,370 Scheduler DEBUG series next time: 2013-05-29 19:23:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:13,294 Scheduler DEBUG series next time: 2013-05-29 19:23:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:23,224 Scheduler DEBUG series next time: 2013-05-29 19:23:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:25,257 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:23:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:25,903 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:23:25,906 1w-sen DEBUG cycle takes 0.841681003571 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:23:33,358 Scheduler DEBUG series next time: 2013-05-29 19:23:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:43,279 Scheduler DEBUG series next time: 2013-05-29 19:23:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:53,410 Scheduler DEBUG series next time: 2013-05-29 19:24:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:55,243 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:24:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:23:55,905 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:23:55,909 1w-sen DEBUG cycle takes 0.843262910843 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:24:03,345 Scheduler DEBUG series next time: 2013-05-29 19:24:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:13,271 Scheduler DEBUG series next time: 2013-05-29 19:24:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:23,396 Scheduler DEBUG series next time: 2013-05-29 19:24:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:25,228 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:24:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:25,874 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:24:25,878 1w-sen DEBUG cycle takes 0.842347860336 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:24:33,329 Scheduler DEBUG series next time: 2013-05-29 19:24:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:34,173 dummy DEBUG first.living.temperature = 20 via Logic None -- item.py:_update:214
2013-05-29 19:24:34,347 Scheduler DEBUG dummy next time: 2013-05-29 19:29:34+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:35,040 dummy DEBUG first.living.humidity = 49 via Logic None -- item.py:_update:214
2013-05-29 19:24:35,116 dummy DEBUG second.sleeping.temperature = 19 via Logic None -- item.py:_update:214
2013-05-29 19:24:35,191 dummy DEBUG second.bath.temperature = 24 via Logic None -- item.py:_update:214
2013-05-29 19:24:43,256 Scheduler DEBUG series next time: 2013-05-29 19:24:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:53,380 Scheduler DEBUG series next time: 2013-05-29 19:25:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:55,210 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:25:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:24:55,851 1w-sen DEBUG first.living.temperature = 20.875 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:24:55,945 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:24:55,949 1w-sen DEBUG cycle takes 0.936384916306 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:25:03,307 Scheduler DEBUG series next time: 2013-05-29 19:25:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:13,229 Scheduler DEBUG series next time: 2013-05-29 19:25:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:23,347 Scheduler DEBUG series next time: 2013-05-29 19:25:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:25,380 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:25:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:26,025 1w-sen DEBUG first.living.temperature = 20.9375 via 1-Wire /bus.0/28.E5C2EB030000/temperature -- item.py:_update:214
2013-05-29 19:25:26,895 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:25:26,898 1w-sen DEBUG cycle takes 1.71194386482 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:25:33,272 Scheduler DEBUG series next time: 2013-05-29 19:25:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:43,392 Scheduler DEBUG series next time: 2013-05-29 19:25:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:53,311 Scheduler DEBUG series next time: 2013-05-29 19:26:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:55,344 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:26:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:25:56,002 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:25:56,006 1w-sen DEBUG cycle takes 0.842989206314 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:26:03,238 Scheduler DEBUG series next time: 2013-05-29 19:26:13+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:04,256 Scheduler DEBUG rrd next time: 2013-05-29 19:31:04+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:13,366 Scheduler DEBUG series next time: 2013-05-29 19:26:23+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:23,285 Scheduler DEBUG series next time: 2013-05-29 19:26:33+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:25,321 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:26:55+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:25,978 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:26:25,982 1w-sen DEBUG cycle takes 0.842086076736 seconds -- __init__.py:_sensor_cycle:365
2013-05-29 19:26:33,215 Scheduler DEBUG series next time: 2013-05-29 19:26:43+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:43,338 Scheduler DEBUG series next time: 2013-05-29 19:26:53+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:53,255 Scheduler DEBUG series next time: 2013-05-29 19:27:03+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:55,288 Scheduler DEBUG 1w-sen next time: 2013-05-29 19:27:25+02:00 -- scheduler.py:_next_time:238
2013-05-29 19:26:55,954 1w-sen DEBUG 1-Wire: no path found for first.living.humidity -- __init__.py:_sensor_cycle:348
2013-05-29 19:26:55,958 1w-sen DEBUG cycle takes 0.84703207016 seconds -- __init__.py:_sensor_cycle:365
Kommentar