-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple windows per room #126
Comments
Not pretty, but the problem can be solved with Homekit automations - two automations for every window sensor in the room:
I have also added a virtual „heating master switch“ (with homebridge-dummy) that I turn off in the summer. Add that as further condition to all the window sensors and you ensure the heating stays off in summer. |
I have checked that option and it would work with one caveat; the naming of the open window switches is too long and gets truncated in HK so that I cannot distinguish between the different rooms. @seydx: is there a way to change the naming. I would leave out the name of the Home (at least). Another remark would be that these ‚advanced‘ rules can only be edited with another tool such as Controller for HomeKit and not with the stock application. |
I have 2 HomeKit scenes for every room (zone in tado speak): one for heating on and one for heating off |
you can rename HomeKit devices in the Home app and give them shorter names, no need to stick with the longish default names from Homebridge. Just tap the gear symbol on the lower right of that device’s screen. |
Well, I know that I can rename things but I already do not know which room these switches belong to because that information is already truncated. That‘s really the essence of my request. |
I don’t understand. The names get synced from your tado account, so should be as you set them in the tado app?! |
Make it a large tile and you’ll see more of the nameSent from my iPhoneOn 8 Oct 2022, at 12:25, Mathias Kühn ***@***.***> wrote:
Well, I know that I can rename things but I already do not know which room these switches belong to because that information is already truncated. That‘s really the essence of my request.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I realized that the zone is not even part of the name. So you get However, the solution for me was to toggle a switch and look at the HomeBridge logs. There you could then see which zone was affected and this helped me renaming the switches. Hopefully this is not wrecked by some update on the HomeBridge side as I would need to reconfigure everything again. |
This is again a feature that seems to be overlooked with the different Tado plugins (e.g. also the one from lukasroegner):
I have multiple rooms with two or even more windows, these rooms also have one or more thermostats. Almost all windows have contact sensors to detect open windows. What is missing in the plugin is the ability to link these sensors to the heating control so that it shuts down once ANY of the windows gets opened. Since the sensor would turn the window open switch on and off depending on the window state, it could happen that two windows get opened (switch off, switch off) and when one window is closed (switch on), the heating is turned back on although the other window is still open.
I had implemented a solution for the plugin from lukasroegner (see https://github.com/ma-ku/homebridge-tado-smart-thermostat/tree/feature/SensorSwitrches) that allowed adding an arbitrary number of windows/sensors to a zone. Each would have been connected with the window sensor (quite tedious work) to detect an open window. The plugin then used the information to determine the overall window open state applied for the zone.
Maybe this is already possible with that plugin then I would like to learn how that is accomplished, otherwise I would offer my help to implement a similar solution for this plugin.
The text was updated successfully, but these errors were encountered: