Skip to content

lboue/esphome_zb_sensor

 
 

Repository files navigation

ESP32-H2 Zigbee

Zigbee based temperature/humidity sensor

ESPHome Zigbee sensor connected to AHT10 Temperature+Humidity Sensor.

Build ESPHome Zigbee sensor

Steps

  • Build with esphome run ZB_sensor.yaml command will fail.
  • Copy idf_component.yml to .esphome/build/zb-sensor/src/
  • Copy CONFIG_ZB_ENABLED=y, CONFIG_ZB_RADIO_NATIVE=y, CONFIG_ZB_ZED=y, and ZB_ED_ROLE=y from sdkconfig.zb_sensor.esphomeinternal to sdkconfig.zb-sensor (in .esphome/build/zb-sensor/ directory)
  • Build with esphome run ZB_sensor.yaml command

Notes

About

Example of a zigbee sensor in esphome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.5%
  • C++ 11.5%