Tracking the list of remaining custom clusters to move to ZHC, if anyone wants to tackle some!
We'll mark priority ones (ID conflict) as we encounter them.
TODO:
*: can optimize lookup performance in ZH once these are moved (no more cluster ID tied to multiple names)
Note: some have manufacturer code ties, so, the conflicts with other "yet-to-be-moved" should technically be mitigated, but still marked as priority.
And also plenty of custom attributes in regular ZCL clusters. These were moved and marked under // custom in each cluster in a recent PR for quick identification.
https://github.com/Koenkk/zigbee-herdsman/blob/master/src/zspec/zcl/definition/cluster.ts
You can find some example moves by looking at the additions in ZHC:
https://github.com/search?q=repo%3AKoenkk%2Fzigbee-herdsman-converters+deviceAddCustomCluster+path%3Asrc&type=code
Tracking the list of remaining custom clusters to move to ZHC, if anyone wants to tackle some!
We'll mark priority ones (ID conflict) as we encounter them.
TODO:
manuSpecificAssaDoorLockmanuSpecificSchneiderLightSwitchConfigurationelkoSwitchConfigurationClusterServermanuSpecificPhilips(and apparently some other yet-to-be-supported devices)*: can optimize lookup performance in ZH once these are moved (no more cluster ID tied to multiple names)
Note: some have manufacturer code ties, so, the conflicts with other "yet-to-be-moved" should technically be mitigated, but still marked as priority.
And also plenty of custom attributes in regular ZCL clusters. These were moved and marked under
// customin each cluster in a recent PR for quick identification.https://github.com/Koenkk/zigbee-herdsman/blob/master/src/zspec/zcl/definition/cluster.ts
You can find some example moves by looking at the additions in ZHC:
https://github.com/search?q=repo%3AKoenkk%2Fzigbee-herdsman-converters+deviceAddCustomCluster+path%3Asrc&type=code