Open Nerivec opened 9 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
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:
@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?
@burmistrzak FYI, CSA has released Green Power Revision 1.1.2 specifications 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/
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.
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.