esphome/esphome/components/pid
Otto Winter a6d31f05ee
PID Climate (#885)
* PID Climate

* Add sensor for debugging PID output value

* Add dump_config, use percent

* Add more observable values

* Update

* Set target temperature

* Add autotuner

* Add algorithm explanation

* Add autotuner action, update controller

* Add simulator

* Format

* Change defaults

* Updates
2020-01-04 12:43:11 +01:00
..
sensor PID Climate (#885) 2020-01-04 12:43:11 +01:00
__init__.py PID Climate (#885) 2020-01-04 12:43:11 +01:00
climate.py PID Climate (#885) 2020-01-04 12:43:11 +01:00
pid_autotuner.cpp PID Climate (#885) 2020-01-04 12:43:11 +01:00
pid_autotuner.h PID Climate (#885) 2020-01-04 12:43:11 +01:00
pid_climate.cpp PID Climate (#885) 2020-01-04 12:43:11 +01:00
pid_climate.h PID Climate (#885) 2020-01-04 12:43:11 +01:00
pid_controller.h PID Climate (#885) 2020-01-04 12:43:11 +01:00
pid_simulator.h PID Climate (#885) 2020-01-04 12:43:11 +01:00