klausahrenberg / WThermostatBeca

Replaces original Tuya firmware on Beca thermostat with ESP8266 wifi module
395 stars 96 forks source link

Add humidity measurement #322

Open andreasz70 opened 7 months ago

andreasz70 commented 7 months ago

I added a few lines to the source code:

include DHT.h library,
init dht object,
add a checkbox to the web-config
add a few lines to activate the humidity property
and modified the hardware to connect a DHT22 sensor to GPIO 4 (tested without the BHT002 connected)

config json