Skip to content

Supported sensors

Supporting more sensors

Depending on a sensor it might be either easy, or rather involving to provide support for a sensor.

Currently there is a work to change how sensors are polled to make all sensors to work through Zephyr's Sensor API, which would result in same codebase for all sensors in the main app, while drivers will implement interface required to talk to the sensors.

When this change will be done - all sensors officially supported by Zephyr, will be supported. Note that the sensor will be supported only in the context of Zigbee Cluster Library, meaning that if sensor supports some measurements that Zigbee Cluster Library does not support - it will not be available in Zigbee.

Supported sensors

Note

Full per-sensor options will be defined later. For now please refer to configuration file documentation or latest configuration in repository for sensor configuration options.

  • bme280 & bme680 - Bosch BME280 / BME680
  • dht - Aosong DHT11 / DHT22 / AM2302
  • scd4x - Sensirion SCD41 (driver by nobodyguy)