Hi All,
I have setup multiple notifications in case of washing machine finished, dryer finished, roomba stuck, dishwasher complete etc.
All of these notifications have one thing in common: they require my physical interaction.
So it is fine to receive these notifications if I am at home, but if I am away…well it’s nice to know about but I cannot perform the action required and have to think about it on my own when I am back home.
My idea was something like a notification queue storing these kind of notifications and sending them if I arrive at home (or put into a tasklist / show it on my home screen etc. … details on how to handle them I can do later - at the moment I think the notification queue is the more important thing)
Has somebody already build up something like this?
My blueprint idea would be like a wrapper script for notifications that I want to receive only on home.
This wrapper script sends the notification if I am at home and writes it to a local file in (e.g. json format?) if I am not at home.
Having me arriving back home, an automation then reads the json information from the file and sends the notifications back to myself.
Any toughts or feedback?
Would like to see discussion on this.
thanks