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

unstable operation #25

Closed
bartmarchand1 opened this issue Jan 19, 2022 · 2 comments
Closed

unstable operation #25

bartmarchand1 opened this issue Jan 19, 2022 · 2 comments

Comments

@bartmarchand1
Copy link

bartmarchand1 commented Jan 19, 2022

The following frequently occurs, always for a brief moment:

  • Return temperature goes to -1°C
  • Hot water measurement goes to -1°C
  • Heating water measurement (boiler temperature) goes to 0°C or 100°C
  • All or some values are unavailable: when this occur, the logging pauzes for a while.
    This behaviour is also in the log.

The device is not restarting, there are no wifi issues.
There are many debug messages per second.
Sometimes warning also: [13:04:29][W][pid.climate:122]: For PID autotuner you need to set AUTO (also called heat/cool) mode!
INFO opentherm.local: Ping timed out!
INFO Disconnected from ESPHome API for opentherm.local
WARNING Disconnected from API
INFO Successfully connected to opentherm.local

@ShurikenGitHub
Copy link
Contributor

This is what happens: the ESP sends a request for data, the boiler doesnt't respond (in time) so the ping gets timed out. rsciriano used the value -1 if these values aren't available. Home assistant doesn't understand it as "not available" but as the value -1. So if you want to fix it you can change -1 to NAN in opentherm_component.h. Alternatively you can use my fork because it already fixed these issues. Unfortunately sometimes these messages just get timed out, so you cant completely solve the issue.

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

3 participants