On the first time when a device with a previously not used model is added to the zigbee network, the system may thrown an UNSUPPORTED CLUSTER error message. This is caused by the system not properly loading the custom cluster used by said device into the relevant structures.
This can be fixed in one of 2 ways:
- unpair the device, then re-pair the device
- restart the adapter
It is currently unknown why/how this happens. Several attempts were made to work around this issue, but none were successful.
On the first time when a device with a previously not used model is added to the zigbee network, the system may thrown an
UNSUPPORTED CLUSTERerror message. This is caused by the system not properly loading the custom cluster used by said device into the relevant structures.This can be fixed in one of 2 ways:
It is currently unknown why/how this happens. Several attempts were made to work around this issue, but none were successful.