esphome-docs
esphome-docs copied to clipboard
Update PID Climate with deadband and sampling
Description:
This change to PID Climate matches a similar pull request on the PID code. I'm outlining a couple new features on PID Climate:
- Output Sampling - for smoothing output values.
- Derivative Sampling - for calming jumpy derivative values.
- Deadband
- Specifying deadband threshold
- Deadband Gain control
- Deadband Output Sampling
Pull request in esphome with YAML changes (if applicable): esphome/esphome#3254
Checklist:
- [x] Branch:
next
is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created againstcurrent
. - [ ] Link added in
/index.rst
when creating new documents for new components or cookbook.
Deploy Preview for esphome ready!
Name | Link |
---|---|
Latest commit | f2e2f111d8b426ffe6d433487a7f231a15daeb90 |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/624048f97cf6e70008bc957b |
Deploy Preview | https://deploy-preview-1944--esphome.netlify.app/components/climate/pid |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.
Reopened as requested on Discord.