Awtrix Lite - Door Status Notifications

I’ve put together a blueprint that will monitor door status and report it to Awtrix Lite - its a bit of a work in progress but seems to pass initial testing…

It will show how long a door has been open

Some of the Icons I personally use are here:

Front Door

53266 - Front Door opening
53267 - Front door is open
53265 - Front Door Close
53268 - Front Door Error status

Back Door

53195 - Sliding Door Open
53201 - Sliding Door is Open
53197 - Sliding Door Close
53227 - Sliding Door Error

Shed

53234 - House/Shed door opening
53236 - House/Shed door is open
53235 - House/Shed Door Close
53237 - House/shed Error status

As well as show events when it opens/closes

Blueprint available here:
https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/blueprints/automation/awtrix_door_status.yaml

If I got the button correct its here as well…
Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Automation

3 Likes

Thank you for this. I am thinking about purchasing one of these, looking forward to trying this blueprint out.

I’ve updated the blueprint to include window icons… Still need to figure out a better way to deal with the icons but its a start :slight_smile:

Got it working, so thanks for this! :+1:

Anyone knows how to prevent this from triggering when Home Assistant restarts?

Not really cause the state goes from known → unknown → known…

I got it working and its super helpful but for some reason I cant get the time elapsed to appear.

Any ideas?

Did you make this work ever?