emsesp / EMS-ESP

ESP8266 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
https://emsesp.github.io/docs
GNU Lesser General Public License v3.0
302 stars 96 forks source link

Bosch Condens 2500 - what protocol are use? #555

Closed vampywiz17 closed 3 years ago

vampywiz17 commented 3 years ago

Hello there,

If use this boiler with external thermostat (Tado), what protocol are we use?

The Options:

image

The official manual say that it EMS, but no detailed info... This issue say that is HT3 (https://github.com/proddy/EMS-ESP/issues/39)

It possible that this boiler use EMS2? Unfortuantelly EMS2 is not supported by Tado.

bbqkees commented 3 years ago

I don't think its EMS2 but I'm not a Bosch dealer so better call one to verify.

MichaelDvP commented 3 years ago

@vampywiz17: start terminal and type watch on 8, if you see a type-id with 3 digits it's ems+, but i think most boilers are ems or HT3. (i.e. the 3. number => (0x34) in Boiler(0x08) -> (0x00), (0x34), data: ...)

vampywiz17 commented 3 years ago

Success, it working with D17 (HT-Bus)

proddy commented 3 years ago

great!