I got an error like this after configuring zha
2017-09-07 12:19:08 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 10.1 seconds.
2017-09-07 12:19:08 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sensor>
2017-09-07 12:19:20 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback SerialTransport._read_ready()
Traceback (most recent call last):
File “/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/events.py”, line 127, in _run
self._callback(*self._args)
File “/Users/manikandan/.homeassistant/deps/lib/python/site-packages/serial_asyncio/init.py”, line 106, in _read_ready
self._protocol.data_received(data)
File “/Users/manikandan/.homeassistant/deps/lib/python/site-packages/bellows/uart.py”, line 61, in data_received
self.frame_received(frame)
File “/Users/manikandan/.homeassistant/deps/lib/python/site-packages/bellows/uart.py”, line 73, in frame_received
self.data_frame_received(data)
File “/Users/manikandan/.homeassistant/deps/lib/python/site-packages/bellows/uart.py”, line 94, in data_frame_received
self._application.frame_received(self._randomize(data[1:-3]))
File “/Users/manikandan/.homeassistant/deps/lib/python/site-packages/bellows/ezsp.py”, line 157, in frame_received
sequence, frame_id, data = data[0], data[2], data[3:]
IndexError: index out of range