Sync two rooms, with a door sensor #18
Replies: 5 comments 1 reply
-
Yes its not possible right now. i thinked about a combination with door sensors to make sure the thermostats turned also off if a door between two rooms with a open window is detected. but it seems to difficult to create a rule that matchs everybody needings. Let me convert this to a disscusion, maybe we find a usable soulution |
Beta Was this translation helpful? Give feedback.
-
We can add for each TRV a config that binds a other climate aka virtual TRV to it, is also needed that a door sensor is added, if the door sensor is open and the window, the TRV itself and the climate from the config are tured off. Have i any mistrake in thinkging? |
Beta Was this translation helpful? Give feedback.
-
I think that could be implemented but currently it would be easier to make an automation to archive the wanted behavior |
Beta Was this translation helpful? Give feedback.
-
Could look like this: climate:
- platform: ai_thermostat
name: room1
thermostat: climate.tvr
temperature_sensor: sensor.temperature
window_sensors: group.office_windows
weather: weather.xxx
outdoor_sensor: sensor.outdoor_temperature
off_temperature: 20
window_off_delay: 0
valve_maintenance: false
door_sensor: group.doors_room1_2
linked: climate.room1
- platform: ai_thermostat
name: room2
thermostat: climate.tvr
temperature_sensor: sensor.temperature
window_sensors: group.office_windows
weather: weather.xxx
outdoor_sensor: sensor.outdoor_temperature
off_temperature: 20
window_off_delay: 0
valve_maintenance: false
door_sensor: group.doors_room1_2
linked: climate.room1 Of the door sensor is open and a window is open, the linked climate is also tured in window mode |
Beta Was this translation helpful? Give feedback.
-
I don't think it was helpful to make a discussion out of this, as this isn't a question. It's a feature request, so I'll open the ticket again: #13 |
Beta Was this translation helpful? Give feedback.
-
I would like to specify two thermostats for one entity of this custom component. I think that's currently not possible, right?
I need to specify more combinations to fully replace my automations for heating:
In the bathroom I like to heat to a higher temperature than the hallway, but only if the door of the bathroom is closed. Else I like to fall back to whatever state is set in the hallway.
So basically that's a master/slave relation with the door as a binary switch to link them or not.
The hallway would be the master if the door is open, and whatever is set in the hallway would be set in the bathroom. If the door gets closed the bathroom will switch back to normal operation.
Beta Was this translation helpful? Give feedback.
All reactions