Replies: 2 comments 1 reply
-
I am also wondering why I see pid_i when checking the state with the developer tools even though I never enabled debugging nor have I set this value. |
Beta Was this translation helpful? Give feedback.
-
The "hardware related" parameters (cycle duration, temperature limits, sensors and heaters entities...) are only set by YAML as they shouldn't have to be changed during operation. Presets are adjustable by actions (services) because you may want to adjust your setpoints sometimes, and doing it through actions doesn't need to restart.
Just use the action: smart_thermostat.set_preset_temp
data:
eco_temp_disable: true
target:
entity_id: climate.salle_de_bain
They are not available inside UI. They are loaded at start and can't be changed in UI, so the value you set is the one used.
It's the actual PID values computed by the thermostat. It's there because the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
it's quite strange, that some parameters need to be changed by yaml, some of them has set_xxx service :)
Beta Was this translation helpful? Give feedback.
All reactions