You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
I´m using your libary to communicate with some develco smart plugs. Now I want to add a Xiaomi Aqara temperature humidity sensor.
But if I try to join the device to the zigbee network the following exception is thrown:
Hello,
I´m using your libary to communicate with some develco smart plugs. Now I want to add a Xiaomi Aqara temperature humidity sensor.
But if I try to join the device to the zigbee network the following exception is thrown:
java.lang.IllegalArgumentException: No sender EndPoint 1 with cluster 1026.profiling.org.bubblecloud.zigbee.network.packet.af.AF_INCOMING_MSG - 2019-02-19 10:46:38 - DEBUG - AF_INCOMING_MSG: creating object
profiling.org.bubblecloud.zigbee.network.packet.af.AF_INCOMING_MSG - 2019-02-19 10:46:38 - DEBUG - AF_INCOMING_MSG: object created
org.bubblecloud.zigbee.network.impl.CommandInterfaceImpl - 2019-02-19 10:46:38 - DEBUG - <-- AF_INCOMING_MSG ([I@393ce184)
org.bubblecloud.zigbee.v3.zcl.ZclCommandTransmitter - 2019-02-19 10:46:38 - DEBUG - Received command: [ clusterId: 1029 commandId: 10 specific: false extension: false ZCL Header: 0x18 0x07 0x0a, ZCL Payload: 0x00 0x00 0x21 0xa4 0x1d]
org.bubblecloud.zigbee.network.impl.ZigBeeNetworkManagerImpl.AFMessageListenerFilter - 2019-02-19 10:46:38 - ERROR - Error AF message listener notify.
Is there any support for Xiaomi devices for your library?
Thanks in advance
Best Regards
Achim