Guest User

Untitled

a guest
Feb 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.38 KB | None | 0 0
  1. # scg_driver_handler_config --logging=debug
  2. [I 190215 14:45:15 driver_handler_config:160] Starting driver handler
  3. [I 190215 14:45:16 scgdb:89] Initializing scg database connection...
  4. [D 190215 14:45:16 peewee:3754] ('SELECT "t1"."id", "t1"."name", "t1"."supports_scan", "t1"."supports_remove", "t1"."is_removed" FROM "driver_drivers" AS t1', [])
  5. [D 190215 14:45:16 peewee:3754] ('SELECT "t1"."id", "t1"."name", "t1"."make", "t1"."model", "t1"."description", "t1"."driver_name", "t1"."driver_device_handle", "t1"."hc_type", "t1"."json_md5", "t1"."is_removed" FROM "driver_devices" AS t1', [])
  6. [D 190215 14:45:16 peewee:3754] ('SELECT "t1"."id", "t1"."device_id", "t1"."driver_endpoint_handle", "t1"."name", "t1"."description", "t1"."hc_type", "t1"."is_removed" FROM "driver_endpoints" AS t1', [])
  7. [D 190215 14:45:16 peewee:3754] ('SELECT "t1"."id", "t1"."endpoint_id", "t1"."device_id", "t1"."name", "t1"."description", "t1"."driver_function_handle", "t1"."hc_type", "t1"."is_writeable", "t1"."is_readable", "t1"."is_removed" FROM "driver_functions" AS t1', [])
  8. [D 190215 14:45:17 peewee:3754] ('SELECT "t1"."id", "t1"."function_id", "t1"."value_index", "t1"."value_type", "t1"."description", "t1"."is_removed", "t1"."default_value", "t1"."unit", "t1"."limiter_max", "t1"."limiter_min", "t1"."limiter_precision", "t1"."limiter_step" FROM "driver_value_definitions" AS t1', [])
  9. [D 190215 14:45:18 peewee:3754] ('SELECT "t1"."id", "t1"."value_definition_id", "t1"."value", "t1"."name", "t1"."description", "t1"."is_removed" FROM "driver_value_enum_options" AS t1', [])
  10. [I 190215 14:45:18 protocol:376] Listening to SCG Bus
  11. [I 190215 14:45:18 controller_protocol:152] Listening to Driver Bus
  12. [D 190215 14:45:18 controller_protocol:209] Tx: request_driver_list.
  13. [I 190215 14:45:18 driver_handler_config:173] Run eventloop
  14. [D 190215 14:45:18 controller_protocol:269] Rx: driver_list.
  15. [D 190215 14:45:18 controller_protocol:185] Tx: request_config. Driver: hcmqtt
  16. [D 190215 14:45:18 controller_protocol:185] Tx: request_config. Driver: hczigbee
  17. [D 190215 14:45:18 controller_protocol:185] Tx: request_config. Driver: hcopenzwave
  18. [D 190215 14:45:18 controller_protocol:185] Tx: request_config. Driver: hcgw
  19. [D 190215 14:45:18 controller_protocol:291] Rx: configuration. Driver: hczigbee, Bytes: 63
  20. [D 190215 14:45:19 driver_handler_config:90] Loading config from driver: hczigbee
  21. [D 190215 14:45:19 peewee:3754] ('BEGIN', None)
  22. [D 190215 14:45:19 config_helper:146] ### Parsing: DriverConfig with handle: hczigbee
  23. [D 190215 14:45:19 config_helper:157] Using cached object: 1
  24. [D 190215 14:45:19 peewee:3754] ('UPDATE "driver_drivers" SET "name" = ?, "supports_scan" = ?, "supports_remove" = ?, "is_removed" = ? WHERE ("driver_drivers"."id" = ?)', ['hczigbee', True, True, False, 1])
  25. [D 190215 14:45:19 config_helper:226] Removing in DriverConfig, children: <class 'homecontrol.scg.app.driver_handler.config_helper.DeviceConfig'>:
  26. [D 190215 14:45:19 config_helper:227] Children to keep: []
  27. [I 190215 14:45:19 driver_handler_config:101] Parsing finished in 0.2737891674041748 seconds
  28. [I 190215 14:45:19 driver_handler_config:112] No changes in config
  29. [D 190215 14:45:19 controller_protocol:291] Rx: configuration. Driver: hcopenzwave, Bytes: 66
  30. [D 190215 14:45:19 driver_handler_config:90] Loading config from driver: hcopenzwave
  31. [D 190215 14:45:19 peewee:3754] ('BEGIN', None)
  32. [D 190215 14:45:19 config_helper:146] ### Parsing: DriverConfig with handle: hcopenzwave
  33. [D 190215 14:45:19 config_helper:157] Using cached object: 2
  34. [D 190215 14:45:19 peewee:3754] ('UPDATE "driver_drivers" SET "name" = ?, "supports_scan" = ?, "supports_remove" = ?, "is_removed" = ? WHERE ("driver_drivers"."id" = ?)', ['hcopenzwave', True, True, False, 2])
  35. [D 190215 14:45:19 config_helper:226] Removing in DriverConfig, children: <class 'homecontrol.scg.app.driver_handler.config_helper.DeviceConfig'>:
  36. [D 190215 14:45:19 config_helper:227] Children to keep: []
  37. [I 190215 14:45:19 driver_handler_config:101] Parsing finished in 0.11677122116088867 seconds
  38. [I 190215 14:45:19 driver_handler_config:112] No changes in config
  39. [D 190215 14:45:19 controller_protocol:291] Rx: configuration. Driver: hcgw, Bytes: 7324
  40. [D 190215 14:45:19 driver_handler_config:90] Loading config from driver: hcgw
  41. [D 190215 14:45:19 peewee:3754] ('BEGIN', None)
  42. [D 190215 14:45:19 config_helper:146] ### Parsing: DriverConfig with handle: hcgw
  43. [D 190215 14:45:19 config_helper:157] Using cached object: 3
  44. [D 190215 14:45:19 peewee:3754] ('UPDATE "driver_drivers" SET "name" = ?, "supports_scan" = ?, "supports_remove" = ?, "is_removed" = ? WHERE ("driver_drivers"."id" = ?)', ['hcgw', False, False, False, 3])
  45. [D 190215 14:45:19 config_helper:146] ### Parsing: DeviceConfig with handle: gateway
  46. [D 190215 14:45:19 config_helper:157] Using cached object: 1
  47. [D 190215 14:45:19 config_helper:226] Removing in DriverConfig, children: <class 'homecontrol.scg.app.driver_handler.config_helper.DeviceConfig'>:
  48. [D 190215 14:45:19 config_helper:227] Children to keep: [1]
  49. [I 190215 14:45:19 driver_handler_config:101] Parsing finished in 0.16910243034362793 seconds
  50. [I 190215 14:45:19 driver_handler_config:112] No changes in config
  51. [I 190215 14:45:20 protocol:1278] Rx [driver_scan_request] (from scg bus): (correlation_id: todo_correlation_id) Driver name: hczigbee, Timeout: 60
  52. [D 190215 14:45:21 controller_protocol:337] Rx: scan_report. Driver: hczigbee, Timeout: 60
  53. [I 190215 14:45:21 protocol:1283] Rx [driver_scan_report] (from scg bus): (correlation_id: todo_correlation_id) Driver name: hczigbee, Timeout: 60
  54. [D 190215 14:45:21 controller_protocol:337] Rx: scan_report. Driver: hcopenzwave, Timeout: 60
  55. [I 190215 14:45:21 protocol:1278] Rx [driver_scan_request] (from scg bus): (correlation_id: todo_correlation_id) Driver name: hcopenzwave, Timeout: 60
  56. [I 190215 14:45:21 protocol:1283] Rx [driver_scan_report] (from scg bus): (correlation_id: todo_correlation_id) Driver name: hcopenzwave, Timeout: 60
  57. [D 190215 14:45:22 controller_protocol:291] Rx: configuration. Driver: hczigbee, Bytes: 63
  58. [D 190215 14:45:22 driver_handler_config:90] Loading config from driver: hczigbee
  59. [D 190215 14:45:22 peewee:3754] ('BEGIN', None)
  60. [D 190215 14:45:22 config_helper:146] ### Parsing: DriverConfig with handle: hczigbee
  61. [D 190215 14:45:22 config_helper:157] Using cached object: 1
  62. [D 190215 14:45:22 peewee:3754] ('UPDATE "driver_drivers" SET "name" = ?, "supports_scan" = ?, "supports_remove" = ?, "is_removed" = ? WHERE ("driver_drivers"."id" = ?)', ['hczigbee', True, True, False, 1])
  63. [D 190215 14:45:22 config_helper:226] Removing in DriverConfig, children: <class 'homecontrol.scg.app.driver_handler.config_helper.DeviceConfig'>:
  64. [D 190215 14:45:22 config_helper:227] Children to keep: []
  65. [I 190215 14:45:22 driver_handler_config:101] Parsing finished in 0.12162065505981445 seconds
  66. [I 190215 14:45:22 driver_handler_config:112] No changes in config
  67. [D 190215 14:45:32 controller_protocol:291] Rx: configuration. Driver: hczigbee, Bytes: 63
  68. [D 190215 14:45:32 driver_handler_config:90] Loading config from driver: hczigbee
  69. [D 190215 14:45:32 peewee:3754] ('BEGIN', None)
  70. [D 190215 14:45:32 config_helper:146] ### Parsing: DriverConfig with handle: hczigbee
  71. [D 190215 14:45:32 config_helper:157] Using cached object: 1
  72. [D 190215 14:45:32 peewee:3754] ('UPDATE "driver_drivers" SET "name" = ?, "supports_scan" = ?, "supports_remove" = ?, "is_removed" = ? WHERE ("driver_drivers"."id" = ?)', ['hczigbee', True, True, False, 1])
  73. [D 190215 14:45:32 config_helper:226] Removing in DriverConfig, children: <class 'homecontrol.scg.app.driver_handler.config_helper.DeviceConfig'>:
  74. [D 190215 14:45:32 config_helper:227] Children to keep: []
  75. [I 190215 14:45:32 driver_handler_config:101] Parsing finished in 0.21841168403625488 seconds
  76. [I 190215 14:45:32 driver_handler_config:112] No changes in config
  77. [D 190215 14:45:38 controller_protocol:291] Rx: configuration. Driver: hcmqtt, Bytes: 667
  78. [D 190215 14:45:38 driver_handler_config:90] Loading config from driver: hcmqtt
  79. [D 190215 14:45:38 peewee:3754] ('BEGIN', None)
  80. [D 190215 14:45:38 config_helper:146] ### Parsing: DriverConfig with handle: hcmqtt
  81. [D 190215 14:45:38 config_helper:157] Using cached object: 4
  82. [D 190215 14:45:39 peewee:3754] ('UPDATE "driver_drivers" SET "name" = ?, "supports_scan" = ?, "supports_remove" = ?, "is_removed" = ? WHERE ("driver_drivers"."id" = ?)', ['hcmqtt', False, True, False, 4])
  83. [D 190215 14:45:39 config_helper:146] ### Parsing: DeviceConfig with handle: mqtt_driver
  84. [D 190215 14:45:39 config_helper:157] Using cached object: 2
  85. [D 190215 14:45:39 config_helper:226] Removing in DriverConfig, children: <class 'homecontrol.scg.app.driver_handler.config_helper.DeviceConfig'>:
  86. [D 190215 14:45:39 config_helper:227] Children to keep: [2]
  87. [I 190215 14:45:39 driver_handler_config:101] Parsing finished in 0.2686042785644531 seconds
  88. [I 190215 14:45:39 driver_handler_config:112] No changes in config
  89. [D 190215 14:45:39 controller_protocol:302] Rx: function_status. Driver: hcmqtt, Device: mqtt_driver, Function: username, Value: hc, Properties: {}
  90. [D 190215 14:45:39 controller_protocol:302] Rx: function_status. Driver: hcmqtt, Device: mqtt_driver, Function: password, Value: 5838701, Properties: {}
  91. [D 190215 14:45:39 controller_protocol:302] Rx: function_status. Driver: hcmqtt, Device: mqtt_driver, Function: public_unencrypted, Value: False, Properties: {}
  92. [D 190215 14:45:42 controller_protocol:291] Rx: configuration. Driver: hczigbee, Bytes: 63
  93. [D 190215 14:45:42 driver_handler_config:90] Loading config from driver: hczigbee
  94. [D 190215 14:45:42 peewee:3754] ('BEGIN', None)
  95. [D 190215 14:45:42 config_helper:146] ### Parsing: DriverConfig with handle: hczigbee
  96. [D 190215 14:45:42 config_helper:157] Using cached object: 1
  97. [D 190215 14:45:42 peewee:3754] ('UPDATE "driver_drivers" SET "name" = ?, "supports_scan" = ?, "supports_remove" = ?, "is_removed" = ? WHERE ("driver_drivers"."id" = ?)', ['hczigbee', True, True, False, 1])
  98. [D 190215 14:45:42 config_helper:226] Removing in DriverConfig, children: <class 'homecontrol.scg.app.driver_handler.config_helper.DeviceConfig'>:
  99. [D 190215 14:45:42 config_helper:227] Children to keep: []
  100. [I 190215 14:45:42 driver_handler_config:101] Parsing finished in 0.12052440643310547 seconds
  101. [I 190215 14:45:42 driver_handler_config:112] No changes in config
  102. [D 190215 14:45:52 controller_protocol:291] Rx: configuration. Driver: hczigbee, Bytes: 63
  103. [D 190215 14:45:52 driver_handler_config:90] Loading config from driver: hczigbee
  104. [D 190215 14:45:52 peewee:3754] ('BEGIN', None)
  105. [D 190215 14:45:52 config_helper:146] ### Parsing: DriverConfig with handle: hczigbee
  106. [D 190215 14:45:52 config_helper:157] Using cached object: 1
  107. [D 190215 14:45:52 peewee:3754] ('UPDATE "driver_drivers" SET "name" = ?, "supports_scan" = ?, "supports_remove" = ?, "is_removed" = ? WHERE ("driver_drivers"."id" = ?)', ['hczigbee', True, True, False, 1])
  108. [D 190215 14:45:52 config_helper:226] Removing in DriverConfig, children: <class 'homecontrol.scg.app.driver_handler.config_helper.DeviceConfig'>:
  109. [D 190215 14:45:52 config_helper:227] Children to keep: []
  110. [I 190215 14:45:52 driver_handler_config:101] Parsing finished in 0.22014164924621582 seconds
  111. [I 190215 14:45:52 driver_handler_config:112] No changes in config
  112. [I 190215 14:45:55 protocol:1169] Rx [function_status] (from scg_bus): (message nr: 53) Function: 10, Value: 1624, Properties: {}
  113. [D 190215 14:45:55 controller_protocol:302] Rx: function_status. Driver: hcgw, Device: gateway, Function: gateway:gateway_uptime, Value: 1624, Properties: {}
  114. [I 190215 14:45:55 protocol:1169] Rx [function_status] (from scg_bus): (message nr: 54) Function: 5, Value: 1.51025390625, Properties: {}
  115. [D 190215 14:45:55 controller_protocol:302] Rx: function_status. Driver: hcgw, Device: gateway, Function: gateway:gateway_load, Value: 1.51025390625, Properties: {}
  116. [D 190215 14:46:20 controller_protocol:337] Rx: scan_report. Driver: hczigbee, Timeout: 0
  117. [I 190215 14:46:20 protocol:1283] Rx [driver_scan_report] (from scg bus): (correlation_id: todo_correlation_id) Driver name: hczigbee, Timeout: 0
  118. [D 190215 14:46:55 controller_protocol:302] Rx: function_status. Driver: hcgw, Device: gateway, Function: gateway:gateway_uptime, Value: 1684, Properties: {}
  119. [D 190215 14:46:55 controller_protocol:302] Rx: function_status. Driver: hcgw, Device: gateway, Function: gateway:gateway_load, Value: 1.44921875, Properties: {}
  120. [I 190215 14:46:55 protocol:1169] Rx [function_status] (from scg_bus): (message nr: 55) Function: 10, Value: 1684, Properties: {}
  121. [I 190215 14:46:55 protocol:1169] Rx [function_status] (from scg_bus): (message nr: 56) Function: 5, Value: 1.44921875, Properties: {}
Add Comment
Please, Sign In to add comment