-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aqara relay. Only one channel works. #55
Comments
I think you need a https://github.com/zigpy/zha-device-handlers for this device Without the device it is hard to fix your issue. |
Thank you for reply! UPD: It seems that quirk - zhaquirks.xiaomi.aqara.relay_c2acn01.Relay is allready used |
@3AXAPOB FYI; Home Assistant's ZHA integration component already uses the "ZHA Device Handlers" library by default for ZHA exception and deviation handling https://www.home-assistant.io/integrations/zha/ Check out: https://github.com/zigpy/zha-device-handlers => https://github.com/zigpy/zha-device-handlers/issues So what you need to do is create a new quirk or update the existing quirks, or submit an issue there with more detailed information if you need help with the creation or updating quirks in the "ZHA Device Handlers" library: https://github.com/zigpy/zha-device-handlers/blob/dev/CONTRIBUTING.md PS: There are also instructions in their readme file now on how to test new releases that are not yet available in Home Assistant: https://github.com/zigpy/zha-device-handlers/blob/dev/README.md |
Hi. I am using cc2531 and have some problems with two channel aqara relay (LUMI lumi.relay.c2acn01). I can switch from frontend only first relay. If I press second channel switch there is no result and got this at log:
2020-06-23 22:26:25 DEBUG (MainThread) [homeassistant.components.zha.entity] light.lumi_lumi_relay_c2acn01_5bd84b04_on_off_2: turned off:
2020-06-23 22:26:25 WARNING (MainThread) [zigpy_cc.api] Waiter timeout: <Waiter matcher=<Matcher type=CommandType.AREQ subsystem=Subsystem.AF command=dataConfirm payload={'endpoint': 2, 'transid': 102}> future= timeout=10000 sequence=None>
2020-06-23 22:26:27 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xfaa2:2:0x0006]: command failed: on exception:
2020-06-23 22:26:27 DEBUG (MainThread) [homeassistant.components.zha.entity] light.lumi_lumi_relay_c2acn01_5bd84b04_on_off_2: turned on: {'on_off': TimeoutError()}
The text was updated successfully, but these errors were encountered: