Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output_max is not working #241

Open
leelouch opened this issue Sep 30, 2024 · 0 comments
Open

output_max is not working #241

leelouch opened this issue Sep 30, 2024 · 0 comments

Comments

@leelouch
Copy link

leelouch commented Sep 30, 2024

Describe the bug
output_max is set to 99, but in the log I see 100% !

- platform: smart_thermostat name: Thermostat Sejour unique_id: smart_climate_thermostat_sejour heater: input_number.position_thermostat_sejour target_sensor: sensor.weather_station_temperature min_temp: 7 max_temp: 28 ac_mode: False target_temp: 23 eco_temp: 22 sleep_temp: 19 keep_alive: seconds: 60 away_temp: 14 kp: 50 ki: 0.004167 kd: 0 pwm: 0 output_max: 99 output_precision: 0 sampling_period: 00:01:00

sensors for debug
smart_thermostat_output: friendly_name: PID Output unit_of_measurement: "%" value_template: "{{ state_attr('climate.thermostat_sejour', 'control_output') | float(0) }}" smart_thermostat_p: friendly_name: PID P unit_of_measurement: "%" value_template: "{{ state_attr('climate.thermostat_sejour', 'pid_p') | float(0) }}" smart_thermostat_i: friendly_name: PID I unit_of_measurement: "%" value_template: "{{ state_attr('climate.thermostat_sejour', 'pid_i') | float(0) }}"

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant