Advertisement
Guest User

smarthome.log

a guest
Nov 22nd, 2017
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.83 KB | None | 0 0
  1. 2017-11-22 12:26:46 INFO shyaml Main Loading '/usr/local/smarthome/etc/smarthome.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  2. 2017-11-22 13:26:46 WARNING smarthome Main -------------------- Init SmartHomeNG 1.3.v1.3_Hotfix_2 -------------------- -- smarthome.py:__init__:222
  3. 2017-11-22 13:26:46 DEBUG smarthome Main Python 3.5.3 -- smarthome.py:__init__:223
  4. 2017-11-22 13:26:46 INFO scheduler Main Init Scheduler -- scheduler.py:__init__:89
  5. 2017-11-22 13:26:46 DEBUG scheduler Scheduler creating 5 workers -- scheduler.py:run:96
  6. 2017-11-22 13:26:46 INFO smarthome Main Init Plugins -- smarthome.py:start:306
  7. 2017-11-22 13:26:46 INFO shyaml Main Loading '/usr/local/smarthome/etc/plugin.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  8. 2017-11-22 13:26:46 DEBUG plugin Main Plugin: knx -- plugin.py:__init__:58
  9. 2017-11-22 13:26:46 DEBUG plugin Main Using arguments ['send_time', 'busmonitor', 'host'] -- plugin.py:__init__:142
  10. 2017-11-22 13:26:46 DEBUG __init__ Main init knx -- __init__.py:__init__:95
  11. 2017-11-22 13:26:46 DEBUG scheduler Main Scheduler: Name changed by adding plugin instance name to: KNX[default] time_default -- scheduler.py:add:263
  12. 2017-11-22 13:26:46 DEBUG scheduler Main KNX[default] time_default next time: 2017-11-22 13:27:00+01:00 -- scheduler.py:_next_time:343
  13. 2017-11-22 13:26:46 DEBUG plugin Main Plugin: datalog -- plugin.py:__init__:58
  14. 2017-11-22 13:26:46 DEBUG plugin Main Using arguments ['path', 'filepatterns', 'logpatterns', 'cycle'] -- plugin.py:__init__:142
  15. 2017-11-22 13:26:46 INFO __init__ Main DataLog: Initialized, logging to "var/log/data" -- __init__.py:__init__:76
  16. 2017-11-22 13:26:46 INFO __init__ Main DataLog: Registered log "default", file="{log}-{year}-{month}-{day}.csv", format="{time};{item};{value}
  17. " -- __init__.py:__init__:78
  18. 2017-11-22 13:26:46 INFO __init__ Main DataLog: Registered log "yearly", file="{log}-{year}.csv", format="{time};{item};{value}
  19. " -- __init__.py:__init__:78
  20. 2017-11-22 13:26:46 INFO smarthome Main Init Items -- smarthome.py:start:312
  21. 2017-11-22 13:26:46 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/core.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  22. 2017-11-22 13:26:46 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/location.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  23. 2017-11-22 13:26:46 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/logic.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  24. 2017-11-22 13:26:46 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/system.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  25. 2017-11-22 13:26:46 INFO shyaml Main Loading '/usr/local/smarthome/items/EG.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  26. 2017-11-22 13:26:46 DEBUG scheduler Main env_daily next time: 2017-11-23 06:00:00+01:00 -- scheduler.py:_next_time:343
  27. 2017-11-22 13:26:46 DEBUG scheduler Main env_stat next time: 2017-11-22 13:26:58+01:00 -- scheduler.py:_next_time:343
  28. 2017-11-22 13:26:46 DEBUG __init__ Main KNX[default]: Item EG.Temperature is mapped to KNX Instance default -- __init__.py:parse_item:419
  29. 2017-11-22 13:26:46 DEBUG __init__ Main KNX[default]: EG.Temperature reply to 1/2/2 -- __init__.py:parse_item:458
  30. 2017-11-22 13:26:46 DEBUG __init__ Main KNX[default]: Item EG.Window is mapped to KNX Instance default -- __init__.py:parse_item:419
  31. 2017-11-22 13:26:46 DEBUG __init__ Main KNX[default]: EG.Window listen on 1/2/31 | 60 -- __init__.py:parse_item:426
  32. 2017-11-22 13:26:46 DEBUG __init__ Main KNX[default]: Item EG.CO2 is mapped to KNX Instance default -- __init__.py:parse_item:419
  33. 2017-11-22 13:26:46 DEBUG __init__ Main KNX[default]: EG.CO2 reply to 1/2/0 -- __init__.py:parse_item:458
  34. 2017-11-22 13:26:46 DEBUG __init__ Main KNX[default]: Item EG.Humidity is mapped to KNX Instance default -- __init__.py:parse_item:419
  35. 2017-11-22 13:26:46 DEBUG __init__ Main KNX[default]: EG.Humidity reply to 1/2/1 -- __init__.py:parse_item:458
  36. 2017-11-22 13:26:46 INFO smarthome Main Items: 54 -- smarthome.py:start:333
  37. 2017-11-22 13:26:46 INFO logic Main Start Logics -- logic.py:__init__:35
  38. 2017-11-22 13:26:46 DEBUG logic Main Reading Logics from /usr/local/smarthome/lib/env/logic.* -- logic.py:_read_logics:68
  39. 2017-11-22 13:26:46 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/logic.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  40. 2017-11-22 13:26:46 DEBUG logic Main Reading Logics from /usr/local/smarthome/etc/logic.* -- logic.py:_read_logics:68
  41. 2017-11-22 13:26:46 INFO shyaml Main Loading '/usr/local/smarthome/etc/logic.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  42. 2017-11-22 13:26:46 DEBUG logic Main Logic: env_daily -- logic.py:__init__:46
  43. 2017-11-22 13:26:46 DEBUG scheduler Main env_daily next time: 2017-11-23 06:00:00+01:00 -- scheduler.py:_next_time:343
  44. 2017-11-22 13:26:46 DEBUG logic Main Logic: env_stat -- logic.py:__init__:46
  45. 2017-11-22 13:26:46 DEBUG scheduler Main env_stat next time: 2017-11-22 13:27:01+01:00 -- scheduler.py:_next_time:343
  46. 2017-11-22 13:26:46 DEBUG logic Main Logic: env_init -- logic.py:__init__:46
  47. 2017-11-22 13:26:46 DEBUG logic Main Logic: logging -- logic.py:__init__:46
  48. 2017-11-22 13:26:46 DEBUG scheduler Main logging next time: 2017-11-22 13:26:56+01:00 -- scheduler.py:_next_time:343
  49. 2017-11-22 13:26:46 DEBUG logic Main Logic: env_loc -- logic.py:__init__:46
  50. 2017-11-22 13:26:46 INFO plugin Main Start Plugins -- plugin.py:start:102
  51. 2017-11-22 13:26:46 DEBUG plugin Main Starting knx Plugin -- plugin.py:start:104
  52. 2017-11-22 13:26:46 DEBUG plugin Main Starting datalog Plugin -- plugin.py:start:104
  53. 2017-11-22 13:26:46 DEBUG scheduler datalog DataLog next time: 2017-11-22 13:26:58+01:00 -- scheduler.py:_next_time:343
  54. 2017-11-22 13:26:46 DEBUG connection Connections KNX: connected to 127.0.0.1:6720 -- connection.py:connect:393
  55. 2017-11-22 13:26:46 DEBUG __init__ Connections KNX[default]: enable group monitor -- __init__.py:handle_connect:245
  56. 2017-11-22 13:26:49 INFO __init__ Main KNX[default]: 1.1.11 set 1/1/0 to 0ccc -- __init__.py:parse_telegram:339
  57. 2017-11-22 13:26:49 INFO __init__ Main KNX[default]: 1.1.11 set 1/1/0 to 0ccc -- __init__.py:parse_telegram:339
  58. 2017-11-22 13:26:49 INFO __init__ Main KNX[default]: 1.1.11 set 1/1/0 to 2fb7 -- __init__.py:parse_telegram:339
  59. 2017-11-22 13:26:50 INFO __init__ Main KNX[default]: 1.1.32 set 4/2/0 to 2dbf -- __init__.py:parse_telegram:339
  60. 2017-11-22 13:26:50 INFO __init__ Main KNX[default]: 1.1.53 set 4/2/30 to 00 -- __init__.py:parse_telegram:339
  61. 2017-11-22 13:26:51 DEBUG item env_init Item env.core.version = 1.3.v1.3_Hotfix_2 via Logic None None -- item.py:__update:707
  62. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunrise = 2017-11-23 07:42:20.012253+01:00 via Logic None None -- item.py:__update:707
  63. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunrise.azimut.degrees = 135.77 via Logic None None -- item.py:__update:707
  64. 2017-11-22 13:26:51 DEBUG item env_init Item env.core.start = 2017-11-22 13:26:51.714450+01:00 via Logic None None -- item.py:__update:707
  65. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunrise.elevation.degrees = 6.25 via Logic None None -- item.py:__update:707
  66. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunrise.azimut.radians = 2.37 via Logic None None -- item.py:__update:707
  67. 2017-11-22 13:26:51 DEBUG item env_init Item env.system.name = raspberrypi via Logic None None -- item.py:__update:707
  68. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunrise.elevation.radians = 0.11 via Logic None None -- item.py:__update:707
  69. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunset = 2017-11-22 16:04:53.671609+01:00 via Logic None None -- item.py:__update:707
  70. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunset.azimut.degrees = 248.25 via Logic None None -- item.py:__update:707
  71. 2017-11-22 13:26:51 DEBUG smarthome sh.gc Garbage collector: collected 34 objects. -- smarthome.py:_garbage_collection:530
  72. 2017-11-22 13:26:51 DEBUG item env_init Item env.system.start = 2017-11-21 14:08:44.739480+01:00 via Logic None None -- item.py:__update:707
  73. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunset.elevation.degrees = -8.97 via Logic None None -- item.py:__update:707
  74. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunset.azimut.radians = 4.33 via Logic None None -- item.py:__update:707
  75. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sunset.elevation.radians = -0.16 via Logic None None -- item.py:__update:707
  76. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sun_position.azimut.degrees = 202.68 via Logic None None -- item.py:__update:707
  77. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sun_position.elevation.degrees = 14.46 via Logic None None -- item.py:__update:707
  78. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sun_position.azimut.radians = 3.54 via Logic None None -- item.py:__update:707
  79. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.sun_position.elevation.radians = 0.25 via Logic None None -- item.py:__update:707
  80. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.moonrise = 2017-11-23 11:31:55.513807+01:00 via Logic None None -- item.py:__update:707
  81. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.moonset = 2017-11-22 19:20:23.195849+01:00 via Logic None None -- item.py:__update:707
  82. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.moonphase = 1 via Logic None None -- item.py:__update:707
  83. 2017-11-22 13:26:51 DEBUG item env_loc Item env.location.day = True via Logic None None -- item.py:__update:707
  84. 2017-11-22 13:26:52 DEBUG scheduler Scheduler sh.gc next time: 2017-11-23 02:04:00+01:00 -- scheduler.py:_next_time:343
  85. 2017-11-22 13:26:52 DEBUG scheduler Scheduler env_loc next time: 2017-11-22 13:56:52+01:00 -- scheduler.py:_next_time:343
  86. 2017-11-22 13:26:52 DEBUG smarthome sh.gc Object references: 16432 -- smarthome.py:_maintenance:522
  87. 2017-11-22 13:26:56 DEBUG scheduler Scheduler logging next time: 2017-11-22 13:27:26+01:00 -- scheduler.py:_next_time:343
  88. 2017-11-22 13:26:58 DEBUG scheduler Scheduler DataLog next time: 2017-11-22 13:31:58+01:00 -- scheduler.py:_next_time:343
  89. 2017-11-22 13:27:00 DEBUG scheduler Scheduler KNX[default] time_default next time: 2017-11-22 13:28:00+01:00 -- scheduler.py:_next_time:343
  90. 2017-11-22 13:27:01 DEBUG item env_stat Item env.system.libs.ephem_version = 3.7.6.0 via Logic None None -- item.py:__update:707
  91. 2017-11-22 13:27:01 DEBUG item env_stat Item env.core.threads = 7 via Logic None None -- item.py:__update:707
  92. 2017-11-22 13:27:01 DEBUG item env_stat Item env.core.memory = 22142976 via Logic None None -- item.py:__update:707
  93. 2017-11-22 13:27:01 DEBUG item env_stat Item env.system.load = 0.67 via Logic None None -- item.py:__update:707
  94. 2017-11-22 13:27:01 DEBUG item env_stat Item env.system.diskfree = 23881822208 via Logic None None -- item.py:__update:707
  95. 2017-11-22 13:27:01 DEBUG item env_stat Item env.system.disksize = 30353223680 via Logic None None -- item.py:__update:707
  96. 2017-11-22 13:27:01 DEBUG item env_stat Item env.system.diskusage = 5174013952 via Logic None None -- item.py:__update:707
  97. 2017-11-22 13:27:01 DEBUG item env_stat Item env.system.diskusagepercent = 17.05 via Logic None None -- item.py:__update:707
  98. 2017-11-22 13:27:01 DEBUG item env_stat Item env.location.moonlight = 14 via Logic None None -- item.py:__update:707
  99. 2017-11-22 13:27:01 DEBUG scheduler Scheduler env_stat next time: 2017-11-22 13:32:01+01:00 -- scheduler.py:_next_time:343
  100. 2017-11-22 13:27:10 INFO __init__ Main KNX[default]: 1.1.19 set 2/3/0 to 2e4f -- __init__.py:parse_telegram:339
  101. 2017-11-22 13:27:17 INFO __init__ Main KNX[default]: 1.1.40 set 5/3/1 to 7c -- __init__.py:parse_telegram:339
  102. 2017-11-22 13:27:17 INFO __init__ Main KNX[default]: 1.1.53 set 5/3/30 to 00 -- __init__.py:parse_telegram:339
  103. 2017-11-22 13:27:21 INFO __init__ Main KNX[default]: 1.1.24 set 3/0/1 to 93 -- __init__.py:parse_telegram:339
  104. 2017-11-22 13:27:22 INFO __init__ Main KNX[default]: 1.1.25 set 3/2/0 to 2ffe -- __init__.py:parse_telegram:339
  105. 2017-11-22 13:27:23 INFO __init__ Main KNX[default]: 1.1.50 set 0/1/1 to 02e2 -- __init__.py:parse_telegram:339
  106. 2017-11-22 13:27:23 INFO __init__ Main KNX[default]: 1.1.53 set 2/0/30 to 00 -- __init__.py:parse_telegram:339
  107. 2017-11-22 13:27:23 INFO __init__ Main KNX[default]: 1.1.53 set 4/0/30 to 00 -- __init__.py:parse_telegram:339
  108. 2017-11-22 13:27:23 INFO __init__ Main KNX[default]: 1.1.53 set 5/0/30 to 00 -- __init__.py:parse_telegram:339
  109. 2017-11-22 13:27:23 INFO __init__ Main KNX[default]: 1.1.53 set 1/0/30 to 00 -- __init__.py:parse_telegram:339
  110. 2017-11-22 13:27:23 INFO __init__ Main KNX[default]: 1.1.53 set 1/2/30 to 01 -- __init__.py:parse_telegram:339
  111. 2017-11-22 13:27:23 INFO __init__ Main KNX[default]: 1.1.53 set 1/1/30 to 00 -- __init__.py:parse_telegram:339
  112. 2017-11-22 13:27:23 INFO __init__ Main KNX[default]: 1.1.53 set 2/2/30 to 00 -- __init__.py:parse_telegram:339
  113. 2017-11-22 13:27:24 INFO __init__ Main KNX[default]: 1.1.53 set 4/2/30 to 00 -- __init__.py:parse_telegram:339
  114. 2017-11-22 13:27:24 INFO __init__ Main KNX[default]: 1.1.53 set 5/3/30 to 00 -- __init__.py:parse_telegram:339
  115. 2017-11-22 13:27:24 INFO __init__ Main KNX[default]: 1.1.53 set 4/3/30 to 00 -- __init__.py:parse_telegram:339
  116. 2017-11-22 13:27:26 DEBUG scheduler Scheduler logging next time: 2017-11-22 13:27:56+01:00 -- scheduler.py:_next_time:343
  117. 2017-11-22 13:27:29 INFO __init__ Main KNX[default]: 1.1.19 set 2/3/1 to 91 -- __init__.py:parse_telegram:339
  118. 2017-11-22 13:27:31 INFO __init__ Main KNX[default]: 1.1.25 set 3/2/2 to 047d -- __init__.py:parse_telegram:339
  119. 2017-11-22 13:27:33 INFO __init__ Main KNX[default]: 1.1.31 set 4/0/1 to 9e -- __init__.py:parse_telegram:339
  120. 2017-11-22 13:27:33 INFO __init__ Main KNX[default]: 1.1.53 set 4/0/30 to 00 -- __init__.py:parse_telegram:339
  121. 2017-11-22 13:27:34 INFO __init__ Main KNX[default]: 1.1.19 set 2/3/2 to 053c -- __init__.py:parse_telegram:339
  122. 2017-11-22 13:27:36 INFO __init__ Main KNX[default]: 1.1.26 set 3/3/0 to 2eb6 -- __init__.py:parse_telegram:339
  123. 2017-11-22 13:27:37 INFO __init__ Main KNX[default]: 1.1.33 set 4/3/1 to 99 -- __init__.py:parse_telegram:339
  124. 2017-11-22 13:27:41 INFO __init__ Main KNX[default]: 1.1.25 set 3/2/1 to 9b -- __init__.py:parse_telegram:339
  125. 2017-11-22 13:27:48 INFO __init__ Main KNX[default]: 1.1.12 set 1/0/2 to 07d2 -- __init__.py:parse_telegram:339
  126. 2017-11-22 13:27:48 INFO __init__ Main KNX[default]: 1.1.53 set 1/0/30 to 00 -- __init__.py:parse_telegram:339
  127. 2017-11-22 13:27:48 INFO __init__ Main KNX[default]: 1.1.53 set 1/0/20 to 00 -- __init__.py:parse_telegram:339
  128. 2017-11-22 13:27:48 INFO __init__ Main KNX[default]: 1.1.41 set 1/0/21 to 00 -- __init__.py:parse_telegram:339
  129. 2017-11-22 13:27:49 INFO smarthome Main Number of Threads: 7 -- smarthome.py:stop:371
  130. 2017-11-22 13:27:49 INFO plugin Main Stop Plugins -- plugin.py:stop:108
  131. 2017-11-22 13:27:49 DEBUG plugin Main Stopping knx Plugin -- plugin.py:stop:110
  132. 2017-11-22 13:27:49 DEBUG plugin Main Stopping datalog Plugin -- plugin.py:stop:110
  133. 2017-11-22 13:27:49 DEBUG connection Main KNX: closing socket 127.0.0.1:6720 -- connection.py:close:310
  134. 2017-11-22 13:27:49 INFO smarthome Main SmartHomeNG stopped -- smarthome.py:stop:395
  135. 2017-11-22 12:27:51 INFO shyaml Main Loading '/usr/local/smarthome/etc/smarthome.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  136. 2017-11-22 13:27:51 WARNING smarthome Main -------------------- Init SmartHomeNG 1.3.v1.3_Hotfix_2 -------------------- -- smarthome.py:__init__:222
  137. 2017-11-22 13:27:51 DEBUG smarthome Main Python 3.5.3 -- smarthome.py:__init__:223
  138. 2017-11-22 13:27:51 INFO scheduler Main Init Scheduler -- scheduler.py:__init__:89
  139. 2017-11-22 13:27:51 DEBUG scheduler Scheduler creating 5 workers -- scheduler.py:run:96
  140. 2017-11-22 13:27:51 INFO smarthome Main Init Plugins -- smarthome.py:start:306
  141. 2017-11-22 13:27:51 INFO shyaml Main Loading '/usr/local/smarthome/etc/plugin.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  142. 2017-11-22 13:27:51 DEBUG plugin Main Plugin: knx -- plugin.py:__init__:58
  143. 2017-11-22 13:27:52 DEBUG plugin Main Using arguments ['send_time', 'busmonitor', 'host'] -- plugin.py:__init__:142
  144. 2017-11-22 13:27:52 DEBUG __init__ Main init knx -- __init__.py:__init__:95
  145. 2017-11-22 13:27:52 DEBUG scheduler Main Scheduler: Name changed by adding plugin instance name to: KNX[default] time_default -- scheduler.py:add:263
  146. 2017-11-22 13:27:52 DEBUG scheduler Main KNX[default] time_default next time: 2017-11-22 13:28:05+01:00 -- scheduler.py:_next_time:343
  147. 2017-11-22 13:27:52 DEBUG plugin Main Plugin: datalog -- plugin.py:__init__:58
  148. 2017-11-22 13:27:52 DEBUG plugin Main Using arguments ['path', 'filepatterns', 'logpatterns', 'cycle'] -- plugin.py:__init__:142
  149. 2017-11-22 13:27:52 INFO __init__ Main DataLog: Initialized, logging to "var/log/data" -- __init__.py:__init__:76
  150. 2017-11-22 13:27:52 INFO __init__ Main DataLog: Registered log "yearly", file="{log}-{year}.csv", format="{time};{item};{value}
  151. " -- __init__.py:__init__:78
  152. 2017-11-22 13:27:52 INFO __init__ Main DataLog: Registered log "default", file="{log}-{year}-{month}-{day}.csv", format="{time};{item};{value}
  153. " -- __init__.py:__init__:78
  154. 2017-11-22 13:27:52 INFO smarthome Main Init Items -- smarthome.py:start:312
  155. 2017-11-22 13:27:52 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/core.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  156. 2017-11-22 13:27:52 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/location.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  157. 2017-11-22 13:27:52 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/logic.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  158. 2017-11-22 13:27:52 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/system.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  159. 2017-11-22 13:27:52 INFO shyaml Main Loading '/usr/local/smarthome/items/EG.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  160. 2017-11-22 13:27:52 DEBUG scheduler Main env_daily next time: 2017-11-23 06:00:00+01:00 -- scheduler.py:_next_time:343
  161. 2017-11-22 13:27:52 DEBUG scheduler Main env_stat next time: 2017-11-22 13:28:03+01:00 -- scheduler.py:_next_time:343
  162. 2017-11-22 13:27:52 DEBUG __init__ Main KNX[default]: Item EG.Temperature is mapped to KNX Instance default -- __init__.py:parse_item:419
  163. 2017-11-22 13:27:52 DEBUG __init__ Main KNX[default]: EG.Temperature reply to 1/2/2 -- __init__.py:parse_item:458
  164. 2017-11-22 13:27:52 DEBUG __init__ Main KNX[default]: Item EG.Window is mapped to KNX Instance default -- __init__.py:parse_item:419
  165. 2017-11-22 13:27:52 DEBUG __init__ Main KNX[default]: EG.Window listen on 1/2/31 | 60 -- __init__.py:parse_item:426
  166. 2017-11-22 13:27:52 DEBUG __init__ Main KNX[default]: Item EG.CO2 is mapped to KNX Instance default -- __init__.py:parse_item:419
  167. 2017-11-22 13:27:52 DEBUG __init__ Main KNX[default]: EG.CO2 reply to 1/2/0 -- __init__.py:parse_item:458
  168. 2017-11-22 13:27:52 DEBUG __init__ Main KNX[default]: Item EG.Humidity is mapped to KNX Instance default -- __init__.py:parse_item:419
  169. 2017-11-22 13:27:52 DEBUG __init__ Main KNX[default]: EG.Humidity reply to 1/2/1 -- __init__.py:parse_item:458
  170. 2017-11-22 13:27:52 INFO smarthome Main Items: 54 -- smarthome.py:start:333
  171. 2017-11-22 13:27:52 INFO logic Main Start Logics -- logic.py:__init__:35
  172. 2017-11-22 13:27:52 DEBUG logic Main Reading Logics from /usr/local/smarthome/lib/env/logic.* -- logic.py:_read_logics:68
  173. 2017-11-22 13:27:52 INFO shyaml Main Loading '/usr/local/smarthome/lib/env/logic.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  174. 2017-11-22 13:27:52 DEBUG logic Main Reading Logics from /usr/local/smarthome/etc/logic.* -- logic.py:_read_logics:68
  175. 2017-11-22 13:27:52 INFO shyaml Main Loading '/usr/local/smarthome/etc/logic.yaml' to 'OrderedDict' -- shyaml.py:yaml_load:46
  176. 2017-11-22 13:27:52 DEBUG logic Main Logic: env_init -- logic.py:__init__:46
  177. 2017-11-22 13:27:52 DEBUG logic Main Logic: env_stat -- logic.py:__init__:46
  178. 2017-11-22 13:27:52 DEBUG scheduler Main env_stat next time: 2017-11-22 13:28:07+01:00 -- scheduler.py:_next_time:343
  179. 2017-11-22 13:27:52 DEBUG logic Main Logic: env_daily -- logic.py:__init__:46
  180. 2017-11-22 13:27:52 DEBUG scheduler Main env_daily next time: 2017-11-23 06:00:00+01:00 -- scheduler.py:_next_time:343
  181. 2017-11-22 13:27:52 DEBUG logic Main Logic: logging -- logic.py:__init__:46
  182. 2017-11-22 13:27:52 DEBUG scheduler Main logging next time: 2017-11-22 13:28:06+01:00 -- scheduler.py:_next_time:343
  183. 2017-11-22 13:27:52 DEBUG logic Main Logic: env_loc -- logic.py:__init__:46
  184. 2017-11-22 13:27:52 INFO plugin Main Start Plugins -- plugin.py:start:102
  185. 2017-11-22 13:27:52 DEBUG plugin Main Starting knx Plugin -- plugin.py:start:104
  186. 2017-11-22 13:27:52 DEBUG plugin Main Starting datalog Plugin -- plugin.py:start:104
  187. 2017-11-22 13:27:52 DEBUG scheduler datalog DataLog next time: 2017-11-22 13:28:02+01:00 -- scheduler.py:_next_time:343
  188. 2017-11-22 13:27:52 DEBUG connection Connections KNX: connected to 127.0.0.1:6720 -- connection.py:connect:393
  189. 2017-11-22 13:27:52 DEBUG __init__ Connections KNX[default]: enable group monitor -- __init__.py:handle_connect:245
  190. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunrise = 2017-11-23 07:42:20.012253+01:00 via Logic None None -- item.py:__update:707
  191. 2017-11-22 13:27:57 DEBUG item env_init Item env.core.version = 1.3.v1.3_Hotfix_2 via Logic None None -- item.py:__update:707
  192. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunrise.azimut.degrees = 135.77 via Logic None None -- item.py:__update:707
  193. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunrise.elevation.degrees = 6.25 via Logic None None -- item.py:__update:707
  194. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunrise.azimut.radians = 2.37 via Logic None None -- item.py:__update:707
  195. 2017-11-22 13:27:57 DEBUG item env_init Item env.core.start = 2017-11-22 13:27:57.593112+01:00 via Logic None None -- item.py:__update:707
  196. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunrise.elevation.radians = 0.11 via Logic None None -- item.py:__update:707
  197. 2017-11-22 13:27:57 DEBUG item env_init Item env.system.name = raspberrypi via Logic None None -- item.py:__update:707
  198. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunset = 2017-11-22 16:04:53.671609+01:00 via Logic None None -- item.py:__update:707
  199. 2017-11-22 13:27:57 DEBUG item env_init Item env.system.start = 2017-11-21 14:08:44.603111+01:00 via Logic None None -- item.py:__update:707
  200. 2017-11-22 13:27:57 DEBUG smarthome sh.gc Garbage collector: collected 34 objects. -- smarthome.py:_garbage_collection:530
  201. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunset.azimut.degrees = 248.25 via Logic None None -- item.py:__update:707
  202. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunset.elevation.degrees = -8.97 via Logic None None -- item.py:__update:707
  203. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunset.azimut.radians = 4.33 via Logic None None -- item.py:__update:707
  204. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sunset.elevation.radians = -0.16 via Logic None None -- item.py:__update:707
  205. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sun_position.azimut.degrees = 202.94 via Logic None None -- item.py:__update:707
  206. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sun_position.elevation.degrees = 14.4 via Logic None None -- item.py:__update:707
  207. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sun_position.azimut.radians = 3.54 via Logic None None -- item.py:__update:707
  208. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.sun_position.elevation.radians = 0.25 via Logic None None -- item.py:__update:707
  209. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.moonrise = 2017-11-23 11:31:55.513809+01:00 via Logic None None -- item.py:__update:707
  210. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.moonset = 2017-11-22 19:20:23.195849+01:00 via Logic None None -- item.py:__update:707
  211. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.moonphase = 1 via Logic None None -- item.py:__update:707
  212. 2017-11-22 13:27:57 DEBUG item env_loc Item env.location.day = True via Logic None None -- item.py:__update:707
  213. 2017-11-22 13:27:58 DEBUG scheduler Scheduler env_loc next time: 2017-11-22 13:57:58+01:00 -- scheduler.py:_next_time:343
  214. 2017-11-22 13:27:58 DEBUG scheduler Scheduler sh.gc next time: 2017-11-23 02:04:00+01:00 -- scheduler.py:_next_time:343
  215. 2017-11-22 13:27:58 DEBUG smarthome sh.gc Object references: 16031 -- smarthome.py:_maintenance:522
  216. 2017-11-22 13:28:01 INFO smarthome Main Number of Threads: 7 -- smarthome.py:stop:371
  217. 2017-11-22 13:28:01 INFO plugin Main Stop Plugins -- plugin.py:stop:108
  218. 2017-11-22 13:28:01 DEBUG plugin Main Stopping knx Plugin -- plugin.py:stop:110
  219. 2017-11-22 13:28:01 DEBUG plugin Main Stopping datalog Plugin -- plugin.py:stop:110
  220. 2017-11-22 13:28:01 DEBUG connection Main KNX: closing socket 127.0.0.1:6720 -- connection.py:close:310
  221. 2017-11-22 13:28:01 INFO smarthome Main SmartHomeNG stopped -- smarthome.py:stop:395
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement