Hi everyone,
I recently finished building a small indoor grow chamber using the Pico-Relay-B board — an all-in-one board that combines an MCU with 8 relays.
The chamber is controlled Esphome, and this is the first working prototype (v1.0).
This setup is designed to maintain ideal growing conditions in a compact indoor space. I’m planning to eventually automate it using environmental sensors like temperature, humidity, and CO₂ to help optimize plant health.
I’m documenting this journey as I design and build systems for long-term self-sufficiency.
switch:
- platform: gpio
pin: 21
name: "Relay 1 (CH1)"
- platform: gpio
pin: 20
name: "Relay 2 (CH2)"
- platform: gpio
pin: 19
name: "Relay 3 (CH3)"
- platform: gpio
pin: 18
name: "Relay 4 (CH4)"
- platform: gpio
pin: 17
name: "Relay 5 (CH5)"
- platform: gpio
pin: 16
name: "Relay 6 (CH6)"
- platform: gpio
pin: 15
name: "Relay 7 (CH7)"
- platform: gpio
pin: 14
name: "Relay 8 (CH8)"
For anyone curious about the setup process, there’s a short walkthrough video below.
I’m not an electrical expert, so I kept wiring details minimal in the video. But if you’d like a general reference, here’s a similar board with its wiring diagram:
Industrial 6-Channel ESP32-S3 WiFi Relay Module, Supports WiFi / Bluetooth / RS485 control, Onboard RS485 / Pico HAT interfaces | ESP32-S3-Relay-6CH
The hydroponic port I used is from this Tuya WiFi hydroponics kit:
https://ko.aliexpress.com/item/1005006220525819.html
I designed the chamber to fit both this unit and a small fridge that could accommodate its size.
For the next version, I’m planning to add temperature and humidity sensors to automate the chamber’s power based on environmental conditions.
If you have any ideas or advice on how to approach this, I’d love to hear from you!
By the way, the hydroponic port I used is from this Tuya WiFi hydroponics kit:
https://ko.aliexpress.com/item/1005006220525819.html
I designed the chamber to fit both this unit and a small fridge that could fit its size.
If you have any ideas or advice on how to approach this, I’d love to hear from you!
Since I’m not a native English speaker, I used AI to help translate this post. Please let me know if anything’s unclear