Skip to content

control loop element of valves #8

Answered by nliaudat
DerMo92 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

I mean you'll find all informations on how to control the board with hassio in nliaudat/esp32_8ch_motor_shield#4

The main component used is esphome climate which you can setup in https://github.com/nliaudat/floor-heating-controller/blob/main/config.yaml. The simple way is to update the climate temperature you want. The controller will adjust valve position to reach that temperature.

Each climate component has it's own temperature sensor. In the sensor_temperature.yaml, you'll find 7 samples I use, but also external sensors like DHT, 1-wire, etc.

I've tested PID solutions, but it's not the good idea as :
1 : the PID climate make the valve activate too much
2 : Very difficult to find go…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@DerMo92
Comment options

Answer selected by DerMo92
Comment options

You must be logged in to vote
7 replies
@DerMo92
Comment options

@nliaudat
Comment options

@DerMo92
Comment options

@DerMo92
Comment options

@nliaudat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants