ESPHome compatible ESP32-S2 module offers six 32A latch relays in a DIN Rail enclosure

EasySensors “6Gang30AmpsLatchRelayEspHomeReady” (now that’s a product name!) is a DIN Rail mountable, ESP32-S2-based automation device featuring six 32A latch relays and supporting ESPHome open-source framework.

The system also comes with two inputs for Dallas temperature sensors, two buttons for manual control of relays, a USB-C port for programming, as well as an external SMA antenna for WiFi connectivity.

ESP32-S2 six 32A latch relays

6Gang30AmpsLatchRelayEspHomeReady specifications:

  • Wireless SoC – Espressif ESP32-S2 Xtensa single-core 32-bit LX7 microcontroller @ up to 240 MHz with 320 kB SRAM, 2.4 GHz WiFi 4 (Matter-ready)
  • Antenna – Embedded IPX to SMA adapter, 3dBi antenna
  • I/Os
    • 6x 32A latch relays with zero current idle consumption
    • 2x Dallas temperature sensor pins with 5 kOhm pull-up resistors
  • USB – 1x USB Type-C for programming via CP2102 USB to TTL chip
  • Misc
    • 6x control buttons, Reset button
    • 6x status LED’s, 2x status LED’s
  • Input Voltage – 85 to 305V AC
  • Dimensions
    • Board – 147 x 87 mm
    • DIN rail plastic enclosure – 150 x 106 x 42mm

ESP32-S2 module with 6x relays 2x temperature sensor inputs

The ESP32-S2 firmware’s binary files are available on Github, and the instructions to get started with ESPHome can be found on Github.io. Note this requires Google Chrome or Microsoft Edge, and Firefox does not work. You can check out how to get started in the video below.

Considering the device is supposed to handle up to 32A and connect to the mains, I was quite surprised the company did not provide any information about safety, either through specific measures taken during PCB design or safety certifications like TUV or ETL.

EasySensors ESP32-S2 6-gang home automation solution can be purchased on Aliexpress for $74 plus shipping. Note it’s not the first time we write about EasySensors, as the company’s easySwitchBox  LoRa wall switch was featured on CNX Software when it launched on Crowd Supply in 2019.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
8 Comments
oldest
newest
Mark
1 year ago

I bought a pile of Shelly pro 4 pm’s instead. Those speak ethernet, mqtt and whatnot. No DS18B20 sensor input, but I’d rather do that from my data rack anyway…

Joe
Joe
1 year ago

It is sensible choice. Shelly pro 4pm is almost perfect device. But I think the uncompromised load capability is the point of the reviewed device. Shelly uses HF32FV-16 relays. These are good relays. But you are still limited to 3A for electronic ballasts and 1HP motors. I’am pretty sure I can’t use the shelly to connect the kitchen to the mains. I wouldn’t connect even an entire room with lots of loads to the mains using the shelly or any other device with generic 10/16/25A relay. 

evadim
evadim
1 year ago

> The ESP32-S2 firmware is closed source with the binary files

Esphome is completely open source thing.

In the corresponding repo one can find 6Gang30AmpsLatchRelay.yaml (which is plain text config) paste it to local Esphome install, generate and flash firmware on the fly.

Neorej
Neorej
1 year ago

That fits. All one needs is a yaml and the rest of the “work” is done by esphome:

> ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.

evadim
evadim
1 year ago

I agree, without expirience with ESPHome it is tricky to get idea. ESPHome kind of code generator for PlatformIO based on simple human readble yaml config and offer excellent intergarion with Homeassistant smart home stack. But also support MQTT, Web UI or can be replaced with another firmware as in yaml defined all the logic and pinout. We can say, without 6Gang30AmpsLatchRelay.yaml it can be considered closed source (but easilly reversed) while config is simple way to change things: For example, controller type: esp32: board: esp32-s2-saola-1 variant: ESP32S2 framework: type: esp-idf version: recommended 123456 esp32:   board: esp32-s2-saola-1   variant: ESP32S2   framework:… Read more »

evadim
evadim
1 year ago

After a bit of research I think this is for installing pre-built firmware from github page without ESPHome installed, as shown on video.
ESPHome itself looks very different and able to flash via chorme-based browser or derectly attached device via any browser.

Khadas VIM4 SBC