ihormelnyk / opentherm_library

Arduino/ESP8266/ESP32 OpenTherm Library for HVAC system control communication
MIT License
213 stars 93 forks source link

[HELP] Boilers goes berserk when communication with opentherm is lost #67

Open littlej956 opened 3 months ago

littlej956 commented 3 months ago

Hello, i have opentherm working with a Viessman Vitodens 100w for some time now (like 1 year)

My issue, and it might be because of boiler configuration but i have spent some time checking the manual and i cannot find anything relevant about this issue, so i'm here because maybe someone can pinpoint me to a direction.

Basically it happened that my esp got stuck (i have some watchdog on it) and somehow communication with boiler was lost, losing the communication my boiler goes berserk and heats the water to 95C. (boiler water). I have went over the viessman manual and i cannot find some limit for boiler hot water.

I have tried to setup via opentherm MaxTSet , but i might get the code wrong since it's not working

57 R W MaxTSet f8.8 Max CH water setpoint (°C) (Remote parameters 2)

unsigned int tempTemp = ot.temperatureToData(35); request = ot.buildRequest( OpenThermRequestType::WRITE_DATA, OpenThermMessageID::MaxTSet, tempTemp);

I plug the power from esp and after ~60 seconds the boiler shows error F.95 (i cannot find it in manual, but on the viessman app it stats communication with thermostat lost).

So, is there a way to set max temperature for the boiler even if the communication is lost? I'm afraid that will happen at one point when i'm not home or something and will overheat like crazy.

If anyone has any idea, what to test, what to setup please fell free to add.

Thanks

Laxilef commented 3 months ago

On some boilers you can set the maximum and minimum heating temperatures in the service menu.

littlej956 commented 3 months ago

Hello, unfortunately when boiler is configured to work with opentherm thermostat you cannot set service temperature limits. I need to set it up from opentherm somehow.

Laxilef commented 3 months ago

Hello, from my experience, the boiler should not do anything if communication with the opentherm master is lost. If this works differently on your boiler, I recommend studying the documentation for it in detail. Most likely, any settings you have set via opentherm will become irrelevant when the master device is disconnected. The boiler will be with the settings that were set without the opentherm device.

Try disconnecting the opentherm device, setting the desired maximum temperature and then connecting the opentherm device.