Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error doing job: Task exception was never retrieved (None) - KeyError: ff:ff:ff:ff:ff:ff:ff:ff #131581

Open
thogitnet opened this issue Nov 25, 2024 · 1 comment

Comments

@thogitnet
Copy link

The problem

In some cases and after the ha start I get this error message:

homeassistant  | 2024-11-25 22:30:38.431 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
homeassistant  | Traceback (most recent call last):
homeassistant  |   File "/usr/local/lib/python3.12/site-packages/zigpy_znp/zigbee/application.py", line 554, in on_af_message
homeassistant  |     if msg.DstEndpoint != 0 and msg.DstEndpoint in self._device.endpoints:
homeassistant  |                                                    ^^^^^^^^^^^^
homeassistant  |   File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 1311, in _device
homeassistant  |     return self.get_device(ieee=self.state.node_info.ieee)
homeassistant  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
homeassistant  |   File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 1266, in get_device
homeassistant  |     return self.devices[ieee]
homeassistant  |            ~~~~~~~~~~~~^^^^^^
homeassistant  | KeyError: ff:ff:ff:ff:ff:ff:ff:ff

Do this message impact the system? In general, it looks like everything will work.
Is there is a way to fix this?

To the history. I migrated the zha config form a Sonof USB Stick to the Sonof network gateway. could it be that something has gone wrong here?

What version of Home Assistant Core has the issue?

core-2024.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

zha

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @dmulcahey, @Adminiuga, @puddly, @TheJulianJES, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of zha can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign zha Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zha documentation
zha source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants