logo elektroda
logo elektroda
X
logo elektroda

Integrating Immergas Vitrix Superior 26kW ERP2 with Home Assistant for Metering

gmacko 3600 10
Best answers LABEL_AI_GENERATED

How can I connect an Immergas Vitrix Superior 26kW ERP2 boiler to Home Assistant to read heating and hot-water temperatures, or should I use separate temperature sensors instead?

There is no known ready-made Home Assistant integration for this boiler’s BUS, and Immergas support says the Superior series communicates over a proprietary BUS with 15–24 V supply, while the protocol details are not available [#19680159] [#19690453] [#19690883] For a practical workaround, use an ESP8266-based temperature node with sensors such as DS18B20 or LM35; DS18B20 sensors are digital and can share one 1-wire bus, so you can attach several of them to one module [#19680159] [#19680303] If you need more analog inputs, add an ADS1115 to the ESP8266, which increases the number of analog channels to four [#19680303] ESPHome can build the firmware from inside Home Assistant, while Tasmota can be flashed to the ESP8266 and then configured through its web interface [#19680303] Tasmota then sends data to Home Assistant over MQTT, and programming the board only needs a UART cable or micro-USB, depending on the module [#19680303] Another later report says an OpenTherm interface was inserted between the boiler and CAR2, acting as a gateway that passes data and can be read/modified, with PCB schematic files and modified ESPHome software available [#21849522]
AI summary based on the discussion. May contain errors.
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • Need Immergas bus protocol or WiFi gateway for HA integration

    #1 19679936
    gmacko
    Level 15  
    Posts: 175
    Help: 5
    Rate: 42
    I have been involved with HA for a relatively short time. My experience closes in putting up HA as a Docker on Debian and integrating a few basic devices (PV inverter, air fresheners, garden watering system, in order to log the parameters in the InfluxDB database and thesis pushing out the PV installation params to the PV monitor service.

    I would like to include the parameters of the condensing furnace, i.e. mainly CH output temp, CH return temp, DHW temp. The furnace is Immergas Vitrix Superior 26kW ERP2 . I was thinking of two possibilities, one of which seems to me to be a total abstraction and rather impossible to jump through without help:

    1. the cooker already has some automation, there is a controller connected to it by cable and the controller can do quite a lot, including scheduling DHW and CH separately. It shows the DHW tank temp, supply temp, return temp, you can change a lot of settings with this controller, hence I thought that since the furnace exchanges information with the controller via cable, it could also exchange this information with the HA, but I couldn't find any ready-made Immergas integration among web resources. Hence the idea of programming this from scratch, but I don't even know how to go about it and how, with what, to eavesdrop on this controller protocol to extract the information I need. In addition, you'd need to make some kind of translator that would send the information over the network to the HA and such a thing is probably done on a RaspberryPI or Audriuno (if I'm typing silly things, forgive me).
    As well as a connector on the motherboard for the controller, the oven also has some sort of connector for the BUS, but as there is no documentation available on this other than the one diagram below, it's hard to see what this is for.
    Integrating Immergas Vitrix Superior 26kW ERP2 with Home Assistant for Metering .

    2 Well the other plan is to invest in some WiFi gateway , which will allow me to bring out a couple of cheap thermistors that I can attach to the plumbing pipes and thus send measurements to HA over their network. This seems easier to me and, although poorer than full integration with the furnace, is sufficient for me. Do you know of any low-cost solutions for such temp measurements that you could recommend that would not cause a problem to integrate with the HA?

    Thanks for your help.
  • ADVERTISEMENT
  • Helpful post
    #2 19680159
    xury
    Automation specialist
    Posts: 7083
    Help: 878
    Rate: 1497
    Re.1 I am not aware of anything. Maybe it uses Openthem or its own protocol.
    Ad.2 Many possibilities. Any ESSp8266 and sensors e.g. LM35 or DS18b20. Easily done on e.g. Tasmota or ESPHome software.
  • ADVERTISEMENT
  • ESPHome configuration and ADS1115 input expansion question

    #3 19680267
    gmacko
    Level 15  
    Posts: 175
    Help: 5
    Rate: 42
    Thanks, my understanding is that the ESP8266+sensor module is one independently working thermometer communicating over WiFi, as the ESP8266 has one analogue input, and not sure if there are solutions to plug multiple sensors into one WiFi module?
    From what I've explored you can add an ADS-1115 expansion module to the standard ESP8266 module increasing the number of analogue inputs to 4 pcs.

    ESPHome is an add-on to HA and you add the device there. Do I understand correctly that I then configure the device remotely from the ESPHome add-on in HA and do not need any other programmers?
  • Helpful post

    ESP8266 sensor expansion with ADS1115 and DS18B20

    #4 19680303
    xury
    Automation specialist
    Posts: 7083
    Help: 878
    Rate: 1497
    Yes. The ESP8266 has one analogue input. To have more you need, for example, an ADS-1115.
    On the other hand, DS18B20 are digital sensors and there can be even dozens of them on a single 1wire bus.
    EspHome is an add-on in which you build software for esp8266 with the modules you need.
    I prefer Tasmota, which you basically upload to the esp8266 and configure later via the web panel.
    Tasmota communicates with the HA via MQTT
    To program the esp8266 you only need a UART cable or a microusb cable (e.g. for the Wemos D1 mini boards)
  • Router disconnects from module Wi‑Fi after restart

    #5 19690314
    gmacko
    Level 15  
    Posts: 175
    Help: 5
    Rate: 42
    Integrating Immergas Vitrix Superior 26kW ERP2 with Home Assistant for Metering .
    The project has started, tentatively the prototype looks promising, thanks for the tip.
    I just have some problem with the router, it kinda keeps disconnecting from the wifi of this module. Once it connects, it's ok, but when it restarts it can get into a pileup and breaks the connection every 10 sec.

    Integrating Immergas Vitrix Superior 26kW ERP2 with Home Assistant for Metering .
  • #6 19690333
    xury
    Automation specialist
    Posts: 7083
    Help: 878
    Rate: 1497
    Read the logs from the Tasmota console. There it should write out what the problem is.
  • ADVERTISEMENT
  • #7 19690453
    Anonymous
    Level 1  
  • Immergas confirms BUS control uses 15–24 V supply

    #8 19690883
    gmacko
    Level 15  
    Posts: 175
    Help: 5
    Rate: 42
    Well, from my own. I wrote to immergas Poland. They were able to describe as much to me.

    "The boilers of the Superior series communicate with the controller via BUS protocol, 15-24 V supply.

    We do not have details of the protocol itself, I assume it differs from dedicated protocols."

    Representation for Poland. I don't assume in advance that they don't know, maybe they can't share. Surely such a Tybox controller manufacturer knows the protocol, because they officially support this cooker.
  • #9 19690915
    Anonymous
    Level 1  
  • ADVERTISEMENT
  • Question about reading data from IMG-BUS pins

    #10 21819465
    chalpaja
    Level 1  
    Posts: 1
    Hello, I would like to ask you, if you have some progrss? I have the same boiler and would like to try to connect it to OpenTherm gateway conneted to ESP mcu board. I can’t decide where to connect the OpenTherm gateway. According to wiring diagram, I’m deciding between screws 42/43 (“smart” thermostat) or 41/44 (IMG-BUS - your way). In service documentation is screw 41 marked as GND, so it shouldn’t affect the dry contact between 40 and 41 (I hope).
    Now I!m in the situation - I have connected OpenTherm adapter (https://ihormelnyk.com/arduino_opentherm_controller), with added LEDs for Tx and Rx. I only see the Tx LED blinking, but not Rx. Surely I could have some mistake in the PCB (made on the prototype board), I know.
    But I would like to ask you, if you were successfull with reading data from IMG-BUS pins?
    Thank you in advance. Pavel
  • #11 21849522
    macdems
    Level 1  
    Posts: 1
    >>21819465 Hi,

    I plugged in the OpenTherm interface between the boiler and CAR2. Generally the device acts as a gateway and passes data between the devices, but at the same time reads and interprets the data and can change it. As luck would have it, I can provide the PCB schematic files and the modified soft for ESPHome.

Topic summary

LABEL_AI_GENERATED
Discussion about integrating an Immergas Vitrix Superior 26kW ERP2 condensing boiler with Home Assistant to monitor heating and domestic hot water temperatures. The initial idea was to read data from the boiler’s existing controller and bus interface, but no public protocol documentation was found; the boiler was identified as using an IMG BUS / BUS protocol with 15–24 V supply. As a practical workaround, the thread recommends using ESP8266-based sensor nodes with DS18B20 digital temperature sensors or LM35 analog sensors, optionally expanded with ADS1115 for more analog inputs, and integrating them into Home Assistant via ESPHome or Tasmota/MQTT. The project later moved toward a prototype, with troubleshooting focused on Wi‑Fi disconnects and checking Tasmota logs. A later follow-up mentions experimenting with an OpenTherm gateway between the boiler and CAR2 controller and asking whether IMG-BUS data can be read directly.
AI summary based on the discussion. May contain errors.
ADVERTISEMENT