Skip to content
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

Closed
WanHonghui204 opened this issue Feb 23, 2017 · 3 comments
Closed

Request: SHT11 support #97

WanHonghui204 opened this issue Feb 23, 2017 · 3 comments
Labels
enhancement Type - Enhancement that will be worked on

Comments

@WanHonghui204
Copy link

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.

@arendst arendst added the enhancement Type - Enhancement that will be worked on label Feb 23, 2017
@davidelang
Copy link
Collaborator

it's probably useful to point at an existing implementation (assuming the licenses are compatible)

@WanHonghui204
Copy link
Author

The implementation can be found in the aforementioned projects (both GNU license):

https://github.com/MalteP/espweather/blob/master/firmware/user/sht1x.c
https://github.com/letscontrolit/ESPEasy/blob/master/_P031_SHT1X.ino

I would be happy to be a beta tester.

@arendst
Copy link
Owner

arendst commented Feb 25, 2017

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.

@arendst arendst closed this as completed Mar 8, 2017
arendst added a commit that referenced this issue Mar 16, 2017
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 (#97)
* Add ADC to ElectroDragon (#203)
* Add support for Sonoff Dev (#206)
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type - Enhancement that will be worked on
Projects
None yet
Development

No branches or pull requests

3 participants