I really appreciate the work done here! Thanks. Iām looking for something similar - where HA will notify me when windows/doors are open at a certian time. Maybe I only need to change this area?
for_time_m:
name: For Time
description: Duration the sensor must be in state
default: 0
selector:
number:
min: 0
max: 59
step: 1
mode: slider
unit_of_measurement: min
Hello everyone, is there a possibility to get a message like āThe Window X ist open since 10 Minā and in every reminder message āThe Window X is open since 20 Minā and so forth. I also want to stop the notifications after 60 mins even if the window is still open.
That works perfectly!
For the first notification. It seems, that for the periodic notification the values are not re-evaluated. So, I always get āThe window is open for 10 minutesā and not āThe window is open for 10 Minutesā and with the next āā¦ open for 20 Minutesā etc.
@panhans It looks like, that the repeated messages are not set at all. The timestamp on the notification on my android phone does not change. When I swipe it away it does not reappear after 10 mins.
I have set up a new automation with this blueprint, added just one windows sensor and nothing else. Set āfor timeā and āperiodical notificationā
I received the first notification, but not the periodic one.
Is it possible to define a period in which you want to be notified? It would also be cool if you could make the period dependent on the outside temperature.