esphome-docs icon indicating copy to clipboard operation
esphome-docs copied to clipboard

Update PID Climate with deadband and sampling

Open patrickcollins12 opened this issue 2 years ago • 3 comments

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 against current.
  • [ ] Link added in /index.rst when creating new documents for new components or cookbook.

patrickcollins12 avatar Feb 27 '22 12:02 patrickcollins12

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Feb 27 '22 12:02 netlify[bot]

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.

github-actions[bot] avatar May 27 '22 02:05 github-actions[bot]

Reopened as requested on Discord.

mmakaay avatar Jun 22 '22 13:06 mmakaay