The window position is called cover azimuth and needs to be configured as documented here.
The integration has a feature called manual override detection that detects manual adjustments and pauses the automation to avoid conflicts. The pause duration is 30 minutes by default, but can be adjusted.
I can read, and I have read extensively. Your overall approach may be interesting (for you), but in my case, I would like to be able to do at least what I currently do in YAML:
Be able to completely disable automation for a section (e.g., guest room, where visitors can do what they want, unless the alarm is set, in which case it closes).
Manage positions, delays, and schedules individually (by room).
In fact, it should be possible to install multiple instances of the integration.
It’s a shame because it seems clean and well documented.
Thank you very much for this integration; it’s well done and well documented.
I’ve got a small problem
In the configuration wizard, step 6, Time Settings, I can configure “Evening closure”, but I never see the “Morning opening: mode” options, so I can’t set the shutters’ opening times in the morning.
How do I enable this option?
I’ve tried reinstalling Smart Cover Automation 2.0.0 several times, restarted HA, checked every step of the wizard, and tried installing an older version… without success.
Have I missed something?
Thank you for your excellent work
Thanks for your kind words, @coyotte14. And I need to apologize: the morning opening time is going to be available with version 3.0 of the integration. Unfortunately, the website theme I’m using doesn’t support maintaining different versions of the docs, one per product version. As the implementation work on 3.0 is already done, the docs are also already updated. I am painfully aware this is not optimal as the latest published release is still 2.0.
What you can do:
What for 3.0 to be released. Shouldn’t be long now.
Use the current integration code from the main branch, which is most likely what’ll be released as 3.0 unless bugs are found.
Oké thx overlooked that, than I wil make an automation for it.
And is there a solution for the evening close to do this on summer time at a specific time and in wintertime at sunset?
You could, of course, set up an automation to handle this, but as part of an integration, you could add two switches:
Alarm : This could, of course, be combined with the “mode” setting, but we could also have the option to configure the alarm_control_panel entity… anyway, just an idea…
Guest : The idea here is to bypass the automation without deactivating it, when a guest is present in the room.
I’m trying to test and manage what I’ve set up so far. And thanks for the ability to manage multiple zones.
Dear Helge, thank you very much for this excellent work. It is meant to help me keep my conservatory cooler during the summer. Conservatories are very sensitive environments and require sophisticated automation. I see a lot of potential in your solution, but I would like to offer a few suggestions:
Use of dedicated entities for local micro‑weather: If the user has their own weather stations (I have one) and light sensors (every outdoor motion detector has one, and so does every standard weather station), you can capture real‑time conditions and control the slats and the awning more precisely.
Temperature is a truly important metric and often differs significantly from general weather reports. It’s not uncommon for the temperature at my place to deviate by several degrees.
In my previous automation, I also integrated an air‑conditioning unit. When the sun heats up the conservatory strongly, the AC should kick in as well. This isn’t essential for your integration, but I wanted to share it as a practical example.