installed the dev version same thing
2017-10-05 11:21:44 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-10-05 11:21:45 WARNING (MainThread) [homeassistant.setup] Setup of binary_sensor is taking over 10 seconds.
2017-10-05 11:21:46 WARNING (MainThread) [homeassistant.setup] Setup of climate is taking over 10 seconds.
2017-10-05 11:21:46 WARNING (MainThread) [homeassistant.setup] Setup of notify is taking over 10 seconds.
2017-10-05 11:21:46 WARNING (MainThread) [homeassistant.setup] Setup of camera is taking over 10 seconds.
2017-10-05 11:21:46 WARNING (MainThread) [homeassistant.setup] Setup of media_player is taking over 10 seconds.
2017-10-05 11:21:47 WARNING (MainThread) [homeassistant.setup] Setup of switch is taking over 10 seconds.
2017-10-05 11:21:47 WARNING (MainThread) [homeassistant.setup] Setup of light is taking over 10 seconds.
2017-10-05 11:21:47 WARNING (MainThread) [homeassistant.setup] Setup of device_tracker is taking over 10 seconds.
2017-10-05 11:21:58 WARNING (MainThread) [homeassistant.components.updater] Running on 'dev', only analytics will be submitted
2017-10-05 11:22:02 WARNING (Thread-3) [custom_components.emulated_hue] Alexa type is deprecated and will be removed in a future version
2017-10-05 11:22:02 WARNING (Thread-3) [custom_components.emulated_hue] Listen IP address not specified, auto-detected address is 192.168.1.238
2017-10-05 11:22:02 WARNING (Thread-3) [custom_components.emulated_hue] Alexa type is deprecated and will be removed in a future version
2017-10-05 11:22:02 WARNING (Thread-3) [custom_components.emulated_hue] Listen IP address not specified, auto-detected address is 192.168.1.238
2017-10-05 11:22:02 WARNING (Thread-3) [custom_components.emulated_hue] Listen IP address not specified, auto-detected address is 192.168.1.238
2017-10-05 11:22:02 ERROR (Thread-6) [homeassistant.components.sensor.netatmo] Module name: "Gilma_outdoor" not found
2017-10-05 11:22:08 WARNING (MainThread) [homeassistant.setup] Setup of tts is taking over 10 seconds.
2017-10-05 11:22:30 ERROR (Thread-4) [rxv] Failed to fetch http://192.168.1.32:80/YamahaRemoteControl/desc.xml
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 141, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 83, in create_connection
raise err
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
OSError: [Errno 113] No route to host
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 356, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib/python3.4/http/client.py", line 1090, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.4/http/client.py", line 1128, in _send_request
self.endheaders(body)
File "/usr/lib/python3.4/http/client.py", line 1086, in endheaders
self._send_output(message_body)
File "/usr/lib/python3.4/http/client.py", line 924, in _send_output
self.send(msg)
File "/usr/lib/python3.4/http/client.py", line 859, in send
self.connect()
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 166, in connect
conn = self._new_conn()
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 150, in _new_conn
self, "Failed to establish a new connection: %s" % e)
requests.packages.urllib3.exceptions.NewConnectionError: <requests.packages.urllib3.connection.HTTPConnection object at 0x6dd302b0>: Failed to establish a new connection: [Errno 113] No route to host
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/requests/adapters.py", line 438, in send
timeout=timeout
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 649, in urlopen
_stacktrace=sys.exc_info()[2])
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.1.32', port=80): Max retries exceeded with url: /YamahaRemoteControl/desc.xml (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x6dd302b0>: Failed to establish a new connection: [Errno 113] No route to host',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/rxv/rxv.py", line 92, in _discover_features
desc_xml = self._session.get(self.unit_desc_url).content
File "/srv/homeassistant/lib/python3.4/site-packages/requests/sessions.py", line 531, in get
return self.request('GET', url, **kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/sessions.py", line 518, in request
resp = self.send(prep, **send_kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/sessions.py", line 639, in send
r = adapter.send(request, **kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/adapters.py", line 502, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.1.32', port=80): Max retries exceeded with url: /YamahaRemoteControl/desc.xml (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x6dd302b0>: Failed to establish a new connection: [Errno 113] No route to host',))
2017-10-05 11:22:30 ERROR (MainThread) [homeassistant.components.media_player] Error while setting up platform yamaha
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 141, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 83, in create_connection
raise err
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
OSError: [Errno 113] No route to host
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 356, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib/python3.4/http/client.py", line 1090, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.4/http/client.py", line 1128, in _send_request
self.endheaders(body)
File "/usr/lib/python3.4/http/client.py", line 1086, in endheaders
self._send_output(message_body)
File "/usr/lib/python3.4/http/client.py", line 924, in _send_output
self.send(msg)
File "/usr/lib/python3.4/http/client.py", line 859, in send
self.connect()
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 166, in connect
conn = self._new_conn()
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 150, in _new_conn
self, "Failed to establish a new connection: %s" % e)
requests.packages.urllib3.exceptions.NewConnectionError: <requests.packages.urllib3.connection.HTTPConnection object at 0x6dd302b0>: Failed to establish a new connection: [Errno 113] No route to host
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/requests/adapters.py", line 438, in send
timeout=timeout
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 649, in urlopen
_stacktrace=sys.exc_info()[2])
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.1.32', port=80): Max retries exceeded with url: /YamahaRemoteControl/desc.xml (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x6dd302b0>: Failed to establish a new connection: [Errno 113] No route to host',))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 164, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File "/usr/lib/python3.4/asyncio/tasks.py", line 372, in wait_for
return fut.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/yamaha.py", line 81, in setup_platform
receivers = rxv.RXV(ctrl_url, name).zone_controllers()
File "/srv/homeassistant/lib/python3.4/site-packages/rxv/rxv.py", line 87, in __init__
self._discover_features()
File "/srv/homeassistant/lib/python3.4/site-packages/rxv/rxv.py", line 92, in _discover_features
desc_xml = self._session.get(self.unit_desc_url).content
File "/srv/homeassistant/lib/python3.4/site-packages/requests/sessions.py", line 531, in get
return self.request('GET', url, **kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/sessions.py", line 518, in request
resp = self.send(prep, **send_kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/sessions.py", line 639, in send
r = adapter.send(request, **kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/adapters.py", line 502, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.1.32', port=80): Max retries exceeded with url: /YamahaRemoteControl/desc.xml (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x6dd302b0>: Failed to establish a new connection: [Errno 113] No route to host',))
2017-10-05 11:22:33 ERROR (MainThread) [homeassistant.components.switch] Error while setting up platform broadlink
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 164, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File "/usr/lib/python3.4/asyncio/tasks.py", line 372, in wait_for
return fut.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/switch/broadlink.py", line 150, in setup_platform
device_config.get(CONF_COMMAND_OFF)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/switch/broadlink.py", line 186, in __init__
self._command_off = b64decode(command_off) if command_off else None
File "/usr/lib/python3.4/base64.py", line 90, in b64decode
return binascii.a2b_base64(s)
binascii.Error: Incorrect padding
2017-10-05 11:22:33 WARNING (Thread-11) [homeassistant.components.light.hue] Connected to Hue at 192.168.1.80 but not registered.
2017-10-05 11:22:37 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2017-10-05 11:22:38 WARNING (MainThread) [homeassistant.components.switch] Setup of platform broadlink is taking over 10 seconds.
2017-10-05 11:22:38 ERROR (Thread-2) [homeassistant.components.switch.broadlink] Failed to connect to device
2017-10-05 11:22:54 WARNING (Thread-2) [homeassistant.components.light.flux_led] Failed to connect to bulb 192.168.1.146, strip
2017-10-05 11:23:02 ERROR (Thread-12) [homeassistant.components.light.yeelight] Failed to connect to bulb 192.168.1.203, Hallway left: A socket error occurred when sending the command.
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Percentage Today, the state is unknown.
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Domains Blocked, the state is unknown.
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Queries Today, the state is unknown.
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Last Motion, the state is unknown.
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Livingroom Temperature, the state is unknown.
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Office Temperature, the state is unknown.
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.helpers.condition] Value cannot be processed as a number:
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.helpers.condition] Value cannot be processed as a number:
2017-10-05 11:23:04 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Last Motion, the state is unknown.
2017-10-05 11:23:05 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2017-10-05 11:23:07 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2017-10-05 11:23:11 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2017-10-05 11:23:12 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2017-10-05 11:23:14 WARNING (MainThread) [homeassistant.helpers.condition] Value cannot be processed as a number: unknown
2017-10-05 11:23:16 WARNING (Thread-5) [netdisco.ssdp] Error fetching description at http://192.168.1.241:8200/rootDesc.xml
2017-10-05 11:23:16 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.marisol_heater is taking over 10 seconds
2017-10-05 11:23:16 WARNING (Thread-5) [netdisco.ssdp] Error fetching description at http://192.168.1.247:1990/WFADevice.xml
2017-10-05 11:23:19 ERROR (MainThread) [homeassistant.components.telegram_bot.polling] Client connection error
2017-10-05 11:23:24 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2017-10-05 11:23:24 ERROR (Thread-5) [pynetgear] Error talking to API
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/requests/models.py", line 374, in prepare_url
scheme, auth, host, port, path, query, fragment = parse_url(url)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/packages/urllib3/util/url.py", line 199, in parse_url
raise LocationParseError(url)
requests.packages.urllib3.exceptions.LocationParseError: Failed to parse: None:None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/pynetgear/__init__.py", line 113, in _make_request
self.soap_url, headers=headers, data=message, timeout=10)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/sessions.py", line 504, in request
prep = self.prepare_request(req)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/sessions.py", line 436, in prepare_request
hooks=merge_hooks(request.hooks, self.hooks),
File "/srv/homeassistant/lib/python3.4/site-packages/requests/models.py", line 302, in prepare
self.prepare_url(url, params)
File "/srv/homeassistant/lib/python3.4/site-packages/requests/models.py", line 376, in prepare_url
raise InvalidURL(*e.args)
requests.exceptions.InvalidURL: Failed to parse: None:None
2017-10-05 11:23:24 ERROR (Thread-5) [homeassistant.components.device_tracker.netgear] Failed to Login
2017-10-05 11:23:24 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform netgear
2017-10-05 11:23:30 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2017-10-05 11:23:33 WARNING (Thread-9) [homeassistant.components.zwave] zwave not ready after 30 seconds, continuing anyway
2017-10-05 11:23:34 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
2017-10-05 11:23:34 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2017-10-05 11:23:34 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2017-10-05 11:23:34 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2017-10-05 11:23:34 WARNING (MainThread) [homeassistant.components.switch] Updating broadlink switch took longer than the scheduled update interval 0:00:30
2017-10-05 11:23:52 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template Last Motion, the state is unknown.