Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
481 stars 300 forks source link

[Task] ZCL definition update #902

Open Nerivec opened 9 months ago

Nerivec commented 9 months ago

Not an issue, just a task, with some links for reference. I glanced over the ZCL definition, it seems it could use a little love. A lot of the information should be available here to standardize it all. Some errors have been deprecated/changed, manuf code list directly from zigbee alliance, that sort of things.

Also latest Zigbee Specification PDF and Zigbee Cluster Library PDF.

Hedda commented 8 months ago

Also latest Zigbee Specification PDF and Zigbee Cluster Library PDF.

More links here for reference -> https://github.com/zigpy/zha-device-handlers?tab=readme-ov-file#what-are-these-specifications

What are these specifications

Reference official Zigbee specification documentation from Connectivity Standards Alliance (a.k.a. "CSA-IOT", formerly "Zigbee Alliance"):

Additionally, see these third-party and manufacturer specific documents:

burmistrzak commented 5 months ago

@Nerivec I assume we're also adding the entire Green Power cluster definition? Because while investigating https://github.com/Koenkk/zigbee2mqtt/issues/22897#issuecomment-2153181816, I noticed its attributes are still missing.

Should I prepare a PR?

Hedda commented 5 months ago

@burmistrzak FYI, CSA has released Green Power Revision 1.1.2 specifications for Zigbee-based Energy-harvesting Technology:

https://csa-iot.org/newsroom/the-connectivity-standards-alliance-releases-green-power-1-1-2-for-zigbee-based-energy-harvesting-technology/

The latest revision of the Green Power standard, Revision 1.1.2 introduces additional features and scripts that are supposed to simplify testing and allow Green Power developers to use the same unified test harness for Green Power receiver products as used for the traditional Zigbee protocol.

Zigbee PRO Green Power feature specification Basic functionality set version 1.1.2 can now be downloaded from

https://csa-iot.org/developer-resource/specifications-download-request/

burmistrzak commented 5 months ago

FYI, CSA has released Green Power Revision 1.1.2 specifications for Zigbee-based Energy-harvesting Technology

Yep, saw that too! I'll have look, but probably start with v1.1.1, because that's what's currently in use.