SHT20 Digital Thermostat

hi,
I bought an SHT20 Digital Thermostat Temperature Humidity Controller Sensor
and I'm having prombems connecting it to NR.

The sensor have 4 wires:

  1. 3.3V
  2. SDA
  3. SCL
  4. GND

I've connected the wires accordingly to the RPi 3+ and used the "DHT22" node.
I've configured the nod to "Physical Pins rev.1"
and the "Pin Number" once to pin 3(SDA) and once to pin 5(SCL) but with no luck. NR dose not recognize the sensor.
Please help me configuring the sensor.

below is a link to the sensor for more information

The SHT30 is not a DHT22 and has completely different electronics so no surprises that it doesn't work with that node. I don't believe there is currently a direct node for that sensor since most people don't connect direct to the Pi but rather via an ESP8266/ESP32 or Arduino or similar.

1 Like

how can I connect the sensor via an ESP8266?

If you are not familiar with programming one, try using something like the EasyESP firmware which I think may support it - you'll need to check. Assuming it does, you can flash that firmware onto an ESP and have it up and running in no time - just connect it to your Wi-Fi and send the data to your MQTT broker. Then you can listen to the MQTT output in Node-RED and display it and/or take action as needed.

Connecting the sensor to the ESP is a matter of knowing which GPIO ports are used for I2C and connecting accordingly as you've done with the Pi. I have a couple of these on breadboard setups with ESP8266's I've generally used the Bosch BMP/BME-280's in the past but the SHT30's seem pretty good too. All of the DHT series are rubbish (they are widely used since they were the first cheap Temp/Humidity sensors).

If it helps, an ESP-8266 flashed with ESP-Easy has support for DHT12 (I2C)

https://www.letscontrolit.com/wiki/index.php?title=DHT12

As @TotallyInformation says, it might be better (more reliable) using something like a BME-280.

Mix-up there Dave I think. The question is about the SHT20 which is a modern and perfectly fine sensor. It is just that it is fairly new on the market.

Oops - I stand corrected.

I'll have to purchase some of those and try them out with a Wemos.

Or maybe not that "new" since it was requested in 2017. It is included in core now by the looks of things:

https://www.letscontrolit.com/forum/viewtopic.php?t=2363

It's probably in the 'Dev' version of ESP-Easy (which I don't tend to use).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.