soloam / ha-pid-controller

PID Controller to Home Assistant
MIT License
97 stars 12 forks source link

Update PID controller on every entity change #48

Open LukasK13 opened 10 months ago

LukasK13 commented 10 months ago

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