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

Control_output not equal to sum of all pid values #280

Open
andreid1303 opened this issue Jan 19, 2025 · 0 comments
Open

Control_output not equal to sum of all pid values #280

andreid1303 opened this issue Jan 19, 2025 · 0 comments

Comments

@andreid1303
Copy link

Describe the bug
I found that when target temperature is archived and Integral is changing slowly the control output is switching fro say 60% to 30% and back in an hour.

To Reproduce
Steps to reproduce the behavior:
Here is the current state:

hvac_modes: heat, off
min_temp: 10
max_temp: 25
preset_modes: none, away, eco, boost, comfort, home, sleep, activity
current_temperature: 21
temperature: 21
hvac_action: heating
preset_mode: home
away_temp: 16
eco_temp: 10
boost_temp: 21.5
comfort_temp: 20
home_temp: 21
sleep_temp: 19
activity_temp: 17.5
control_output: 30
kp: 35
ki: 0.017
kd: 20000
ke: 1.2
pid_mode: auto
pid_i: 60.8
pid_p: 0
pid_d: 0
pid_e: 20.5

pid_dt: 0.6851170063018799
friendly_name: House Smart Thermostat
supported_features: 401

The output is 30 while
pid_i: 60.8
pid_p: 0
pid_d: 0
pid_e: 20.5

Expected behavior

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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

1 participant