Adrien Bonnat

Results 57 comments of Adrien Bonnat

Hi, I have an issue on Android mobile app with the card layout, the speed buttons are off the card. ![Screenshot_20230903-135425](https://github.com/velzend/create_ikohs_fan/assets/971926/86aae98c-a0e1-4911-bfdd-4557860b177b)

OK, 40°C is the absolute maximum water temperature limit for underfloor heating, that's strange that your system reaches such high temperature. The system should rather use a heating curve to...

Wouldn't it be simpler to set two thermostat: one to control the floor temperature when heating, with it's setpoint depending on outside temperature to emulate the heating curve, and the...

Hello, by setting `pwm: 0` in your YAML and setting the valve entity as heater entity, the thermostat will use the raw 0/100% value from the PID output and write...

Is your configuration using the keep_alive parameter ? His role is to regularly check the state of the switch is aligned with the thermostat.

The limitation is there to avoid wind-up of the integral, but you faced a condition that could bypass the protection and create a wind-up. I need to improve the anti-wind-up...

OK. Your issue is not due to the anti-wind-up, but to the fact that your thermostat was still trying to maintain the temperature while the heating system was down and...

It's not stuck. The line after, pid_i is clamped to the 0/100% range. So pid_i = 100% and output becomes 100%, heater is forced ON and temperature will start to...

On an underfloor heating, you shouldn't use ke at all, but use an outdoor sensor on the boiler or heat pump and use it's own power regulation system based on...

> Some time later I enabled sensors for tracking pid_{p,i,d,e}, so I have exact numbers right before I reset the integral part. > > pid_p = -8.9 pid_i = 100...