fairecasoimeme / ZiGate

Zigate is an Universal Zigbee Gateway
http://zigate.fr
171 stars 59 forks source link

Add support for Develco Air Quality Sensor #284

Closed schrodingersket closed 3 years ago

schrodingersket commented 4 years ago

This ticket is to track support Air Quality sensor data from Develco Sensors. Data is registered under the HA 1.2 profile (0x0104), manufacturer id 0x1015, cluster id 0xfc03, endpoint id 0x26, and attributes 0x00-0x03 (all uint16s). Data format is exactly the same as for temperature/humidity sensing, but is manufacturer-specific (I've attached the full tech sheet to this issue for convenience). aqszb-110-technical-manual-air-quality-sensor.pdf

I'm happy to do this work myself, but I'd like to keep consistent with your manner of supporting new devices (which I'm not familiar with), so input would be greatly appreciated (:

Should a new endpoint be created for Develco products? Currently, the only requirement I have for support is reading attributes and configuring attribute reporting (with standard commands), so I don't expect this one to be much effort.

Thanks in advance for the help!

schrodingersket commented 3 years ago

Since this information propagates to the host via 0x8002 messages, I'm closing this out.