diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..5df466e --- /dev/null +++ b/404.html @@ -0,0 +1,580 @@ + + + +
+ + + + + + + + + + + + + + +In the adjustments, you can set your temperatures or enable/disable the calibration of your thermostats. +You can set these settings for a specific time, but also specify that they only apply on certain days or only when a specific schedule is active. The time is a mandatory field.
+Modifier | +Values | +Example | +Description | +
---|---|---|---|
🕔 Time | +HH:MM | +21:30 | +The time when the adjustment should take place. | +
📆 Days | +Mon, Tue, Wed, Thu, Fri, Sat, Sun | +['Mon','Fri'] | +Filter if the adjustment should only take place on certain days. | +
🗓️ Scheduler | +friendly name | +Heating Schedule | +Filter if the adjustment should only be set when a specific schedule is active. | +
🛋️ Comfort | +0-100 | +24 | +Modifier that changes the comfort temperature to a different value at the specified time. | +
🌱 Eco | +0-100 | +17 | +Modifier that changes the eco temperature to a different value at the specified time. | +
🧭 Calibration | +on/off | +on | +Modifier that can turn the calibration on or off. | +
The party mode activates the comfort mode and thus overrides schedules or presence sensors. Here you can use binary entities or timers. +If you append a number to the end of the friendly name, it will be interpreted as a temperature and set accordingly. +When the windows are opened, the thermostats are still turned off or down.
+Type | +Example | +
---|---|
binary_sensor | +binary_sensor.party | +
input_boolean | +input_boolean.party | +
timer | +timer.party | +
NOTE
+If you name your entity like Party Mode 25 the target temperature is set to 25° if the entity is enabled / running.
+Force Max temperature sets all thermostats to their maximum. Even if the windows are open, the thermostats remain at the highest level. +This function is to be used, for example, during the maintenance of the central heating system.
+This setting suppresses the comfort mode and sets the eco mode. The window detection still works.
+The restoration of temperatures is realized through temporary scenes. Some thermostats have problems with this method and do not return to the previous setting. +In this case this option can be activated. The temperature is determined by the automation but may differ from the previous one if the thermostat was manually adjusted.
+ + + + + + + + + + + + + + + + + + +If your heating schedule is off or nobody triggers your presence sensor the automation sets the eco temperature. Enable this option to turn off the climates instead.
+If the automation detects open windows or the winter mode is turned off the automation sets the thermostats to off. Enable this option to set the eco temperature instead.
+If Fahrenheit is your unit enable this option.
+Experimental
+This feature is still untested. If you experience any issues, please let me know.
+Enable this option to reset your temperature entities after a switch between eco and comfort temperature.
+sequenceDiagram
+ autonumber
+ ECO->>COMFORT: Eco Temperature Reset
+ COMFORT-->>ECO: Comfort Temperature Reset
+If the room temperature hits the target temperature your climates get turned off. For HVAC Mode Cool the room temperature must be lower or equal before the climates get turned off.
+If you want to synchronize a manually set temperature with your other thermostats or temperature entities, you can activate this option.
+Experimental
+This feature has several side effects. It's not recommended to enable this option in a combination with generic calibration or aggressive mode.
+The comfort temperature is the temperature that is set when you might be at home or your presence sensor is triggered or your heating schedule is on. +This temperature setting serves as a fallback temperature. If a static temperature is sufficient for you and you do not want to adjust it further via the UI, this setting is sufficient. +However, temporal temperature adjustments can be made via the adjustments.
+The eco temperature is the temperature that is set when you are not at home, for example, or your schedule does not prescribe heating to the comfort temperature. +This temperature setting serves as a fallback temperature. If a static temperature is sufficient for you and you do not want to adjust it further via the UI, this setting is sufficient. +However, temporal temperature adjustments can be made via the adjustments.
+If you want to control the comfort temperature via the UI, you can specify an input number helper here. This overrides the static comfort temperature.
+If you want to control the eco temperature via the UI, you can specify an input number helper here. This overrides the static eco temperature.
+ + + + + + + + + + + + + + + + + + +In the first step, you need to specify your thermostats or the climate entities that your new AHC automation should control.
+Here you select the manual heating mode of your thermostats so that AHC can take full control. Usually, the manual HVAC mode is heat. However, for some thermostats this mode also stands for the boost mode and another mode like auto must be selected.
+The sensor of your room temperature is useful for many features: It ensures the accurate calibration of your thermostats and can be used for functions that are described in other sections here.
+ + + + + + + + + + + + + + + + + + +