puddly

Results 621 comments of puddly

Oops, you're right. Ignore that part. One other possibility is that since the source and destination endpoints are always the same (I haven't dug into where in zigpy this is...

@jvalst @lociii I believe this bug has been fixed in https://github.com/zha-ng/zigpy-znp/ and @Adminiuga has tested this sensor specifically with it. Let me know if it works for you, especially if...

Occasionally. You have to enable route discovery or manually send a route discovery request.

How many devices do you have in your network?

This problem might also be related to https://github.com/zigpy/zigpy-cc/issues/57#issuecomment-657257215, since it only fails on endpoint 2.

How does zigpy choose which endpoint is the source (https://github.com/zigpy/zigpy/blob/29e362563f31bc8e77462ac5b2fbd78c40aa926f/zigpy/application.py#L233-L260)? You could ignore the `src_ep` parameter in `Application.request` but that seems to me like the wrong place to do it.

I consolidated all of the endpoints into one in zigpy-znp and just override the source endpoint for every request. I unfortunately don't have any of these affected devices but it...

@srwareham Thank you for reverse engineering most of the protocol. I'm working on a different project but with the same scale and your description saved me quite a bit of...

@oliexdev of course, but it's pretty messy and written in `asyncio`-littered Python. It requires Python 3.7+ and the bluepy library (`pip install bluepy`). You'll probably have to run the script...

If you're using a Conbee, make sure it's on a USB 2.0 extension cable and away from sources of interference, like SSDs, USB 3.0 ports, power supplies, wireless routers, etc....