update living room heatpump conditions and enhance guestroom occupancy logic

This commit is contained in:
2026-09-05 22:43:09 +02:00
parent 0a285ecba6
commit 3eaeeaf644
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ living_room_heatpump:
virtual_sensors: virtual_sensors:
sensors: sensors:
binary_sensor.living_room_any_window_open: binary_sensor.living_room_french_door or binary_sensor.living_room_window binary_sensor.living_room_any_window_open: binary_sensor.living_room_french_door or binary_sensor.living_room_window
binary_sensor.living_room_cant_open_window: binary_sensor.is_living_room_sleeping or binary_sensor.projector_on binary_sensor.living_room_cant_open_window: binary_sensor.is_living_room_sleeping or binary_sensor.projector_on or sensor.ext_back_humidity > 65
value_selector.living_room_heatpump_fan_mode: value_selector.living_room_heatpump_fan_mode:
auto: binary_sensor.heatpump_winter_mode or room_temperature > target_temperature + 1 auto: binary_sensor.heatpump_winter_mode or room_temperature > target_temperature + 1
quiet: True quiet: True
+1 -1
View File
@@ -58,7 +58,7 @@ occupancy_sensors:
blocking_conditions: not binary_sensor.someone_home blocking_conditions: not binary_sensor.someone_home
binary_sensor.guestroom_occupancy: binary_sensor.guestroom_occupancy:
trigger_conditions: binary_sensor.is_guestroom_sleeping or binary_sensor.day_interval_night trigger_conditions: binary_sensor.is_guestroom_sleeping or binary_sensor.day_interval_night
blocking_conditions: not binary_sensor.someone_home blocking_conditions: not binary_sensor.someone_home or not input_boolean.guestroom_occupied_tonight
retain_condition.desk_occupancy: retain_condition.desk_occupancy:
retain_time: 5 * 60 retain_time: 5 * 60
conditions: conditions: