One of the most important things when selecting components for selecting a home automation system is the input / output module to control various components. I would like wired modules with popular communication (example ModBus TCP) that are easily available on the market. Modules must have transistor outputs.
Moxa is pretty ok, but expensive
The company I work for are using them, and they can do mqtt straight out of the box
A much cheaper option would be ESPHome, thet can do digital and analog IO and also serial com…
Major advantage is thet are only €2-3
However, it does involve some DIY😋
I work with the Ukrainian startup i3 Engineering, they have interesting controllers based on ESP32 with a large number of inputs (up to 22) and outputs (up to 30). Works well with ESPHome.
Hi! There are 2 types of controllers: STM32 and ESP32.
STM32 version has its own firmware, and integrates with HA via mqtt.
For ESP32 controllers you can create esphome or tasmota firmware.
Both of these versions are available.
If you write to me what needs to be controlled, I will help you choose a controller model.