Pipiche

Results 170 comments of Pipiche

Here is what I have [pp.zip](https://github.com/zigpy/bellows/files/8799401/pp.zip) here is the log level set # Debug Bellows/Ezsp ``` requests_logger = logging.getLogger("zigpy") requests_logger.setLevel(logging.DEBUG) requests_logger = logging.getLogger("bellows") requests_logger.setLevel(logging.DEBUG) requests_logger = logging.getLogger("AppEzsp") requests_logger.setLevel(logging.DEBUG) ```

we are still experiencing this issue , when it start, only a full restart of the Pi is fixing the issue (this is based on an Popp shield) . Anything...

2022-07-09 15:34:00,013 DEBUG :get_device raise KeyError ieee: None nwk: fcbd !! 2022-07-09 15:34:40,577 ERROR :NCP entered failed state. Requesting APP controller restart 2022-07-09 15:34:40,579 ERROR :NCP entered failed state. Requesting...

I have been able to get a Elelabs crash with debug information. See here after > 2022-07-12 17:49:15,084 DEBUG :Error code: ERROR_EXCEEDED_MAXIMUM_ACK_TIMEOUT_COUNT, Version: 2, frame: b'c20251a8bd7e' To give you some...

> @pipiche38 Could it not benefit all projects dependent on zigpy if you implemented that GitHub OTA Firmware Provider in zigpy? We are only relying on RAW messages. Going to...

Puddly when the zigpy layer doesn the ZDO.IEEEAddrReq.Req() it looks like when the response is received it is only handle by the zigpy layer and not forwarded above to the...

> You should be able to subscribe to an `zdo_ieee_addr_rsp` event: https://github.com/zigpy/zigpy/blob/ada23ea7e7e466ef00b845f77e0e935fad877fcf/zigpy/zdo/__init__.py#L84-L90 I'm not sure this is what you want. When I do an IEEE Nwk addr request I got...

Thanks. I close that one and will follow up on the firmware. Did you see such issue in the past ?