Xinyuan-LilyGO / T-ZigBee

Zigbee Ultra Low Power IOT Development Board
GNU Affero General Public License v3.0
72 stars 18 forks source link

New sensor demo application with dht sensor #11

Closed swkim01 closed 1 year ago

swkim01 commented 1 year ago

Hello,

I added new sensor demo application in my repository. You can test it with a dht11/22 sensor. Enjoy! https://github.com/swkim01/T-ZigBee/tree/main/examples/sensor_demo

lbuque commented 1 year ago

great! Welcome to submit PR!

lbuque commented 1 year ago

12

pawilli commented 1 year ago

Hello,

I added new sensor demo application in my repository. You can test it with a dht11/22 sensor. Enjoy! https://github.com/swkim01/T-ZigBee/tree/main/examples/sensor_demo

Hi @swkim01.

Thank you for working on the sensory demo. I have a DS18B20 and can get it to work on this board using ESPhome but the esphome implementation is unstable and I would prefer to pick up the temperature through your zigbee-based program.

How can I change the DHT in the example you provided to a DS18B20?

Thanks