-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heating water Viessman 100w combi boiler #13
Comments
P07 |
Thanks, my boiler is from 2015 so its a model with knobs, but I will check it, what Ive got on service mode on my boiler. |
Hi @trueskalon, The boiler has different connectors for on/off thermostat and opentherm, , you have to make sure that you have connected it to the correct one in the picture below, connector B) To simplify testing, I recommend using v0.1 (the PID is more complicated to configure). Also, you have to check the configuration of the pins connected to the ESP, in this version they are:
By the way, the old thermostat must be disconnected. I see you have a gateway, my code is prepared for the Ihor Melnyk adapter, in theory the gateway is two adapters, but you have to be careful with its configuration. Good luck |
Thank you, I done all that you have pointed out - Ihor gateway, esp - everything is setup and working. My issue is that when I use call service node, climate.heating.water - turn_on the circulation pump is starting but flame is off (before that I feed via call service node my boiler with heating water temperature). |
Hi @trueskalon, I have a similar situation with BAXI nuvola 3 comfort 240 fi , while looking for solutions. While I'm inclined that BAXI implementation of opentherm is different, according to your boiler, it came across in the forums that you need to change the parameter P07. |
Ok @trueskalon, now I understand what might be happening. The
|
Hello, still no luck... Switching thermostat "on" and setting heating water "on" does not turn on the flame in the boiler :(. I double checked everything, reed manual for my Vitodens 100w (its old model B1HA "analog knobs" with no service OT modes like in new ones). In the esp logs, I can see that "action" for heating water is "off" and this seems to be an issue. I do not know how to turn on action for heating water. |
Hi,
maybe someone will help me or will give me some hints.
Iam using OT gatway and rsciriano ESPHome-OT with Viessman 100w combi boiler.
Ive tried v0.1 to v0.3.
Iam using node-red and call service nodes.
I can feed set_temperature via climate.heating_water and climate.hot_water.
Hot water is activeted by water flow sensor in the boiler (water heating is staring).
I got issue with heating water.
Whaen I call service - turn_on via climate.heating_water only circulation water pump is starting.
Water is not being heated.
Guys maybe someone could help me with getting it work.
Thanks.
The text was updated successfully, but these errors were encountered: