-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: SHT11 support #97
Comments
it's probably useful to point at an existing implementation (assuming the licenses are compatible) |
The implementation can be found in the aforementioned projects (both GNU license): https://github.com/MalteP/espweather/blob/master/firmware/user/sht1x.c I would be happy to be a beta tester. |
I won't support the SHT11. It's using two wires and needs special code to drive it. With two wires I support I2C and the excellent HTU21 temp/hum sensor. |
4.0.6 20170316 * Fix to better find device by Wifi hostname * Fix compile error when some I2C devices are disabled * Add (experimental) support for SHT1X emulating I2C (arendst#97) * Add ADC to ElectroDragon (arendst#203) * Add support for Sonoff Dev (arendst#206)
SHT11 is a popular temperature and relative humidity sensor featuring better accuracy than DHT22. Any chance you could add support for it?
There already exist some implementations for ESP8266, e.g. in ESPEasy and in espweather.
The text was updated successfully, but these errors were encountered: