puddly
puddly
Was it crashing before, using your serial thread but with pyserial instead?
Hmmm. Maybe try dropping the request concurrency? It should be 16 for you. Maybe try 4 or 8? https://github.com/zigpy/zigpy-znp#configuration I think we should just try to get a proper debug...
In what way are the numbers incorrect?
If I'm understanding the problem correctly, I think this might work (feel free to rename the struct, I'm not too familiar with the Tuya protocol): ```diff diff --git a/zhaquirks/tuya/__init__.py b/zhaquirks/tuya/__init__.py...
Can you post (or email me) a complete debug log from each version, including requests to the light being sent successfully with 2022.9.7 and failing with 2022.10.5?
Also, is your Conbee running the most recent firmware? If not, can you upgrade it?
> I don't think I can get you a full version of the logs. There's way too much personal information in them for me to scrub through. If you don't...
@wryandginger can you post the `zha` section of your `configuration.yaml` file? I'm seeing packets be sent with source routing, which is not a default zigpy config option and does not...
`false` is already [the default](https://github.com/zigpy/zigpy/blob/8a2c7548065367d7e94ddf5857652ca1cd087e70/zigpy/config/defaults.py#L22). Can you triple check that you have no `source_routing` in your configuration file? I've migrated my network back to a Conbee and cannot see any...
@Peertje87 You shouldn't have deCONZ running at all. ZHA and deCONZ are mutually exclusive.