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

[zigpy] - error during runtime #1200

Closed
Tracked by #1235
pipiche38 opened this issue May 29, 2022 · 1 comment
Closed
Tracked by #1235

[zigpy] - error during runtime #1200

pipiche38 opened this issue May 29, 2022 · 1 comment

Comments

@pipiche38
Copy link
Collaborator

pipiche38 commented May 29, 2022

On a large system ( more than 60 devices), suddenly the Elelabs seem to be stuck and plenty of error occured.

@puddly do you have any advice on how such Timeout should be handled ?

uture: <Task finished coro=<transport_request() done, defined at /home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/zigpyThread.py:533> exception=TimeoutError()>
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/tasks.py", line 223, in __step
    result = coro.send(None)
  File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/zigpyThread.py", line 552, in transport_request
    result, msg = await self.app.request( destination, Profile, Cluster, sEp, dEp, sequence, payload, expect_reply, use_ieee )
  File "/home/pi/domoticz/plugins/Domoticz-Zigbee/bellows/zigbee/application.py", line 581, in request
    self.direct, device.nwk, aps_frame, message_tag, data
  File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for
    raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
2022-05-29 11:27:49,653 DEBUG   :Couldn't send command sendUnicast((<EmberOutgoingMessageType.OUTGOING_DIRECT: 0>, 0x9233, EmberApsFrame(profileId=260, clusterId=6, sourceEndpoint=1, destinationEndpoint=3, options=<EmberApsOption.APS_OPTION_ENABLE_ROUTE_DISCOVERY|APS_OPTION_RETRY: 320>, groupId=0, sequence=45), 48, b'\x10\x00\x00\x00\x00')). EZSP is not running
2022-05-29 11:27:49,657 ERROR   :Task exception was never retrieved
future: <Task finished coro=<transport_request() done, defined at /home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/zigpyThread.py:533> exception=EzspError('EZSP is not running')>
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/tasks.py", line 223, in __step
    result = coro.send(None)
  File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/zigpyThread.py", line 552, in transport_request
    result, msg = await self.app.request( destination, Profile, Cluster, sEp, dEp, sequence, payload, expect_reply, use_ieee )
  File "/home/pi/domoticz/plugins/Domoticz-Zigbee/bellows/zigbee/application.py", line 581, in request
    self.direct, device.nwk, aps_frame, message_tag, data
  File "/home/pi/domoticz/plugins/Domoticz-Zigbee/bellows/ezsp/__init__.py", line 137, in _command
    raise EzspError("EZSP is not running")
bellows.exception.EzspError: EZSP is not running
2022-05-29 11:27:49,660 ERROR   :Task exception was never retrieved
future: <Task finished coro=<transport_request() done, defined at /home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/zigpyThread.py:533> exception=ControllerError('ApplicationController is not running')>
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/tasks.py", line 223, in __step
    result = coro.send(None)
  File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/zigpyThread.py", line 552, in transport_request
    result, msg = await self.app.request( destination, Profile, Cluster, sEp, dEp, sequence, payload, expect_reply, use_ieee )
  File "/home/pi/domoticz/plugins/Domoticz-Zigbee/bellows/zigbee/application.py", line 528, in request
    raise ControllerError("ApplicationController is not running")
bellows.exception.ControllerError: ApplicationController is not running
2022-05-29 11:27:49,663 ERROR   :Task exception was never retrieved
@pipiche38
Copy link
Collaborator Author

@puddly other question, why do we get a bellows specific exception and not a zigpy one ?

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

1 participant