Solution Store preview: a working mock, off the site nav while we shape it.
Sensor

SHT-30 weatherproof probe

A research-grade temperature and humidity sensor in a weatherproof mesh tube on a 1 meter cable. Wires straight to an ESP32: four wires.

This is the wired path: no Bluetooth, no batteries in the cold space, just a probe on a cable reporting every time the board asks. Accuracy is a step up from the hobby pucks: half a degree C and 2 percent humidity.

Where to get one

These are searches, not endorsements. OAT sells nothing and earns nothing when you buy; the search term is the know-how.

Specs.

MeasuresTemperature and relative humidity, both from the one probe
Temperature accuracy±0.5 °C typical
Humidity accuracy±2 % RH typical
InterfaceI2C (address 0x44), pullups built into the cable; four wires: power, ground, clock, data
Cable1 meter, weatherproof mesh-protected tip (breathes air, not for submersion)
Power3 to 5 V DC from the board; no batteries

How to pick a good one.

  • Adafruit part 4099 is the reference: mesh-protected SHT-30 with pullups already on the cable.
  • Four wires: power, ground, clock, data. Any ESP32 board in this store reads it over I2C.
  • The mesh tip breathes, so it reads humidity honestly; do not submerge it. For liquids, use the DS18B20 instead.

Solutions that use this part.