Hi @Eimeel, many thanks for that Blueprint! I’m also migrating from FHEM to HA and NodeRed but FHEM is still running because of ASC. I could not find any proper solution to replace it with NodeRed. But your Blueprint is a very good solution and it seems to finally replace ASC! it seems to be even better than ASC!
But one thing i would like to add: As a brightness sensor i would like to use my Unifi Protect cameras, too. But they just have the ent “isDark on/off”
The merit is i have so many cameras around the house looking to any direction. So i can use that information to match the direction of camera and shutter. Would you be able to add this as an additional brigthness sensor value?
And for shading would it not be good to have a set point of the direction of the window/door? Let’s say to define the north side, east side and so on? In that case it would be more easy to set the shading values in a reasonable way. What do you think?
In Addition: for window sensor i just can use binary sensors. But Homematic threestate sensors are not binary. Would it be possible to add them, too?
I understand your requirements. As I mentioned in the initial post, I won’t be implementing any additional functionality. The blueprint now has quite a lot options, making it rather complex. This complexity has made testing more time-consuming and resource-intensive.
Some people have also suggested additional features to me privately, some of which align with your ideas and others are completely different. Implementing all of these would further bloat the codebase.
While it can be done, it’s not something I’m inclined to do. If someone is interested, just use this blueprint as a basis and incorporate additional configuration options. However, it might be more useful to transition away from a blueprint and move towards a module or something similar.
For now, my recommendation is to adapt the blueprint to meet your requirements. Just keep in mind that the Brightness Sensor currently focuses on exceeding or falling below a numerical value, so you’ll need to make the necessary adjustments. As for the Door Sensor, it currently only considers on and off states, but with a Three-State Sensor, you’ll need to differentiate further.
There are no timers, only triggers. And after something triggered, I just check if every condition is ok.
So there is no real “next driving time” calculated.
OK, got it
I just was wondering about a possibility to visualize driving times and check why different covers in the same room with same settings has closed at different times.
Something with different triggers then, because 1 cover has no activated shading (north side) I guess.
Thanks!
I have a problem that the covers are not going up at the morning. If I do it manually, they work as expected. At the evening they are going down as expected.
The cover is KNX based and is working normally when I operate them manually.
Can you check what’s the state of the blind if it’s open? The blueprint checks for “open” and maybe the KNX integration use 100 instead, don’t know. That’s currently not handled but would be easy to fix.
Another possibility is the brightness. As brightness_sensor is used in case brightness_sensor2 isn’t defined, maybe the default value (10) for brightness_down is too low. Can you check the value of sensor.bewegungsmelder_aussen_haustur_illuminance_lux at the point of time you’d like the blind to be closed?
I can image that you have a kind light at your main door (Haustür) during the (early) evening which maybe “conflicts” with the setting?
I still think the issue is the default value for brightness_down.
Can you have a look at the history of sensor.bewegungsmelder_aussen_haustur_illuminance_lux? Please check at which timestamp it has gone bellow 10 yesterday evening.
Thank you.
I have downloaded all traces for this morning as json files. What I can see is that all of the executed steps stopped the automation, so no execution for the blind going up.
Please let me know which trace you need.
Therefor mark this red node. And now look at the right side of the trace window. There should be an option “Step details”.
Can you copy this for the trace when sensor.bewegungsmelder_aussen_haustur_illuminance_lux triggered because it’s above 70? Also the one at 08:00:00 would be interesting.