esphome_zb_sensor icon indicating copy to clipboard operation
esphome_zb_sensor copied to clipboard

Example of a zigbee sensor in esphome

Results 4 esphome_zb_sensor issues
Sort by recently updated
recently updated
newest added

Hello, luar123. I have prepared a small example with my Zigbee classes. You might be interested. https://github.com/Muk911/esphome/blob/main/esp32c6/hello-zigbee/hello-zigbee.yaml Best regards.

_Originally posted by @luar123 in https://github.com/esphome/feature-requests/issues/1397#issuecomment-2019064013_ > The zigbee part is currently hard-coded and included as a custom component including a task. Changing this to an external component with more...

FYI, there was a bug fix for AHT10 inside ESPHome 2024.3.1 (released on 27th of March 2024) https://esphome.io/changelog/2024.3.0.html#release-2024-3-1-march-27 https://github.com/esphome/esphome/pull/6409 Also a couple of changes to AHT10 in ESPHome 2024.3.0 release:...

To get around the bug with the AHT10 sensor, we can use another type: [BME680 Temperature+Pressure+Humidity+Gas Sensor](https://esphome.io/components/sensor/bme680.html). Check this branch: [BME680](https://github.com/lboue/esphome_zb_sensor/tree/BME680).