-
Notifications
You must be signed in to change notification settings - Fork 327
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
Unable To Send Commands To Clusters Which Share Same Cluster ID #686
Comments
This is indeed a known issue, but why not just use the name instead of ID? |
The frontend (I don't believe) allows for this so I thought this might be a limitation with ZH.. If it isn't, then I will raise it as an issue in that project instead.. |
It would be better if we indeed allow specifying the cluster name instead of ID in the frontend. |
Closing for now as I will raise it in the frontend project |
@Koenkk - I am re-opening this issue as it appears that there is an issue with ZH. Please see attached log which shows the error response when using the cluster name instead of its id in an MQTT explorer message:
|
Fixed! Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
There is an existing cluster in Herdsman
manuSpecificUbisysDeviceSetup
which has a cluster id of64512
I created a new cluster
manuSpecificAssaDoorLock
which shares the same cluster id of64512
or Hex0xFC00
When trying to send a command to
manuSpecificAssaDoorLock
using the cluster id (as the cluster name cannot be used as far as I am aware), I get an error response stating that the clustermanuSpecificUbisysDeviceSetup
has no commandX
.This presents an interesting problem, as these manufacturer specific clusters can have overlapping cluster and command id's that have completely different functions so, cannot be merged together.
Is there a way to control which cluster (i.e. by name) Herdsman (and Z2M) uses?
Error message:
The text was updated successfully, but these errors were encountered: