-
Notifications
You must be signed in to change notification settings - Fork 106
Description
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