Skip to content

Instantly share code, notes, and snippets.

@rcloran
Created April 24, 2017 21:59
Show Gist options
  • Save rcloran/dd9872ed6543d7d81c56c63a7d594620 to your computer and use it in GitHub Desktop.
Save rcloran/dd9872ed6543d7d81c56c63a7d594620 to your computer and use it in GitHub Desktop.
17-04-24 14:14:26 DEBUG (MainThread) [bellows.ezsp] Application frame 35 (childJoinHandler) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 36 (trustCenterJoinHandler) received
17-04-24 14:14:27 INFO (MainThread) [bellows.zigbee.application] Device 0xf016 (00:0b:57:ff:fe:2b:37:71) joined the network
17-04-24 14:14:27 INFO (MainThread) [bellows.zigbee.device] [0xf016] Discovering endpoints
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Send command sendUnicast
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 52 (sendUnicast) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 98 (incomingSenderEui64Handler) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.zigbee.zdo] [0xf016:zdo] ZDO request 0x0013: [61462, 00:0b:57:ff:fe:2b:37:71, 128]
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 63 (messageSentHandler) received
17-04-24 14:14:27 INFO (MainThread) [bellows.zigbee.device] [0xf016] Discovered endpoints: [1]
17-04-24 14:14:27 INFO (MainThread) [bellows.zigbee.endpoint] [0xf016:1] Discovering endpoint information
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Send command sendUnicast
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 52 (sendUnicast) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 63 (messageSentHandler) received
17-04-24 14:14:27 INFO (MainThread) [bellows.zigbee.endpoint] [0xf016:1] Discovered endpoint information: <SimpleDescriptor endpoint=1 profile=260 device_type=2064 device_version=2 input_clusters=[0, 1, 3, 9, 2821, 4096] output_clusters=[3, 4, 6, 8, 25, 4096]>
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Send command sendUnicast
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 52 (sendUnicast) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 69 (incomingMessageHandler) received
17-04-24 14:14:27 DEBUG (MainThread) [bellows.ezsp] Application frame 63 (messageSentHandler) received
17-04-24 14:14:35 DEBUG (MainThread) [bellows.ezsp] Application frame 70 (macFilterMatchMessageHandler) received
17-04-24 14:14:35 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback SerialTransport._read_ready()
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/events.py", line 125, in _run
self._callback(*self._args)
File "/srv/homeassistant/lib/python3.5/site-packages/serial_asyncio/__init__.py", line 106, in _read_ready
self._protocol.data_received(data)
File "/srv/homeassistant/lib/python3.5/site-packages/bellows/uart.py", line 54, in data_received
self.frame_received(frame)
File "/srv/homeassistant/lib/python3.5/site-packages/bellows/uart.py", line 64, in frame_received
self.data_frame_received(data)
File "/srv/homeassistant/lib/python3.5/site-packages/bellows/uart.py", line 84, in data_frame_received
self._application.frame_received(self._randomize(data[1:-3]))
File "/srv/homeassistant/lib/python3.5/site-packages/bellows/ezsp.py", line 159, in frame_received
result, data = t.deserialize(data, schema)
File "/srv/homeassistant/lib/python3.5/site-packages/bellows/types/__init__.py", line 9, in deserialize
value, data = type_.deserialize(data)
File "/srv/homeassistant/lib/python3.5/site-packages/bellows/types/basic.py", line 12, in deserialize
r = cls.from_bytes(data[:cls._size], 'little', signed=cls._signed)
File "/usr/lib/python3.5/enum.py", line 241, in __call__
return cls.__new__(cls, value)
File "/usr/lib/python3.5/enum.py", line 476, in __new__
raise ValueError("%r is not a valid %s" % (value, cls.__name__))
ValueError: 128 is not a valid EmberMacPassthroughType
17-04-24 14:14:46 DEBUG (MainThread) [bellows.ezsp] Application frame 35 (childJoinHandler) received
17-04-24 14:14:46 DEBUG (MainThread) [bellows.ezsp] Application frame 36 (trustCenterJoinHandler) received
17-04-24 14:14:46 INFO (MainThread) [bellows.zigbee.application] Device 0xf016 (00:0b:57:ff:fe:2b:37:71) left the network
17-04-24 14:14:46 WARNING (MainThread) [bellows.zigbee.util] Error calling listener.device_left: 'ApplicationListener' object has no attribute 'device_left'
17-04-24 14:14:50 DEBUG (MainThread) [bellows.ezsp] Application frame 35 (childJoinHandler) received
17-04-24 14:14:50 DEBUG (MainThread) [bellows.ezsp] Application frame 36 (trustCenterJoinHandler) received
17-04-24 14:14:50 INFO (MainThread) [bellows.zigbee.application] Device 0x91f0 (00:0b:57:ff:fe:2b:37:71) joined the network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment