- Notifications
You must be signed in to change notification settings - Fork1
Zigbee firmware for ESP32 C6 based multi-functional air quality sensor
License
NotificationsYou must be signed in to change notification settings
xyzroe/Q_sensor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Q_sensor is a multi-functional Zigbee air quality sensor that integrates various environmental sensors to provide comprehensive monitoring of air quality: temperature, humidity, pressure, CO2 level, VOC index, illuminance.
- AGS10 - VOC sensor (0x1a)
- SCD40 - CO2 sensor (0x62)
- AHT20 - Temperature sensor (0x38)
- BH1750 - Ambient Light sensor (0x23)
- BMP280 - Barometric pressure sensor (0x77)
- QMI8658C - 6-axis attitude gyro sensor (0x6b)
- BS5820 - 5.8G radar sensor (Binary)
Found something at address 0x7e?
- ADC pin V1 - IO2
- ADC pin V2 - IO0
- Button - IO10
- Radar - IO4
- LED - IO5
- SDA - IO6
- SCL - IO7

External converterq.js
- Almost all values use standard clusters (so it will work on any system)
- Configurable reporting
- OTA update possible
- SCD40 gets pressure data from BMP280 for more accurate readings
- All sensors read every 10 seconds
If you don't need some value - go to reporting tab and setMin rep interval
,Max rep interval
to65534
andMin rep change
to0

You can find the latest release onreleases page and install like any other ESP32 firmware.
This work is licensed under aCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
About
Zigbee firmware for ESP32 C6 based multi-functional air quality sensor