Alexei Chetroi

Results 135 comments of Alexei Chetroi

can you enable debug for: - zigpy - zigpy_cc components (see https://www.home-assistant.io/integrations/zha/#debug-logging) reproduce the issue and post the logs?

what's the NWK address of the relay? I don't see requests to `0xfaa2` device in the new log

did you rejoin it? shouldn't have changed the NWK unless it was reset and rejoined

``` 2020-06-27 19:59:06 DEBUG (MainThread) [zigpy.zcl] [0x2b7c:1:0x000c] Attribute report received: present_value=24.31667709350586 2020-06-27 19:59:07 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2020-06-27 19:59:07 DEBUG (MainThread) [zigpy_cc.zigbee.application] request (0x2b7c, 260, 6, 2, 2, 110, b'\x01n\x01',...

I have that feeling too. Not quite sure why we need so many endpoints with the same profile-id. Think those could be coalesced into fewer and zigpy-cc should pick a...

what radio? it can't communicate with the switch ``` [0xa474:2:0x0006]: failed to get attributes '['on_off']' on 'on_off' cluster: ... [0xa474:1:0x0006]: failed to get attributes '['on_off']' on 'on_off' cluster: ```

enable debug log and submit the logs. This could be a problem with zigpy-cc

`TXStatus.MAC_CHANNEL_ACCESS_FAILURE` means you have a severe interference. Disable bluetooth, use USB extension cable, remove any usb3, ssd enclosurez etc

Does the device answer to the simple descriptor request? Can you make it answer?

Application should consume the exception, not the library.