Skip to content
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

Hot water current temperature is 0 #17

Closed
en-ver opened this issue Dec 9, 2021 · 11 comments
Closed

Hot water current temperature is 0 #17

en-ver opened this issue Dec 9, 2021 · 11 comments

Comments

@en-ver
Copy link

en-ver commented Dec 9, 2021

In HA hot water current temp is 0 while I can see the correct temperature from the service menu on my boiler (Buderus Logamax U072)
Please advise how to fix it
image

@IvAn-72
Copy link

IvAn-72 commented Jan 14, 2022

Hi. Do you have a single or double boiler? For single-loop, you need to edit the library OpenTherm.h
Tr, // f8.8 Room temperature (°C)
Tboiler, // f8.8 Boiler flow water temperature (°C)
Tstorage, // f8.8 Solar storage temperature (°C)
Toutside, // f8.8 Outside temperature (°C)
Tret, // f8.8 Return water temperature (°C)
Tdhw, // f8.8 DHW temperature (°C)

@en-ver
Copy link
Author

en-ver commented Jan 14, 2022

@IvAn-source-git it's single-loop
Where this file is located?
I can't find it in ESPHome-OpenTherm folder.
Please advise.

@en-ver
Copy link
Author

en-ver commented Jan 14, 2022

ok, from your repo I understood I simply can download it to my RPI and change it there.
but what exactly do I have to change there?

@IvAn-72
Copy link

IvAn-72 commented Jan 14, 2022

Take everything from my repo. A lot has been fixed for our boiler (U)72 and Gaz60000)

@bartmarchand1
Copy link

@IvAn-source-git what do you mean with a single or double loop?
I have a Bulex Thermomaster 28F, for heating and hot tap water production. Is this the double loop?

@IvAn-72
Copy link

IvAn-72 commented Jan 19, 2022

The single-circuit boiler works with an indirect heating boiler for the preparation of hot water (for house). The double-circuit boiler produces hot water immediately (for appartement).

@IvAn-72
Copy link

IvAn-72 commented Jan 19, 2022

For single-circuit boilers with an indirect heating boiler, the boiler outputs the DHW temperature in ID29. There may be easier solutions, but I just changed "ID=26: DHW temperature" and "ID=29: Solar storage temperature"

@en-ver
Copy link
Author

en-ver commented Feb 1, 2022

@IvAn-source-git it didn't help

In addition, I found out that some other data is also absent
image

@en-ver
Copy link
Author

en-ver commented Feb 1, 2022

As you can see there is definitely incorrect data for:

  • external temp
  • water pressure
  • return temp
    I'm not sure if it affects anyhow the PID operation but I would love to get it working :)
    Please advise! :)

@IvAn-72
Copy link

IvAn-72 commented Feb 1, 2022

Уже писал. Берите всё с моего репо. Все котлы разные, со своими датчиками. Мой котел не передает внешнею температуру, давление, температуру обратки, соответственно эти запросы отключены.

ShurikenGitHub added a commit to ShurikenGitHub/ESPHome-OpenTherm that referenced this issue Feb 12, 2023
…iriano#38 (point nr 3) and rsciriano#43

Values used in the code are -1, if you use NAN home assistant will understand it's a wrong value
rsciriano pushed a commit that referenced this issue Oct 21, 2023
 (#52)

Values used in the code are -1, if you use NAN home assistant will understand it's a wrong value

Probably fixing issues: #17, #25, #38 (point nr 3) and #43 (#52)
@rsciriano
Copy link
Owner

Probably fixed by #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants