puddly
puddly
@lhespress I have a request. Would it be possible for you to build a version of the ESP32-H2 firmware that uses the USB-C UART port of the device? Testing it...
@lhespress You can see from @robbawebba running the tests that there are still some problems. Can you explain what exact commands I need to run, from the moment I connect...
zigpy-znp started with this one: ```python await self._znp.request( c.AF.Register.Req( Endpoint=1, ProfileId=zigpy.profiles.zha.PROFILE_ID, DeviceId=zigpy.profiles.zha.DeviceType.IAS_CONTROL, DeviceVersion=0b0000, LatencyReq=c.af.LatencyReq.NoLatencyReqs, InputClusters=[ clusters.general.Basic.cluster_id, clusters.general.Ota.cluster_id, ], OutputClusters=[ clusters.security.IasZone.cluster_id, clusters.security.IasWd.cluster_id, ], ), RspStatus=t.Status.SUCCESS, ) await self._znp.request( c.AF.Register.Req( Endpoint=2, ProfileId=zigpy.profiles.zll.PROFILE_ID,...
Is `tamper` available via the usual IAS zone alarm bitfield?
@3reality-support Some comments, applicable to all PRs. 1. When submitting a PR, please fill out the PR template and explain what your pull request implements in both the title and...
Keep in mind that these deserialization failures are entirely inconsequential, Z-Stack does its own processing of ZDO and we haven't created handlers for all of the possible ways the ZDO...
It looks like you're probably using a Sonoff coordinator. Try updating its firmware: https://darkxst.github.io/silabs-firmware-builder/
@Thevion Please record a ZHA debug log with 2024.8.3 for an hour or so and one with 2024.9.2 that reproduces the crash. Without logs, there's no way to investigate the...
This is a failure during initial connection. It means your stick isn't responding when zigpy-znp tried to talk to it.
@serjsk Can you open a separate issue on the zigpy repository for your second error? That should not happen. Please leave ZHA debug logging running until you capture the error...