2018-04-12 18:37:20 WARNING (MainThread) [homeassistant.bootstrap] Python 3.4 support has been deprecated and will be removed in the beginning of 2018. Please upgrade Python or your operating system. More info: https://home-assistant.io/blog/2 ... python-3.4-support/
2018-04-12 18:37:28 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform mi_acpartner
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/construct/core.py", line 2758, in _parse
return self.subcon._parse(stream, context, path)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/construct/core.py", line 1591, in _parse
obj = self.cases.get(key, self.default)._parse(stream, context, path)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/construct/core.py", line 2340, in _parse
hash2 if not isinstance(hash2,bytes) else hexlify(hash2), ))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'1781a20e9725ff73f6a822cfa29ac437'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 171, 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 "/home/homeassistant/.homeassistant/custom_components/climate/mi_acpartner.py", line 141, in setup_platform
token, sensor_entity_id, sync, customize),
File "/home/homeassistant/.homeassistant/custom_components/climate/mi_acpartner.py", line 214, in __init__
self._state = self.climate_get_state()
File "/home/homeassistant/.homeassistant/custom_components/climate/mi_acpartner.py", line 485, in climate_get_state
getstate = self.climate.send("get_model_and_state", [])
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/miio/device.py", line 233, in send
m = Message.parse(data, ctx)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/construct/core.py", line 158, in parse
return self.parse_stream(BytesIO(data), context, **kw)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/construct/core.py", line 171, in parse_stream
return self._parse(stream, context2, "(parsing)")
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/construct/core.py", line 863, in _parse
subobj = sc._parse(stream, context, path)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/construct/core.py", line 2762, in _parse
raise e.__class__("%s\n %s" % (e, path))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'1781a20e9725ff73f6a822cfa29ac437'
(parsing) -> checksum
2018-04-12 18:38:36 ERROR (Thread-7) [homeassistant.components.light.yeelight] Flash supported currently only in RGB mode.
2018-04-12 18:50:35 ERROR (Thread-7) [homeassistant.components.light.yeelight] Flash supported currently only in RGB mode.
2018-04-12 19:07:47 ERROR (Thread-7) [homeassistant.components.light.yeelight] Unable to turn the bulb on: A socket error occurred when sending the command.
2018-04-12 19:27:05 ERROR (Thread-7) [homeassistant.components.light.yeelight] Flash supported currently only in RGB mode.
2018-04-12 20:14:49 ERROR (Thread-9) [homeassistant.components.light.yeelight] Flash supported currently only in RGB mode.
2018-04-12 20:35:00 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/selector_events.py", line 582, in _read_ready
data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out
2018-04-13 01:35:33 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/selector_events.py", line 582, in _read_ready
data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out
2018-04-13 04:04:59 ERROR (Thread-7) [homeassistant.components.light.yeelight] Flash supported currently only in RGB mode.
2018-04-13 04:16:42 ERROR (Thread-3) [homeassistant.components.light.yeelight] Flash supported currently only in RGB mode.
--------------------------------------------------------分割线-----------------------------------------------------------
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 30.2936
longitude: 120.1614
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 0
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Asia/Shanghai
# Customization file
customize: !include customize.yaml
# Show links to resources in log and frontend
introduction:
# Enables the frontend
frontend:
# Enables configuration UI
config:
http:
# Secrets are defined in the file secrets.yaml
# api_password: !secret http_password
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# base_url: example.duckdns.org:8123
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
# Enables a map showing the location of tracked devices
map:
Goodbye Python 3.4! This release marks end of support for python versions older than 3.5, paving a way for cleaner code and a nicer API for a future asyncio support. Highlights of this release: