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

Update PID controller on every entity change #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LukasK13
Copy link

This updates the PID controller whenever any entity state change occurs. To stabilize this, sample_time must be set. This approach only works, when enough entity changes occur in home-assistant but the approach is still better than the current implementation.
partially fixes #45

This updates the PID controller whenever any entity state change occurs. To stabilize this, sample_time must be set.
This approach only works, when enough entity changes occur in home-assistant but the approach is still better than the current implementation.
Copy link
Owner

@soloam soloam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, thank you for the push! Let me look at it and test it out! I'll get back to you!

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

Successfully merging this pull request may close these issues.

Only Updates when Process Variable changes
2 participants