Skip to content

Update PID controller on every entity change#48

Open
LukasK13 wants to merge 1 commit intosoloam:masterfrom
LukasK13:master
Open

Update PID controller on every entity change#48
LukasK13 wants to merge 1 commit intosoloam:masterfrom
LukasK13:master

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