core: Remove duplicate log entries Unexpected response TSN

Home Assistant release with the issue:

0.98.1

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.):

Hass.io

Component/platform:

ZHA

Description of problem: These duplicate entries clog the log

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):


Traceback (if applicable):

Unexpected response TSN=113 command=11 args=[1, <Status.SUCCESS: 0>]
7:56 __main__.py (WARNING)
Unexpected response TSN=112 command=11 args=[1, <Status.SUCCESS: 0>]
7:56 __main__.py (WARNING)
Unexpected response TSN=111 command=11 args=[1, <Status.SUCCESS: 0>]
7:55 __main__.py (WARNING)
Unexpected response TSN=110 command=11 args=[1, <Status.SUCCESS: 0>]
7:54 __main__.py (WARNING)
Unexpected response TSN=109 command=11 args=[1, <Status.SUCCESS: 0>]
7:53 __main__.py (WARNING)
Unexpected response TSN=108 command=11 args=[1, <Status.SUCCESS: 0>]
7:52 __main__.py (WARNING)
Unexpected response TSN=107 command=11 args=[1, <Status.SUCCESS: 0>]
7:51 __main__.py (WARNING)
Unexpected response TSN=106 command=11 args=[1, <Status.SUCCESS: 0>]
7:50 __main__.py (WARNING)
Unexpected response TSN=105 command=11 args=[1, <Status.SUCCESS: 0>]
7:49 __main__.py (WARNING)
Unexpected response TSN=104 command=11 args=[1, <Status.SUCCESS: 0>]
7:48 __main__.py (WARNING)
Unexpected response TSN=103 command=11 args=[1, <Status.SUCCESS: 0>]
7:47 __main__.py (WARNING)
Unexpected response TSN=102 command=11 args=[1, <Status.SUCCESS: 0>]
7:46 __main__.py (WARNING)
Unexpected response TSN=101 command=11 args=[1, <Status.SUCCESS: 0>]
7:45 __main__.py (WARNING)
Unexpected response TSN=100 command=11 args=[1, <Status.SUCCESS: 0>]
7:44 __main__.py (WARNING)
Unexpected response TSN=99 command=11 args=[1, <Status.SUCCESS: 0>]
7:43 __main__.py (WARNING)
Unexpected response TSN=98 command=11 args=[1, <Status.SUCCESS: 0>]
7:42 __main__.py (WARNING)
Unexpected response TSN=97 command=11 args=[1, <Status.SUCCESS: 0>]
7:42 __main__.py (WARNING)
Unexpected response TSN=96 command=11 args=[1, <Status.SUCCESS: 0>]
7:41 __main__.py (WARNING)
Unexpected response TSN=95 command=11 args=[1, <Status.SUCCESS: 0>]
7:40 __main__.py (WARNING)
Unexpected response TSN=94 command=11 args=[1, <Status.SUCCESS: 0>]
7:39 __main__.py (WARNING)
Unexpected response TSN=93 command=11 args=[1, <Status.SUCCESS: 0>]
7:38 __main__.py (WARNING)
Unexpected response TSN=92 command=11 args=[1, <Status.SUCCESS: 0>]
7:37 __main__.py (WARNING)
Unexpected response TSN=91 command=11 args=[1, <Status.SUCCESS: 0>]
7:36 __main__.py (WARNING)
Unexpected response TSN=90 command=11 args=[1, <Status.SUCCESS: 0>]
7:35 __main__.py (WARNING)
Unexpected response TSN=89 command=11 args=[1, <Status.SUCCESS: 0>]
7:35 __main__.py (WARNING)
Unexpected response TSN=88 command=11 args=[1, <Status.SUCCESS: 0>]
7:34 __main__.py (WARNING)
Unexpected response TSN=87 command=11 args=[1, <Status.SUCCESS: 0>]
7:33 __main__.py (WARNING)
Unexpected response TSN=86 command=11 args=[1, <Status.SUCCESS: 0>]
7:32 __main__.py (WARNING)
Unexpected response TSN=85 command=11 args=[1, <Status.SUCCESS: 0>]
7:31 __main__.py (WARNING)
Unexpected response TSN=84 command=11 args=[1, <Status.SUCCESS: 0>]
7:30 __main__.py (WARNING)
Unexpected response TSN=83 command=11 args=[1, <Status.SUCCESS: 0>]
7:29 __main__.py (WARNING)
Unexpected response TSN=82 command=11 args=[1, <Status.SUCCESS: 0>]
7:28 __main__.py (WARNING)
Unexpected response TSN=81 command=11 args=[1, <Status.SUCCESS: 0>]
7:27 __main__.py (WARNING)
Unexpected response TSN=80 command=11 args=[1, <Status.SUCCESS: 0>]
7:26 __main__.py (WARNING)
Unexpected response TSN=79 command=11 args=[1, <Status.SUCCESS: 0>]
7:25 __main__.py (WARNING)
Unexpected response TSN=78 command=11 args=[1, <Status.SUCCESS: 0>]
7:25 __main__.py (WARNING)
Unexpected response TSN=77 command=11 args=[1, <Status.SUCCESS: 0>]
7:24 __main__.py (WARNING)
Unexpected response TSN=76 command=11 args=[1, <Status.SUCCESS: 0>]
7:23 __main__.py (WARNING)

Additional information:

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 35 (18 by maintainers)

Most upvoted comments

@Adminiuga Everything works great. Thank!

It is a problem in zigpy:

  1. we need to disable default response for ZCL replies https://github.com/zigpy/zigpy/issues/208
  2. we actually need to use the same TSN for the replies as in the received request https://github.com/zigpy/zigpy/issues/209