jptrsn / ESP32-mqtt-room

An ESP32 based presence detection node for use with the Home Assistant mqtt_room component for localized device presence detection.
GNU Affero General Public License v3.0
252 stars 46 forks source link

HTU21D Sensor Support #20

Closed jptrsn closed 4 years ago

jptrsn commented 5 years ago

Add support for reading from and reporting temperature and humidity values from HTU21D i2c sensors to MQTT topics.

This should be modular and optional so that the basic functionality of the module is unchanged.

mikewebb70 commented 5 years ago

I think this a brilliant idea....along with the led support as well and yep, modular. Thanks for your efforts.

jptrsn commented 4 years ago

Basic support for HTU21D temperature/humidity sensor is now supported. Settings file includes htuSensorTopic option, to allow config to specify what MQTT topic pattern to use for reporting sensor values.

jptrsn commented 4 years ago

Released in v0.0.7