Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] --------------------------------------
  2. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] RESPONSE 8102 : Attribute Report / Response
  3. 2018-01-11 09:33:57 INFO (MainThread) [custom_components.zigate.interface] * General: On/Off
  4. 2018-01-11 09:33:57 INFO (MainThread) [custom_components.zigate.interface] * Multi click
  5. --- Logging error ---
  6. Traceback (most recent call last):
  7. File "/usr/lib/python3.4/logging/__init__.py", line 978, in emit
  8. msg = self.format(record)
  9. File "/usr/lib/python3.4/logging/__init__.py", line 828, in format
  10. return fmt.format(record)
  11. File ".../home-assistant/venv/lib/python3.4/site-packages/colorlog/colorlog.py", line 119, in format
  12. message = super(ColoredFormatter, self).format(record)
  13. File "/usr/lib/python3.4/logging/__init__.py", line 565, in format
  14. record.message = record.getMessage()
  15. File "/usr/lib/python3.4/logging/__init__.py", line 328, in getMessage
  16. msg = msg % self.args
  17. TypeError: not all arguments converted during string formatting
  18. Call stack:
  19. File ".../home-assistant/venv/bin/hass", line 11, in <module>
  20. load_entry_point('homeassistant', 'console_scripts', 'hass')()
  21. File ".../home-assistant/homeassistant/__main__.py", line 366, in main
  22. exit_code = setup_and_run_hass(config_dir, args)
  23. File ".../home-assistant/homeassistant/__main__.py", line 293, in setup_and_run_hass
  24. return hass.start()
  25. File ".../home-assistant/homeassistant/core.py", line 158, in start
  26. self.loop.run_forever()
  27. File "/usr/lib/python3.4/asyncio/base_events.py", line 276, in run_forever
  28. self._run_once()
  29. File "/usr/lib/python3.4/asyncio/base_events.py", line 1172, in _run_once
  30. handle._run()
  31. File "/usr/lib/python3.4/asyncio/events.py", line 120, in _run
  32. self._callback(*self._args)
  33. File ".../home-assistant/venv/lib/python3.4/site-packages/serial_asyncio/__init__.py", line 106, in _read_ready
  34. self._protocol.data_received(data)
  35. File "~/.homeassistant/custom_components/zigate/__init__.py", line 97, in data_received
  36. self.device.read_data(data)
  37. File "~/.homeassistant/custom_components/zigate/interface.py", line 146, in read_data
  38. self.interpret_data(data_to_decode)
  39. File "~/.homeassistant/custom_components/zigate/interface.py", line 540, in interpret_data
  40. self.interpret_attribute(msg_data)
  41. File "~/.homeassistant/custom_components/zigate/interface.py", line 675, in interpret_attribute
  42. int(hexlify(attribute_data), 16), ' times')
  43. Message: ' * Pressed: '
  44. Arguments: (2, ' times')
  45. 2018-01-11 09:33:57 INFO (MainThread) [custom_components.zigate.interface] FROM ADDRESS : b'f5c9'
  46. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] - Source EndPoint : b'01'
  47. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] - Cluster ID : b'0006'
  48. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] - Attribute ID : b'8000'
  49. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] - Attribute type : b'20'
  50. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] - Attribute size : 1
  51. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] - Attribute data : b'02'
  52. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] # encoded : b'018102120210021ebd6bf5c9021102100216800210021020021002110212c303'
  53. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] # decoded : 0181 02 00 0E BD 6B F5 C9 01 00 06 80 00 00 20 00 01 02 C303
  54. 2018-01-11 09:33:57 DEBUG (MainThread) [custom_components.zigate.interface] (@timestamp : 09:33:57
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement