Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.setup] Setting up recorder
- 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=purge, domain=recorder>
- 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=set_level, domain=logger>
- 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.8 seconds.
- 2018-01-12 14:28:23 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=logger>
- 2018-01-12 14:28:24 INFO (MainThread) [homeassistant.setup] Setting up mqtt
- 2018-01-12 14:28:24 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=publish, domain=mqtt>
- 2018-01-12 14:28:24 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.4 seconds.
- 2018-01-12 14:28:24 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=mqtt>
- 2018-01-12 14:28:25 DEBUG (Recorder) [homeassistant.components.recorder] Connected to recorder database
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 1.8 seconds.
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=recorder>
- 2018-01-12 14:28:25 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/history.py", line 20, in <module>
- from homeassistant.components.http import HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:25 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/frontend/__init__.py", line 19, in <module>
- from homeassistant.components.http import HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded zone from homeassistant.components.zone
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setting up zone
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded switch from homeassistant.components.switch
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded group from homeassistant.components.group
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded switch.transmission from homeassistant.components.switch.transmission
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sun from homeassistant.components.sun
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setting up sun
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sun>
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.darksky from homeassistant.components.sensor.darksky
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.template from homeassistant.components.sensor.template
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.hydroquebec from homeassistant.components.sensor.hydroquebec
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.file from homeassistant.components.sensor.file
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.transmission from homeassistant.components.sensor.transmission
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded sensor.sonarr from homeassistant.components.sensor.sonarr
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setting up sensor
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded discovery from homeassistant.components.discovery
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded notify from homeassistant.components.notify
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded light from homeassistant.components.light
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded light.limitlessled from homeassistant.components.light.limitlessled
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded script from homeassistant.components.script
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded updater from homeassistant.components.updater
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.loader] Loaded map from homeassistant.components.map
- 2018-01-12 14:28:25 INFO (MainThread) [homeassistant.setup] Setting up map
- 2018-01-12 14:28:25 ERROR (MainThread) [homeassistant.setup] Error during setup of component map
- Traceback (most recent call last):
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 190, in _async_setup_component
- result = yield from component.async_setup(hass, processed_config)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/map.py", line 15, in async_setup
- yield from hass.components.frontend.async_register_built_in_panel(
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 183, in __getattr__
- component = get_component(comp_name)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/frontend/__init__.py", line 19, in <module>
- from homeassistant.components.http import HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up group
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.file
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sonarr
- 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:
- - [map](https://home-assistant.io/components/map/)
- Please check your config.>
- 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:
- - [map](https://home-assistant.io/components/map/)
- Please check your config. @ 2018-01-12T14:28:26.059222-05:00>>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1975211952-1>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.7 seconds.
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=zone>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up discovery
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain discovery took 0.0 seconds.
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=discovery>
- 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>>
- 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>>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=reload, domain=group>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=set, domain=group>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=remove, domain=group>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=set_visibility, domain=group>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.2 seconds.
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=group>
- 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>>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up switch
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up light
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up script
- 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>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=fermer_tous_lumieres, domain=script>
- 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>>
- 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>>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=reload, domain=script>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_on, domain=script>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_off, domain=script>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=toggle, domain=script>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=script>
- 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>
- 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>>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1975211952-2>
- 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>>
- 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>>
- 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>>
- 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>>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up updater
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=updater>
- 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>>
- 2018-01-12 14:28:26 INFO (MainThread) [homeassistant.setup] Setting up zwave
- 2018-01-12 14:28:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.darksky
- 2018-01-12 14:28:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hydroquebec
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.transmission
- 2018-01-12 14:28:28 DEBUG (Thread-15) [openzwave] Create network object.
- 2018-01-12 14:28:28 DEBUG (Thread-15) [openzwave] Use sqlite version : ('3.16.2',)
- 2018-01-12 14:28:28 INFO (Thread-15) [homeassistant.components.zwave] Z-Wave network autoheal is enabled
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.setup] Setup of domain zwave took 1.4 seconds.
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=zwave>
- 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>>
- 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>>
- 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>>
- 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>>
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.components.switch] Setting up switch.transmission
- 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>>
- 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>>
- 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>
- 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>>
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1975211952-3>
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_off, domain=switch>
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_on, domain=switch>
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=toggle, domain=switch>
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 2.5 seconds.
- 2018-01-12 14:28:28 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=switch>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.components.light] Setting up light.limitlessled
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>
- 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>>
- 2018-01-12 14:28:29 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1975211952-4>
- 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_on, domain=light>
- 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=turn_off, domain=light>
- 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: service=toggle, domain=light>
- 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.setup] Setup of domain light took 3.9 seconds.
- 2018-01-12 14:28:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=light>
- 2018-01-12 14:28:35 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
- 2018-01-12 14:28:37 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform hydroquebec is taking over 10 seconds.
- 2018-01-12 14:28:41 INFO (Thread-2) [homeassistant.components.sensor.hydroquebec] Contract list: 309268771
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 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>>
- 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 15.9 seconds.
- 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sensor>
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/automation/__init__.py", line 21, in <module>
- from homeassistant.components import logbook
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/logbook.py", line 18, in <module>
- from homeassistant.components.http import HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/__init__.py", line 21, in <module>
- from homeassistant.components.http import KEY_AUTHENTICATED, HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 159, in _async_setup_component
- conf_util.async_process_component_config(hass, config, domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/config.py", line 622, in async_process_component_config
- platform = get_platform(domain, p_name)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 104, in get_platform
- return get_component(PLATFORM_FORMAT.format(domain, platform))
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 669, in exec_module
- File "<frozen importlib._bootstrap_external>", line 775, in get_code
- File "<frozen importlib._bootstrap_external>", line 735, in source_to_code
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/scene/__init__.py", line 18, in <module>
- from homeassistant.helpers.state import HASS_DOMAIN
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/state.py", line 9, in <module>
- from homeassistant.components.media_player import (
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/__init__.py", line 21, in <module>
- from homeassistant.components.http import KEY_AUTHENTICATED, HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/tts/__init__.py", line 20, in <module>
- from homeassistant.components.http import HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/conversation.py", line 19, in <module>
- from homeassistant.components import http
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/device_tracker/__init__.py", line 27, in <module>
- from homeassistant.helpers.restore_state import async_get_last_state
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/restore_state.py", line 11, in <module>
- from homeassistant.components.history import get_states, last_recorder_run
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/history.py", line 20, in <module>
- from homeassistant.components.http import HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/logbook.py", line 18, in <module>
- from homeassistant.components.http import HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
- Traceback (most recent call last):
- File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
- result = coro.throw(exc)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 60, in async_setup_component
- return (yield from task)
- File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
- yield self # This tells Task to wait for completion.
- File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
- future.result()
- File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
- raise self._exception
- File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
- result = coro.send(None)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 144, in _async_setup_component
- component = loader.get_component(domain)
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component
- module = importlib.import_module(path)
- File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 986, in _gcd_import
- File "<frozen importlib._bootstrap>", line 969, in _find_and_load
- File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 673, in exec_module
- File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/config/__init__.py", line 11, in <module>
- from homeassistant.components.http import HomeAssistantView
- File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/__init__.py", line 30, in <module>
- utf8: { type: "_internal", bomAware: true},
- ValueError: source code string cannot contain null bytes
- 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 20.08s
- 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Starting Home Assistant core loop
- 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Starting Home Assistant
- 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_start[L]>
- 2018-01-12 14:28:41 INFO (Thread-18) [homeassistant.components.zwave] Starting Z-Wave network...
- 2018-01-12 14:28:41 INFO (Thread-18) [openzwave] Start Openzwave network.
- 2018-01-12 14:28:41 DEBUG (Thread-18) [homeassistant.components.zwave] network state: 0 Network is stopped
- 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>>
- 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>>
- 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Timer:starting
- 2018-01-12 14:28:41 INFO (MainThread) [homeassistant.core] Bus:Handling <Event zwave.network_start[L]>
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : new notification
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : Notification type : 18, nodeId : 1
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : call callback context
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] zwcallback args=[{'notificationType': 'DriverReady', 'nodeId': 1, 'homeId': 3248632484}]
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Z-Wave Notification DriverReady : {'notificationType': 'DriverReady', 'nodeId': 1, 'homeId': 3248632484}
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Create object node (node_id:1)
- 2018-01-12 14:28:41 INFO (Dummy-43) [openzwave] Driver ready using library Static Controller version Z-Wave 3.95
- 2018-01-12 14:28:41 INFO (Dummy-43) [openzwave] home_id 0xc1a232a4, controller node id is 1
- 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]]
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : end
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : new notification
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : Notification type : 6, nodeId : 1
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : call callback context
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] zwcallback args=[{'notificationType': 'NodeAdded', 'nodeId': 1, 'homeId': 3248632484}]
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Z-Wave Notification NodeAdded : {'notificationType': 'NodeAdded', 'nodeId': 1, 'homeId': 3248632484}
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [openzwave] Create object node (node_id:1)
- 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>>
- 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]
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : end
- 2018-01-12 14:28:41 DEBUG (Dummy-43) [libopenzwave] notif_callback : new notification
- 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