Guest User

Untitled

a guest
Jan 12th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.56 KB | None | 0 0
  1. 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.setup] Setting up recorder
  2. 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=purge, domain=recorder>
  3. 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=set_level, domain=logger>
  4. 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.8 seconds.
  5. 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=logger>
  6. 2018-01-12 14:28:24 INFO (MainThread) [homeassistant.setup] Setting up mqtt
  7. 2018-01-12 14:28:24 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=publish, domain=mqtt>
  8. 2018-01-12 14:28:24 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.4 seconds.
  9. 2018-01-12 14:28:24 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=mqtt>
  10. 2018-01-12 14:28:25 DEBUG (Recorder) [homeassistant.components.recorder] Connected to recorder database
  11. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 1.8 seconds.
  12. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=recorder>
  13. 2018-01-12 14:28:25 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  14. Traceback (most recent call last):
  15. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  16. result = coro.throw(exc)
  17. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  18. return (yield from task)
  19. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  20. yield self # This tells Task to wait for completion.
  21. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  22. future.result()
  23. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  24. raise self._exception
  25. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  26. result = coro.send(None)
  27. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  28. component = loader.get_component(domain)
  29. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  30. module = importlib.import_module(path)
  31. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  32. return _bootstrap._gcd_import(name[level:], package, level)
  33. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  34. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  35. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  36. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  37. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  38. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  39. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/history.py", line 20, in <module>
  40. from homeassistant.components.http import HomeAssistantView
  41. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  42. utf8: { type: "_internal", bomAware: true},
  43. ValueError: source code string cannot contain null bytes
  44. 2018-01-12 14:28:25 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  45. Traceback (most recent call last):
  46. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  47. result = coro.throw(exc)
  48. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  49. return (yield from task)
  50. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  51. yield self # This tells Task to wait for completion.
  52. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  53. future.result()
  54. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  55. raise self._exception
  56. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  57. result = coro.send(None)
  58. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  59. component = loader.get_component(domain)
  60. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  61. module = importlib.import_module(path)
  62. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  63. return _bootstrap._gcd_import(name[level:], package, level)
  64. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  65. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  66. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  67. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  68. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  69. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  70. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/frontend/__init__.py", line 19, in <module>
  71. from homeassistant.components.http import HomeAssistantView
  72. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  73. utf8: { type: "_internal", bomAware: true},
  74. ValueError: source code string cannot contain null bytes
  75. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded zone from homeassistant.components.zone
  76. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setting up zone
  77. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded switch from homeassistant.components.switch
  78. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded group from homeassistant.components.group
  79. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded switch.transmission from homeassistant.components.switch.transmission
  80. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sun from homeassistant.components.sun
  81. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setting up sun
  82. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
  83. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sun>
  84. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
  85. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.darksky from homeassistant.components.sensor.darksky
  86. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.template from homeassistant.components.sensor.template
  87. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.hydroquebec from homeassistant.components.sensor.hydroquebec
  88. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.file from homeassistant.components.sensor.file
  89. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.transmission from homeassistant.components.sensor.transmission
  90. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.sonarr from homeassistant.components.sensor.sonarr
  91. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setting up sensor
  92. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded discovery from homeassistant.components.discovery
  93. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded notify from homeassistant.components.notify
  94. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded light from homeassistant.components.light
  95. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded light.limitlessled from homeassistant.components.light.limitlessled
  96. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded script from homeassistant.components.script
  97. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded updater from homeassistant.components.updater
  98. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded map from homeassistant.components.map
  99. 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setting up map
  100. 2018-01-12 14:28:25 ERROR (MainThread) [homeassistant.setup] Error during setup of component map
  101. Traceback (most recent call last):
  102. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 190, in _async_setup_component
  103. result = yield from component.async_setup(hass, processed_config)
  104. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/map.py", line 15, in async_setup
  105. yield from hass.components.frontend.async_register_built_in_panel(
  106. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 183, in __getattr__
  107. component = get_component(comp_name)
  108. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  109. module = importlib.import_module(path)
  110. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  111. return _bootstrap._gcd_import(name[level:], package, level)
  112. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  113. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  114. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  115. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  116. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  117. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  118. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/frontend/__init__.py", line 19, in <module>
  119. from homeassistant.components.http import HomeAssistantView
  120. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  121. utf8: { type: "_internal", bomAware: true},
  122. ValueError: source code string cannot contain null bytes
  123. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave
  124. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up group
  125. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.meteo, old_state=None, new_state=<state group.meteo=unknown; entity_id=('sensor.dark_sky_summary', 'sensor.dark_sky_temperature', 'sensor.dark_sky_apparent_temperature', 'sensor.dark_sky_daily_high_temperature', 'sensor.dark_sky_daily_low_temperature', 'sensor.dark_sky_humidity', 'sensor.dark_sky_precip_probability', 'sensor.dark_sky_daily_max_precip_intensity', 'sensor.dark_sky_wind_speed_kmh', 'sensor.dark_sky_wind_speed', 'sensor.dark_sky_wind_dir'), friendly_name=Météo, assumed_state=False, order=0 @ 2018-01-12T14:28:26.014266-05:00>>
  126. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.consommation, old_state=None, new_state=<state group.consommation=unknown; entity_id=('sensor.hydroquebec_period_average_temperature', 'sensor.hydroquebec_period_mean_daily_bill', 'sensor.hydroquebec_period_mean_daily_consumption', 'sensor.hydroquebec_yesterday_average_temperature', 'sensor.hydroquebec_yesterday_total_consumption', 'sensor.hydroquebec_yesterday_lower_price_consumption', 'sensor.hydroquebec_yesterday_higher_price_consumption'), friendly_name=Consommation d'énergie, assumed_state=False, order=1 @ 2018-01-12T14:28:26.017180-05:00>>
  127. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.download, old_state=None, new_state=<state group.download=unknown; entity_id=('switch.transmission_turtle_mode', 'sensor.sonarr_disk_space', 'sensor.transmission_active_torrents', 'sensor.transmission_status', 'sensor.transmission_down_speed', 'sensor.transmission_up_speed', 'sensor.sonarr_series', 'sensor.sonarr_queue', 'sensor.sonarr_upcoming'), friendly_name=Téléchargement, assumed_state=False, order=2 @ 2018-01-12T14:28:26.019968-05:00>>
  128. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.automation_view, old_state=None, new_state=<state group.automation_view=unknown; entity_id=('group.all_scenes', 'group.inputs', 'group.all_automations', 'group.all_scripts'), friendly_name=Programmatique, view=True, hidden=True, order=3, assumed_state=False @ 2018-01-12T14:28:26.023617-05:00>>
  129. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=zone.home, old_state=None, new_state=<state zone.home=zoning; radius=400.0, icon=mdi:account-multiple, friendly_name=Home, hidden=True, latitude=46.175693, longitude=-72.402809 @ 2018-01-12T14:28:26.028256-05:00>>
  130. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sun.sun, old_state=None, new_state=<state sun.sun=above_horizon; elevation=14.42, next_rising=2018-01-13T12:29:28+00:00, next_dawn=2018-01-13T11:55:39+00:00, next_midnight=2018-01-13T04:58:21+00:00, next_setting=2018-01-12T21:25:28+00:00, next_dusk=2018-01-12T21:59:22+00:00, friendly_name=Sun, next_noon=2018-01-13T16:58:06+00:00, azimuth=215.82 @ 2018-01-12T14:28:26.031143-05:00>>
  131. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
  132. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.file
  133. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sonarr
  134. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service=create, domain=persistent_notification, service_call_id=1975211952-1, service_data=title=Invalid config, notification_id=invalid_config, message=The following components and platforms could not be set up:
  135.  
  136. - [map](https://home-assistant.io/components/map/)
  137.  
  138. Please check your config.>
  139. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, old_state=None, new_state=<state persistent_notification.invalid_config=notifying; title=Invalid config, message=The following components and platforms could not be set up:
  140.  
  141. - [map](https://home-assistant.io/components/map/)
  142.  
  143. Please check your config. @ 2018-01-12T14:28:26.059222-05:00>>
  144. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1975211952-1>
  145. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.7 seconds.
  146. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=zone>
  147. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up discovery
  148. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain discovery took 0.0 seconds.
  149. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=discovery>
  150. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_wind_dir, old_state=None, new_state=<state sensor.dark_sky_wind_dir=unknown; icon=mdi:weather-windy, friendly_name=Direction du vent @ 2018-01-12T14:28:26.121403-05:00>>
  151. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_wind_speed_kmh, old_state=None, new_state=<state sensor.dark_sky_wind_speed_kmh=unknown; icon=mdi:weather-windy, friendly_name=Vent (KM/H), unit_of_measurement=km/h @ 2018-01-12T14:28:26.134178-05:00>>
  152. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=reload, domain=group>
  153. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=set, domain=group>
  154. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=remove, domain=group>
  155. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=set_visibility, domain=group>
  156. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.2 seconds.
  157. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=group>
  158. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.musique_bureau, old_state=None, new_state=<state sensor.musique_bureau=Non; icon=mdi:file, friendly_name=Musique dans le bureau, unit_of_measurement=PartyMode @ 2018-01-12T14:28:26.229713-05:00>>
  159. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up switch
  160. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up light
  161. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up script
  162. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=fermer_tous_lumieres_sauf_chambre_salle_bain, domain=script>
  163. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=fermer_tous_lumieres, domain=script>
  164. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=script.fermer_tous_lumieres, old_state=None, new_state=<state script.fermer_tous_lumieres=off; last_triggered=None, friendly_name=Fermez tous les lumières @ 2018-01-12T14:28:26.245115-05:00>>
  165. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=script.fermer_tous_lumieres_sauf_chambre_salle_bain, old_state=None, new_state=<state script.fermer_tous_lumieres_sauf_chambre_salle_bain=off; last_triggered=None, friendly_name=Fermez tous les lumières sauf chambre et salle de bain @ 2018-01-12T14:28:26.247836-05:00>>
  166. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=reload, domain=script>
  167. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_on, domain=script>
  168. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_off, domain=script>
  169. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=toggle, domain=script>
  170. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
  171. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=script>
  172. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service=set, domain=group, service_call_id=1975211952-2, service_data=object_id=all_scripts, entities=['script.fermer_tous_lumieres', 'script.fermer_tous_lumieres_sauf_chambre_salle_bain'], name=all scripts, visible=False>
  173. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.all_scripts, old_state=None, new_state=<state group.all_scripts=off; auto=True, entity_id=('script.fermer_tous_lumieres', 'script.fermer_tous_lumieres_sauf_chambre_salle_bain'), friendly_name=all scripts, order=4, hidden=True, assumed_state=False @ 2018-01-12T14:28:26.264781-05:00>>
  174. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1975211952-2>
  175. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.automation_view, old_state=<state group.automation_view=unknown; entity_id=('group.all_scenes', 'group.inputs', 'group.all_automations', 'group.all_scripts'), friendly_name=Programmatique, view=True, hidden=True, order=3, assumed_state=False @ 2018-01-12T14:28:26.023617-05:00>, new_state=<state group.automation_view=off; entity_id=('group.all_scenes', 'group.inputs', 'group.all_automations', 'group.all_scripts'), friendly_name=Programmatique, view=True, hidden=True, order=3, assumed_state=False @ 2018-01-12T14:28:26.269786-05:00>>
  176. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.sonarr_disk_space, old_state=None, new_state=<state sensor.sonarr_disk_space=932.29; icon=mdi:harddisk, friendly_name=Espace disque, unit_of_measurement=GB, /mnt/download=907.07/931.51GB (97.38%), /=25.22/29.28GB (86.14%) @ 2018-01-12T14:28:26.341052-05:00>>
  177. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.sonarr_series, old_state=None, new_state=<state sensor.sonarr_series=3; icon=mdi:television, friendly_name=Séries surveillées, unit_of_measurement=Shows, The Walking Dead=8/8 Episodes, Game of Thrones=7/7 Episodes, Suits=0/0 Episodes @ 2018-01-12T14:28:26.443493-05:00>>
  178. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.sonarr_queue, old_state=None, new_state=<state sensor.sonarr_queue=0; icon=mdi:download, friendly_name=En téléchargement, unit_of_measurement=Episodes @ 2018-01-12T14:28:26.484451-05:00>>
  179. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up updater
  180. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
  181. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=updater>
  182. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.sonarr_upcoming, old_state=None, new_state=<state sensor.sonarr_upcoming=0; icon=mdi:television, friendly_name=En attente, unit_of_measurement=Episodes @ 2018-01-12T14:28:26.536463-05:00>>
  183. 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up zwave
  184. 2018-01-12 14:28:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.darksky
  185. 2018-01-12 14:28:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hydroquebec
  186. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.transmission
  187. 2018-01-12 14:28:28 DEBUG (Thread-15) [openzwave] Create network object.
  188. 2018-01-12 14:28:28 DEBUG (Thread-15) [openzwave] Use sqlite version : ('3.16.2',)
  189. 2018-01-12 14:28:28 INFO (Thread-15) [homeassistant.components.zwave] Z-Wave network autoheal is enabled
  190. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.setup] Setup of domain zwave took 1.4 seconds.
  191. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=zwave>
  192. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.transmission_up_speed, old_state=None, new_state=<state sensor.transmission_up_speed=unknown; friendly_name=Vitesse d'upload, unit_of_measurement=MB/s @ 2018-01-12T14:28:28.423631-05:00>>
  193. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.transmission_active_torrents, old_state=None, new_state=<state sensor.transmission_active_torrents=unknown; friendly_name=Torrent(s) actif(s) @ 2018-01-12T14:28:28.428199-05:00>>
  194. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.transmission_down_speed, old_state=None, new_state=<state sensor.transmission_down_speed=unknown; friendly_name=Vitesse de download, unit_of_measurement=MB/s @ 2018-01-12T14:28:28.432547-05:00>>
  195. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.transmission_status, old_state=None, new_state=<state sensor.transmission_status=unknown; friendly_name=Status @ 2018-01-12T14:28:28.437017-05:00>>
  196. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.components.switch] Setting up switch.transmission
  197. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=switch.transmission_turtle_mode, old_state=None, new_state=<state switch.transmission_turtle_mode=off; friendly_name=Mode tortue @ 2018-01-12T14:28:28.609025-05:00>>
  198. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.download, old_state=<state group.download=unknown; entity_id=('switch.transmission_turtle_mode', 'sensor.sonarr_disk_space', 'sensor.transmission_active_torrents', 'sensor.transmission_status', 'sensor.transmission_down_speed', 'sensor.transmission_up_speed', 'sensor.sonarr_series', 'sensor.sonarr_queue', 'sensor.sonarr_upcoming'), friendly_name=Téléchargement, assumed_state=False, order=2 @ 2018-01-12T14:28:26.019968-05:00>, new_state=<state group.download=off; entity_id=('switch.transmission_turtle_mode', 'sensor.sonarr_disk_space', 'sensor.transmission_active_torrents', 'sensor.transmission_status', 'sensor.transmission_down_speed', 'sensor.transmission_up_speed', 'sensor.sonarr_series', 'sensor.sonarr_queue', 'sensor.sonarr_upcoming'), friendly_name=Téléchargement, assumed_state=False, order=2 @ 2018-01-12T14:28:28.623402-05:00>>
  199. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service=set, domain=group, service_call_id=1975211952-3, service_data=object_id=all_switches, entities=['switch.transmission_turtle_mode'], name=all switches, visible=False>
  200. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.all_switches, old_state=None, new_state=<state group.all_switches=off; auto=True, entity_id=('switch.transmission_turtle_mode',), friendly_name=all switches, order=5, hidden=True, assumed_state=False @ 2018-01-12T14:28:28.652891-05:00>>
  201. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1975211952-3>
  202. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_off, domain=switch>
  203. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_on, domain=switch>
  204. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=toggle, domain=switch>
  205. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 2.5 seconds.
  206. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=switch>
  207. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_wind_bearing, old_state=None, new_state=<state sensor.dark_sky_wind_bearing=220; icon=mdi:compass, friendly_name=Direction du vent, attribution=Powered by Dark Sky, unit_of_measurement=°, hidden=True @ 2018-01-12T14:28:28.896679-05:00>>
  208. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_daily_high_temperature, old_state=None, new_state=<state sensor.dark_sky_daily_high_temperature=9.1; icon=mdi:thermometer, friendly_name=Maximum pour la journée, attribution=Powered by Dark Sky, unit_of_measurement=°C @ 2018-01-12T14:28:28.922056-05:00>>
  209. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_daily_low_temperature, old_state=None, new_state=<state sensor.dark_sky_daily_low_temperature=-7.9; icon=mdi:thermometer, friendly_name=Minimum pour la journée, attribution=Powered by Dark Sky, unit_of_measurement=°C @ 2018-01-12T14:28:28.944105-05:00>>
  210. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_temperature, old_state=None, new_state=<state sensor.dark_sky_temperature=8.8; icon=mdi:thermometer, friendly_name=Température, attribution=Powered by Dark Sky, unit_of_measurement=°C @ 2018-01-12T14:28:28.968692-05:00>>
  211. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_summary, old_state=None, new_state=<state sensor.dark_sky_summary=Drizzle; entity_picture=/static/images/darksky/weather-pouring.svg, friendly_name=Résumé, attribution=Powered by Dark Sky @ 2018-01-12T14:28:28.975658-05:00>>
  212. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_apparent_temperature, old_state=None, new_state=<state sensor.dark_sky_apparent_temperature=6.3; icon=mdi:thermometer, friendly_name=Température ressentie, attribution=Powered by Dark Sky, unit_of_measurement=°C @ 2018-01-12T14:28:28.982037-05:00>>
  213. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_daily_max_precip_intensity, old_state=None, new_state=<state sensor.dark_sky_daily_max_precip_intensity=2.5806; icon=mdi:thermometer, friendly_name=Précipitation maximale, attribution=Powered by Dark Sky, unit_of_measurement=mm @ 2018-01-12T14:28:28.988489-05:00>>
  214. 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_humidity, old_state=None, new_state=<state sensor.dark_sky_humidity=98.0; icon=mdi:water-percent, friendly_name=Humidité, attribution=Powered by Dark Sky, unit_of_measurement=% @ 2018-01-12T14:28:28.994832-05:00>>
  215. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_precip_probability, old_state=None, new_state=<state sensor.dark_sky_precip_probability=87.0; icon=mdi:water-percent, friendly_name=Probabilité de précipitation, attribution=Powered by Dark Sky, unit_of_measurement=% @ 2018-01-12T14:28:29.001288-05:00>>
  216. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_wind_speed, old_state=None, new_state=<state sensor.dark_sky_wind_speed=4.43; icon=mdi:weather-windy, friendly_name=Vitesse en m/s, attribution=Powered by Dark Sky, unit_of_measurement=m/s, hidden=True @ 2018-01-12T14:28:29.007663-05:00>>
  217. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.components.light] Setting up light.limitlessled
  218. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.salle_de_bain, old_state=None, new_state=<state light.salle_de_bain=off; friendly_name=Salle de bain, supported_features=61 @ 2018-01-12T14:28:29.779721-05:00>>
  219. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.chambre_des_maitres, old_state=None, new_state=<state light.chambre_des_maitres=off; friendly_name=Chambre des maîtres, supported_features=61 @ 2018-01-12T14:28:29.786769-05:00>>
  220. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.passage, old_state=None, new_state=<state light.passage=off; friendly_name=Passage, supported_features=61 @ 2018-01-12T14:28:29.793269-05:00>>
  221. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.walkin, old_state=None, new_state=<state light.walkin=off; friendly_name=Walkin, supported_features=61 @ 2018-01-12T14:28:29.799874-05:00>>
  222. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.feu_de_camp, old_state=None, new_state=<state light.feu_de_camp=off; friendly_name=Feu de camp, supported_features=61 @ 2018-01-12T14:28:29.806477-05:00>>
  223. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.hall_entree_en_avant, old_state=None, new_state=<state light.hall_entree_en_avant=off; friendly_name=Hall Entrée (En avant), supported_features=61 @ 2018-01-12T14:28:29.812683-05:00>>
  224. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.soussol, old_state=None, new_state=<state light.soussol=off; friendly_name=Sous-Sol, supported_features=61 @ 2018-01-12T14:28:29.817918-05:00>>
  225. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.escalier, old_state=None, new_state=<state light.escalier=off; friendly_name=Escalier, supported_features=61 @ 2018-01-12T14:28:29.824856-05:00>>
  226. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.salle_de_controle, old_state=None, new_state=<state light.salle_de_controle=off; friendly_name=Salle de contrôle, supported_features=61 @ 2018-01-12T14:28:29.832010-05:00>>
  227. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.chambre_dami, old_state=None, new_state=<state light.chambre_dami=off; friendly_name=Chambre d'ami, supported_features=61 @ 2018-01-12T14:28:29.838091-05:00>>
  228. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.lampe_salon, old_state=None, new_state=<state light.lampe_salon=off; friendly_name=Lampe Salon, supported_features=61 @ 2018-01-12T14:28:29.845098-05:00>>
  229. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.cuisine, old_state=None, new_state=<state light.cuisine=off; friendly_name=Cuisine, supported_features=61 @ 2018-01-12T14:28:29.852958-05:00>>
  230. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.bureau, old_state=None, new_state=<state light.bureau=off; friendly_name=Bureau, supported_features=61 @ 2018-01-12T14:28:29.860147-05:00>>
  231. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.salle_a_manger, old_state=None, new_state=<state light.salle_a_manger=off; friendly_name=Salle à manger, supported_features=61 @ 2018-01-12T14:28:29.867122-05:00>>
  232. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service=set, domain=group, service_call_id=1975211952-4, service_data=object_id=all_lights, entities=['light.bureau', 'light.chambre_dami', 'light.chambre_des_maitres', 'light.cuisine', 'light.escalier', 'light.feu_de_camp', 'light.hall_entree_en_avant', 'light.lampe_salon', 'light.passage', 'light.salle_de_bain', 'light.salle_de_controle', 'light.salle_a_manger', 'light.soussol', 'light.walkin'], name=all lights, visible=False>
  233. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.all_lights, old_state=None, new_state=<state group.all_lights=off; auto=True, entity_id=('light.bureau', 'light.chambre_dami', 'light.chambre_des_maitres', 'light.cuisine', 'light.escalier', 'light.feu_de_camp', 'light.hall_entree_en_avant', 'light.lampe_salon', 'light.passage', 'light.salle_de_bain', 'light.salle_de_controle', 'light.salle_a_manger', 'light.soussol', 'light.walkin'), friendly_name=all lights, order=6, hidden=True, assumed_state=False @ 2018-01-12T14:28:29.886710-05:00>>
  234. 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1975211952-4>
  235. 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_on, domain=light>
  236. 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_off, domain=light>
  237. 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=toggle, domain=light>
  238. 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.setup] Setup of domain light took 3.9 seconds.
  239. 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=light>
  240. 2018-01-12 14:28:35 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
  241. 2018-01-12 14:28:37 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform hydroquebec is taking over 10 seconds.
  242. 2018-01-12 14:28:41 INFO (Thread-2) [homeassistant.components.sensor.hydroquebec] Contract list: 309268771
  243. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.hydroquebec_yesterday_average_temperature, old_state=None, new_state=<state sensor.hydroquebec_yesterday_average_temperature=unknown; icon=mdi:thermometer, friendly_name=Température moyenne (Hier), unit_of_measurement=°C @ 2018-01-12T14:28:41.494046-05:00>>
  244. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.hydroquebec_period_mean_daily_consumption, old_state=None, new_state=<state sensor.hydroquebec_period_mean_daily_consumption=unknown; icon=mdi:flash, friendly_name=Moyenne consommation quotidienne (période), unit_of_measurement=kWh @ 2018-01-12T14:28:41.500270-05:00>>
  245. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.hydroquebec_period_mean_daily_bill, old_state=None, new_state=<state sensor.hydroquebec_period_mean_daily_bill=unknown; icon=mdi:square-inc-cash, friendly_name=Moyenne quotidienne (période), unit_of_measurement=CAD @ 2018-01-12T14:28:41.503657-05:00>>
  246. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.hydroquebec_yesterday_higher_price_consumption, old_state=None, new_state=<state sensor.hydroquebec_yesterday_higher_price_consumption=unknown; icon=mdi:flash, friendly_name=Consommation au tarif élevé (Hier), unit_of_measurement=kWh @ 2018-01-12T14:28:41.507082-05:00>>
  247. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.hydroquebec_yesterday_total_consumption, old_state=None, new_state=<state sensor.hydroquebec_yesterday_total_consumption=unknown; icon=mdi:flash, friendly_name=Consommation hier, unit_of_measurement=kWh @ 2018-01-12T14:28:41.510278-05:00>>
  248. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.hydroquebec_yesterday_lower_price_consumption, old_state=None, new_state=<state sensor.hydroquebec_yesterday_lower_price_consumption=unknown; icon=mdi:flash, friendly_name=Consommation au tarif bas (Hier), unit_of_measurement=kWh @ 2018-01-12T14:28:41.513531-05:00>>
  249. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.hydroquebec_period_average_temperature, old_state=None, new_state=<state sensor.hydroquebec_period_average_temperature=unknown; icon=mdi:thermometer, friendly_name=Température moyenne (période), unit_of_measurement=°C @ 2018-01-12T14:28:41.516886-05:00>>
  250. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 15.9 seconds.
  251. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sensor>
  252. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  253. Traceback (most recent call last):
  254. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  255. result = coro.throw(exc)
  256. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  257. return (yield from task)
  258. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  259. yield self # This tells Task to wait for completion.
  260. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  261. future.result()
  262. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  263. raise self._exception
  264. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  265. result = coro.send(None)
  266. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  267. component = loader.get_component(domain)
  268. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  269. module = importlib.import_module(path)
  270. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  271. return _bootstrap._gcd_import(name[level:], package, level)
  272. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  273. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  274. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  275. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  276. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  277. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  278. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  279. utf8: { type: "_internal", bomAware: true},
  280. ValueError: source code string cannot contain null bytes
  281. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  282. Traceback (most recent call last):
  283. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  284. result = coro.throw(exc)
  285. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  286. return (yield from task)
  287. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  288. yield self # This tells Task to wait for completion.
  289. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  290. future.result()
  291. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  292. raise self._exception
  293. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  294. result = coro.send(None)
  295. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  296. component = loader.get_component(domain)
  297. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  298. module = importlib.import_module(path)
  299. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  300. return _bootstrap._gcd_import(name[level:], package, level)
  301. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  302. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  303. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  304. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  305. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  306. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  307. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/automation/__init__.py", line 21, in <module>
  308. from homeassistant.components import logbook
  309. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/logbook.py", line 18, in <module>
  310. from homeassistant.components.http import HomeAssistantView
  311. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  312. utf8: { type: "_internal", bomAware: true},
  313. ValueError: source code string cannot contain null bytes
  314. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  315. Traceback (most recent call last):
  316. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  317. result = coro.throw(exc)
  318. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  319. return (yield from task)
  320. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  321. yield self # This tells Task to wait for completion.
  322. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  323. future.result()
  324. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  325. raise self._exception
  326. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  327. result = coro.send(None)
  328. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  329. component = loader.get_component(domain)
  330. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  331. module = importlib.import_module(path)
  332. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  333. return _bootstrap._gcd_import(name[level:], package, level)
  334. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  335. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  336. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  337. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  338. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  339. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  340. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/__init__.py", line 21, in <module>
  341. from homeassistant.components.http import KEY_AUTHENTICATED, HomeAssistantView
  342. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  343. utf8: { type: "_internal", bomAware: true},
  344. ValueError: source code string cannot contain null bytes
  345. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  346. Traceback (most recent call last):
  347. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  348. result = coro.throw(exc)
  349. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  350. return (yield from task)
  351. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  352. yield self # This tells Task to wait for completion.
  353. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  354. future.result()
  355. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  356. raise self._exception
  357. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  358. result = coro.send(None)
  359. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 159, in _async_setup_component
  360. conf_util.async_process_component_config(hass, config, domain)
  361. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/config.py", line 622, in async_process_component_config
  362. platform = get_platform(domain, p_name)
  363. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 104, in get_platform
  364. return get_component(PLATFORM_FORMAT.format(domain, platform))
  365. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  366. module = importlib.import_module(path)
  367. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  368. return _bootstrap._gcd_import(name[level:], package, level)
  369. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  370. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  371. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  372. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  373. File "<frozen importlib._bootstrap_external>", line 669, in exec_module
  374. File "<frozen importlib._bootstrap_external>", line 775, in get_code
  375. File "<frozen importlib._bootstrap_external>", line 735, in source_to_code
  376. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  377. ValueError: source code string cannot contain null bytes
  378. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  379. Traceback (most recent call last):
  380. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  381. result = coro.throw(exc)
  382. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  383. return (yield from task)
  384. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  385. yield self # This tells Task to wait for completion.
  386. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  387. future.result()
  388. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  389. raise self._exception
  390. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  391. result = coro.send(None)
  392. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  393. component = loader.get_component(domain)
  394. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  395. module = importlib.import_module(path)
  396. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  397. return _bootstrap._gcd_import(name[level:], package, level)
  398. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  399. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  400. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  401. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  402. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  403. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  404. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/scene/__init__.py", line 18, in <module>
  405. from homeassistant.helpers.state import HASS_DOMAIN
  406. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/state.py", line 9, in <module>
  407. from homeassistant.components.media_player import (
  408. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/__init__.py", line 21, in <module>
  409. from homeassistant.components.http import KEY_AUTHENTICATED, HomeAssistantView
  410. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  411. utf8: { type: "_internal", bomAware: true},
  412. ValueError: source code string cannot contain null bytes
  413. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  414. Traceback (most recent call last):
  415. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  416. result = coro.throw(exc)
  417. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  418. return (yield from task)
  419. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  420. yield self # This tells Task to wait for completion.
  421. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  422. future.result()
  423. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  424. raise self._exception
  425. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  426. result = coro.send(None)
  427. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  428. component = loader.get_component(domain)
  429. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  430. module = importlib.import_module(path)
  431. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  432. return _bootstrap._gcd_import(name[level:], package, level)
  433. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  434. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  435. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  436. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  437. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  438. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  439. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/tts/__init__.py", line 20, in <module>
  440. from homeassistant.components.http import HomeAssistantView
  441. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  442. utf8: { type: "_internal", bomAware: true},
  443. ValueError: source code string cannot contain null bytes
  444. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  445. Traceback (most recent call last):
  446. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  447. result = coro.throw(exc)
  448. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  449. return (yield from task)
  450. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  451. yield self # This tells Task to wait for completion.
  452. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  453. future.result()
  454. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  455. raise self._exception
  456. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  457. result = coro.send(None)
  458. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  459. component = loader.get_component(domain)
  460. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  461. module = importlib.import_module(path)
  462. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  463. return _bootstrap._gcd_import(name[level:], package, level)
  464. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  465. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  466. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  467. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  468. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  469. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  470. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/conversation.py", line 19, in <module>
  471. from homeassistant.components import http
  472. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  473. utf8: { type: "_internal", bomAware: true},
  474. ValueError: source code string cannot contain null bytes
  475. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  476. Traceback (most recent call last):
  477. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  478. result = coro.throw(exc)
  479. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  480. return (yield from task)
  481. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  482. yield self # This tells Task to wait for completion.
  483. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  484. future.result()
  485. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  486. raise self._exception
  487. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  488. result = coro.send(None)
  489. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  490. component = loader.get_component(domain)
  491. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  492. module = importlib.import_module(path)
  493. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  494. return _bootstrap._gcd_import(name[level:], package, level)
  495. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  496. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  497. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  498. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  499. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  500. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  501. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/device_tracker/__init__.py", line 27, in <module>
  502. from homeassistant.helpers.restore_state import async_get_last_state
  503. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/restore_state.py", line 11, in <module>
  504. from homeassistant.components.history import get_states, last_recorder_run
  505. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/history.py", line 20, in <module>
  506. from homeassistant.components.http import HomeAssistantView
  507. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  508. utf8: { type: "_internal", bomAware: true},
  509. ValueError: source code string cannot contain null bytes
  510. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  511. Traceback (most recent call last):
  512. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  513. result = coro.throw(exc)
  514. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  515. return (yield from task)
  516. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  517. yield self # This tells Task to wait for completion.
  518. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  519. future.result()
  520. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  521. raise self._exception
  522. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  523. result = coro.send(None)
  524. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  525. component = loader.get_component(domain)
  526. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  527. module = importlib.import_module(path)
  528. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  529. return _bootstrap._gcd_import(name[level:], package, level)
  530. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  531. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  532. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  533. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  534. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  535. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  536. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/logbook.py", line 18, in <module>
  537. from homeassistant.components.http import HomeAssistantView
  538. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  539. utf8: { type: "_internal", bomAware: true},
  540. ValueError: source code string cannot contain null bytes
  541. 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  542. Traceback (most recent call last):
  543. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  544. result = coro.throw(exc)
  545. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
  546. return (yield from task)
  547. File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
  548. yield self # This tells Task to wait for completion.
  549. File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
  550. future.result()
  551. File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
  552. raise self._exception
  553. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  554. result = coro.send(None)
  555. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
  556. component = loader.get_component(domain)
  557. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
  558. module = importlib.import_module(path)
  559. File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  560. return _bootstrap._gcd_import(name[level:], package, level)
  561. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  562. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  563. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  564. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  565. File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  566. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  567. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/config/__init__.py", line 11, in <module>
  568. from homeassistant.components.http import HomeAssistantView
  569. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
  570. utf8: { type: "_internal", bomAware: true},
  571. ValueError: source code string cannot contain null bytes
  572. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 20.08s
  573. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Starting Home Assistant core loop
  574. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Starting Home Assistant
  575. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_start[L]>
  576. 2018-01-12 14:28:41 INFO (Thread-18) [homeassistant.components.zwave] Starting Z-Wave network...
  577. 2018-01-12 14:28:41 INFO (Thread-18) [openzwave] Start Openzwave network.
  578. 2018-01-12 14:28:41 DEBUG (Thread-18) [homeassistant.components.zwave] network state: 0 Network is stopped
  579. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_wind_dir, old_state=<state sensor.dark_sky_wind_dir=unknown; icon=mdi:weather-windy, friendly_name=Direction du vent @ 2018-01-12T14:28:26.121403-05:00>, new_state=<state sensor.dark_sky_wind_dir=Sud Ouest; icon=mdi:weather-windy, friendly_name=Direction du vent @ 2018-01-12T14:28:41.618215-05:00>>
  580. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.dark_sky_wind_speed_kmh, old_state=<state sensor.dark_sky_wind_speed_kmh=unknown; icon=mdi:weather-windy, friendly_name=Vent (KM/H), unit_of_measurement=km/h @ 2018-01-12T14:28:26.134178-05:00>, new_state=<state sensor.dark_sky_wind_speed_kmh=15.947999999999999; icon=mdi:weather-windy, friendly_name=Vent (KM/H), unit_of_measurement=km/h @ 2018-01-12T14:28:41.622744-05:00>>
  581. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Timer:starting
  582. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event zwave.network_start[L]>
  583. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : new notification
  584. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : Notification type : 18, nodeId : 1
  585. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : call callback context
  586. 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] zwcallback args=[{'notificationType': 'DriverReady', 'nodeId': 1, 'homeId': 3248632484}]
  587. 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Z-Wave Notification DriverReady : {'notificationType': 'DriverReady', 'nodeId': 1, 'homeId': 3248632484}
  588. 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Create object node (node_id:1)
  589. 2018-01-12 14:28:41 INFO (Dummy-43) [openzwave] Driver ready using library Static Controller version Z-Wave 3.95
  590. 2018-01-12 14:28:41 INFO (Dummy-43) [openzwave] home_id 0xc1a232a4, controller node id is 1
  591. 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Network home_id: [0xc1a232a4] controller: [home_id: [0xc1a232a4] id: [1] name: [] product: [ZW090 Z-Stick Gen5 US] capabilities: {'primaryController'} library: [Static Controller version Z-Wave 3.95]]
  592. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : end
  593. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : new notification
  594. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : Notification type : 6, nodeId : 1
  595. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : call callback context
  596. 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] zwcallback args=[{'notificationType': 'NodeAdded', 'nodeId': 1, 'homeId': 3248632484}]
  597. 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Z-Wave Notification NodeAdded : {'notificationType': 'NodeAdded', 'nodeId': 1, 'homeId': 3248632484}
  598. 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Create object node (node_id:1)
  599. 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=zwave.aeotec_zw090_zstick_gen5_us, old_state=None, new_state=<state zwave.aeotec_zw090_zstick_gen5_us=unknown; new_entity_id=zwave.aeotec_zw090_zstick_gen5_us, friendly_name=Aeotec ZW090 Z-Stick Gen5 US, manufacturer_name=Aeotec, node_name=Aeotec ZW090 Z-Stick Gen5 US, old_entity_id=zwave.aeotec_zw090_zstick_gen5_us_1, node_id=1, product_name=ZW090 Z-Stick Gen5 US @ 2018-01-12T14:28:41.855220-05:00>>
  600. 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Z-Wave Notification Node : home_id: [0xc1a232a4] id: [1] name: [] model: [ZW090 Z-Stick Gen5 US]
  601. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : end
  602. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : new notification
  603. 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : Notification type : 8, nodeId : 1
Advertisement
Add Comment
Please, Sign In to add comment