HomeKidd / ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room

ESP8266 based  Homekit Indoor Air Quality sensor that acts like Eve Room🌱
70 stars 8 forks source link

wemos d1 mini and wemos shields #9

Closed sorriso93 closed 4 years ago

sorriso93 commented 4 years ago

Hello I'm very interested in the project Are these shields supported? https://docs.wemos.cc/en/latest/d1_mini_shiled/index.html#environment-shields

in particular the SHT30 shield and SGP30 shield Many thanks

issue-label-bot[bot] commented 4 years ago

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

auto-comment[bot] commented 4 years ago

Thank you for raising an issue and helping me out with finding bugs or requesting new features. We will try and get back to you as soon as possible. Until that You might find the solution in the Wiki page or maybe find others facing the same issue as You in the Closed Issues!

HomeKidd commented 4 years ago

Hi!

In theory the SHT30 shield can be used, but due to its design, its not very useful: the ESP/Wemos would generate heat, the SHT30 shield sits right above/below the ESP8266 and this will give you inaccurate temperature measurements. Other problem with that shield is it has a fixed I2C bus connection to GPIO4/GPIO5 but this repository using other pins and it cannot be changed!

SGP30 sensor is not supported, see #7 Issue for details. Also see the schematics, required parts and more information at the Wiki!

HomeKidd commented 3 years ago

SGS30 support coming soon as soon as I receive my test sensor and write the code ✌️