Hey everyone, I’ve been researching how to integrate my gas boiler with Home Assistant and wanted to share what I’ve managed to figure out so far with my limited knowledge and get some feedback from people who’ve done something similar.
My setup / constraints:
Boiler: Immergas EOLO STAR 24 4E, it’s in a closet on the apartment balcony (standard installation in my country)
Apartment: It’s an 85sqm/915sqft apartment, so there shouldn’t be too much temperature deviation from one room to another.
The boiler uses a proprietary IMG_BUS / CAR V2 protocol, no OpenTherm.
Over here thermostats are fairly rare, so my house has zero thermostat wiring. I usually just adjust up the water temperature on the boiler manually, meaning that It also never a steady temperature inside.
I’ve purchased a ready-made ES32 usb dongle and a few BLE temp sensors to monitor temperature and humidity in my rooms.
I don’t need a physical thermostat display, happy to control everything from my phone, through automation, or directly on the boiler
The boiler has a thermostat terminal (clamps 40 & 41) with a jumper bridge installed from the factory. Removing the jumper and replacing it with a dry-contact switch should allow remote control of the boiler
For the HA and ESPHome side, the plan would be:
Shelly 1 relay module (because it has isolated dry-contact output) wired to S20 inside the boiler, Temp sensors feeding temperature data to ESPHome/HA and All control via phone / HA automations. As I haven’t ever really had a thermostat, I wont be missing out on much.
One concern I’ve read about this is that if HA crashes the boiler continues to heat the house, or alternatively stays off even when the temperature falls. So that’s why I want to add ESPHome. My understanding is that the ESP32 device will have information coming in from the BLE temperature sensors, which it can then use control the Shelly relay, and pass all of this information to Home Assistant for a dashboard. In case of an HA outage, the ESPHome would take over and keep the boiler at a set temperature independently.
Has anyone done something similar with an Immergas boiler? Any gotchas? I’ve read some people on here trying to integrate Immergas’ own thermostats into HA, without much luck.
Any better recommendations to implement remote heating?