Update ha-thermostat-calibration.yaml
This commit is contained in:
parent
e8d0128b38
commit
d036fe802a
1 changed files with 7 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ blueprint:
|
||||||
corresponding temperature offset entities based on the difference between each
|
corresponding temperature offset entities based on the difference between each
|
||||||
valve's internal sensor and the actual room temperature.
|
valve's internal sensor and the actual room temperature.
|
||||||
|
|
||||||
⚙️ Example use case:
|
Example use case:
|
||||||
- **area**: Living Room
|
- **area**: Living Room
|
||||||
- **external_sensor**: sensor.living_room_temperature
|
- **external_sensor**: sensor.living_room_temperature
|
||||||
- **rounding_step**: 1.0
|
- **rounding_step**: 1.0
|
||||||
|
|
@ -18,15 +18,15 @@ blueprint:
|
||||||
to match the external sensor reading. Thermostats without offset entities are
|
to match the external sensor reading. Thermostats without offset entities are
|
||||||
automatically skipped.
|
automatically skipped.
|
||||||
|
|
||||||
➕ Manual correction:
|
Manual correction:
|
||||||
Use the **manual_correction** slider to bias the calculated offset in cases where
|
Use the **manual_correction** slider to bias the calculated offset in cases where
|
||||||
valves tend to stop heating too early or overheat even after calibration.
|
valves tend to stop heating too early or overheat even after calibration.
|
||||||
|
|
||||||
- Positive value (e.g., +0.3 °C): Valves assume room is warmer → reduce heating sooner
|
- Positive value (e.g., +0.3 °C): Valves assume room is warmer → reduce heating sooner
|
||||||
- Negative value (e.g., −0.3 °C): Valves assume room is cooler → prolong heating
|
- Negative value (e.g., -0.3 °C): Valves assume room is cooler → prolong heating
|
||||||
|
|
||||||
domain: automation
|
domain: automation
|
||||||
source_url:
|
source_url: https://gdamsbo.dk/forgejo/andreas/ha-thermostat-calibration/raw/branch/main/ha-thermostat-calibration.yaml
|
||||||
|
|
||||||
input:
|
input:
|
||||||
target_area:
|
target_area:
|
||||||
|
|
@ -85,7 +85,7 @@ blueprint:
|
||||||
Additional manual bias applied to computed offsets **before rounding**.
|
Additional manual bias applied to computed offsets **before rounding**.
|
||||||
Use this if valves still behave undesirably after calibration:
|
Use this if valves still behave undesirably after calibration:
|
||||||
- **Positive value** (e.g., +0.1…+1.0 °C): Makes valves think it's **warmer** → **reduces** heating sooner
|
- **Positive value** (e.g., +0.1…+1.0 °C): Makes valves think it's **warmer** → **reduces** heating sooner
|
||||||
- **Negative value** (e.g., −0.1…−1.0 °C): Makes valves think it's **cooler** → **prolongs** heating
|
- **Negative value** (e.g., -0.1…-1.0 °C): Makes valves think it's **cooler** → **prolongs** heating
|
||||||
Recommended start: 0.0 °C. Adjust in small steps (±0.1 °C) and observe behavior.
|
Recommended start: 0.0 °C. Adjust in small steps (±0.1 °C) and observe behavior.
|
||||||
default: 0.0
|
default: 0.0
|
||||||
selector:
|
selector:
|
||||||
|
|
@ -100,9 +100,9 @@ blueprint:
|
||||||
name: Offset entity suffix pattern
|
name: Offset entity suffix pattern
|
||||||
description: >
|
description: >
|
||||||
The text pattern used to identify offset number entities.
|
The text pattern used to identify offset number entities.
|
||||||
By default, looks for entities containing "temperature_offset" or "local_temperature_offset".
|
By default, looks for entities containing "_local_temperature_offset".
|
||||||
Only change this if your devices use a different naming pattern.
|
Only change this if your devices use a different naming pattern.
|
||||||
default: "temperature_offset"
|
default: "_local_temperature_offset"
|
||||||
selector:
|
selector:
|
||||||
text: {}
|
text: {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue