Hello everyone,
I am planning to control a large heating system with two heat generators, a hot water tank, and three heating circuits using ESPhome. On a smaller scale, I have already implemented this successfully, so I don’t expect major software issues. The system runs stably and reliably. Various functions such as weather forecasts, presence predictions, automatic adjustment of heating curves, runtime optimization for heat generators, calendar functions for events, and other features are integrated.
The goal is to generate heat energy only when it is actually needed—except in cases of energy surplus, for example, from PV electricity, while complying with legal requirements like legionella protection.
Additionally, the system should be designed in such a way that no one has to actively manage it. Especially with large systems with many users, it’s often just about keeping the rooms warm, not about efficient heating.
In light of climate change, I see enormous potential for CO2 savings here.
After completing the project, I would also like to create and publish a detailed documentation that describes all aspects in detail.
Now to my problem: the right hardware. I need a suitable controller. Since communication between Home Assistant and ESPhome is particularly stable, the controller must be based on an ESP. This way, important connections can be configured directly on the ESP, which increases reliability. In my model test, for example, the entire PID controllers as well as some safety chains are configured on the ESP, so that the system continues to run reliably even if Home Assistant is unreachable for any reason.
For such a project, I can’t simply solder a few shields to the ESP and put it in a junction box. It needs to be a certified controller that can be mounted on a DIN rail since it will be integrated into a control cabinet. The cost is of lesser concern in such a system (at least in operation, though more so during testing ).
Here are my requirements for the controller:
- Ethernet port
- Analog inputs (0–10 volts)
- Analog outputs (0–10 volts)
- Digital inputs
- Digital outputs
- Relay output (230 volts)
- 1-Wire input for DS18B20 temperature sensors
I hope someone has an idea about which hardware I could use to implement this.
I have already looked at the Industrial ESP32 PLC. However, it cannot be fully configured via ESPhome. Additionally, 1-Wire and Ethernet cannot be used simultaneously on that device.
I look forward to your feedback.
Best regards