ESPHome-OpenTherm icon indicating copy to clipboard operation
ESPHome-OpenTherm copied to clipboard

hot water BAXI

Open ananyevgv opened this issue 2 years ago • 9 comments

I can't set the temperature of hot water, the hot water heating mode is turned on but the water is not heated

ananyevgv avatar Sep 25 '21 16:09 ananyevgv

Hi do you have pid_climate_controller on a climate card with the target temperature on?

marcos-acpc avatar Sep 28 '21 09:09 marcos-acpc

Good afternoon. Yes, there is, but I turned it off, and if I understood correctly, it is responsible for heating water, not hot water

ananyevgv avatar Sep 30 '21 09:09 ananyevgv

Good afternoon. Yes, there is, but I turned it off, and if I understood correctly, it is responsible for heating water, not hot water

Hi @ananyevgv, what you say is right, the pid_climate_controller is only for heating water.

Hot water is only controlled by the Hot water climate. I think it could be a communication problem with the boiler.

I have read in another issue that you have a BAXI nuvola 3 comfort 240 fi. According to this compatibility matrix, your boiler is compatible with the message that sets the hot water temperature, I don't know what might be happening.

image

I recommend you try the most basic code, directly with the Ihor Melnyk examples, and go step by step.

I'm sorry I can't be of more help

P.D: I have a Baxi Platinum Compact ECO, and it works fine

rsciriano avatar Oct 01 '21 20:10 rsciriano

Hello @rsciriano , Thank you so much for your work. I will figure it out further, there are two ideas what else can be done, I will try. Unfortunately, it's cold time now, and I don't really want to experiment with the boiler. Thanks again.

ananyevgv avatar Oct 04 '21 06:10 ananyevgv

In one of the descriptions of the ready-made solution with opentherm (https://zont-online.ru ) found a mention of : "Second Circuit The option necessary to turn on the DHW control on some boilers" and we are talking just about BAXI

ananyevgv avatar Oct 04 '21 06:10 ananyevgv

I found it on the Internet, "For absolutely correct communication with this boiler, it is advisable to ask him the Slave configuration (MSGID=2) first, answer him with the same code in the Master configuration (MSGID=3), and then send the Slave product version (MSGID=127)."

ananyevgv avatar Nov 15 '21 11:11 ananyevgv

MsgID=127 «Slave product version: 51 1», т.е. [1 000 0000 01111111 00000000 00000000],

ananyevgv avatar Nov 15 '21 11:11 ananyevgv

Hi, I have the exact same issue. Did you figure out how to solve it?

michalrychlik avatar Dec 25 '21 15:12 michalrychlik

I decided to do it differently, since this option does not implement the opentherm protocol in full. I decided to do it with a controller and a serial-to-wifi bridge. (links below. unfortunately, only in Russian language).

https://modkam.ru/2018/09/13/shljuz-opentherm-versija-2/ https://modkam.ru/2017/12/14/shljuz-opentherm/

https://github.com/oxan/esphome-stream-server

I want to do it all in the watch case. Unfortunately, it is very cold now (-20), so I left the experiments with the boiler until the summer. The appearance and 3D model are here: https://github.com/ananyevgv/Esphome-clock-NTP/tree/main/clock-3

ananyevgv avatar Dec 27 '21 09:12 ananyevgv

I drew a board for your program, I can upload files for the order

ananyevgv avatar Mar 10 '22 09:03 ananyevgv

https://github.com/ananyevgv/shild/blob/main/shild%20OpenthermESP32%2BAC-Melnik.zip

ananyevgv avatar Mar 10 '22 13:03 ananyevgv

Of course I'm not good at programming, but something happened. https://github.com/ananyevgv/ESPHome-OpenTherm-Baxi_nuvola/blob/main/esphome-opentherm/opentherm_component.h

ananyevgv avatar Dec 08 '22 09:12 ananyevgv

It turned out, a little later I will post the code for baxi nuvola-3 b40

ananyevgv avatar May 12 '23 17:05 ananyevgv

https://github.com/ananyevgv/ESPHome-OpenTherm-Baxi_nuvola/tree/main/esphome-opentherm

ananyevgv avatar May 13 '23 04:05 ananyevgv