SamZorSec / Open-Home-Automation

Open Home Automation with Home Assistant, ESP8266/ESP32 and MQTT
MIT License
960 stars 197 forks source link

Add SHT30 Temp/Humidity Sensor support #32

Closed pidiet closed 6 years ago

pidiet commented 6 years ago

Hey,

this one is also great, small and more precise than dht22. And it has a wemos shield as well: https://wiki.wemos.cc/products:d1_mini_shields:sht30_shield

Notes: Wemos' provided library is hinky and not recommended. This firmware uses ClosedCube's library instead: https://github.com/closedcube/ClosedCube_SHT31D_Arduino (not closed at all!) Source: https://github.com/boneskull/shtshow

SamZorSec commented 6 years ago

Hi @pidiet, One sensor has just been ordered.

SamZorSec commented 6 years ago

Support added now for SHT3X sensors (cf. commit).

rradar commented 6 years ago

@mertenats thank's so much!

Just builded my first multi sensor with a sht30! Just works! Great!