1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-01 08:28:15 +01:00

8 Commits

Author SHA1 Message Date
Stefan Rado
6c7a133faa
Add humidity support to climate ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-13 10:23:02 +09:00
Patrick Collins
3669320398
PID Climate - deadband and output sampling () 2022-11-30 10:58:43 +13:00
Otto Winter
a33bb32874
Convert components to async-def syntax ()
* Convert components to async-def syntax

* Remove stray @coroutine

* Manual part

* Convert complexer components code to async-def

* Manual cleanup

* More manual cleanup
2021-05-24 21:45:31 +02:00
Otto Winter
2376a2c941
Convert components to async-def syntax () 2021-05-24 10:58:29 +02:00
Guillermo Ruffino
69879920eb
add-black ()
* Add black

Update pre commit

Update pre commit

add empty line

* Format with black
2021-03-07 16:03:16 -03:00
Carlos Gustavo Sarmiento
351ecf9bd4
Allow updating pid control params () 2020-07-13 22:30:17 +02:00
Carlos Gustavo Sarmiento
33212d1abf
Add Integral Reset Action to PIDClimate () 2020-07-09 20:25:46 -03:00
Otto Winter
a6d31f05ee
PID Climate ()
* 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