⛔ Offline Devices Report : Easy Customize Includes & Excludes, Notifications + More

Version 2026.04.20.49c has the fix. Please test and LMK.

thx

Seems to work by now, but after debugging I’m missing unknown Devices. :sweat_smile:

Is there any description available, how the “Text Pattern Exclusions” can be used? A simple “LaCrosse*” won’t work.

do not use quotes or asterisk. it uses a pure text pattern search

my list…

battery
shuffle
repeat
disturb
schedule
indication
signal_level
cam_motion_detection
kiosk
maintenance
_tablet_motion
_screen
_screensaver
cam_led
browser_mod

Is it possible to include .light sensors somehow?

by default it works with all entities in the sensor domain.
sensor.<entityID>
so all... light/lux, door/window, etc

the first post has very detailed info.

Thanks for helping.

In the first post states that lights in the light-domain are not monitored. I dont get them listed on my offline-report when they are unavailable.
But i was wondering if there is a work-around to actually monitor the lights :thinking: Or am I misunderstanding something

You asked about "light sensors" ... which are usually referred to as Luminance or Lux... different than Light entities (in the Light domain). I've never had anyone ask to monitor Light entities.

You can try this code, I have not tested it and dont have time for about 2 weeks. Just edit the YAML file where the blueprint lives. LMK if it works.

My bad, sorry for using the wront terms :innocent:
The use case for light. and also lock actually is that I want to know when they drop out of zigbee (they dont have battery) which I have been struggling with on some devices and the only solution seems to be re-pairing, when stuff dont work family gets upset :smiley:

Thank you for the YAML, I didnt get it to work, but I took it into Gemini and that did the trick.
https://pastebin.com/DGp4vQtt

Picture of main change:

Thanks again :partying_face:

1 Like

Hi @Ltek , Your blueprint is great, but there is one thing that I haven't found a solution for yet.
When devices go offline due to battery ended for example, I will get a offline report, but if some zigbee device drop from the network, I will effectively be blind until some automation that I relied upon not trigger when it should. Is there anyway to make your script report those? Maybe verifying that some device that automation rely for trigger or conditions become unknown entities.

there are tools for that (and other valuable task/info)... Spook and H.A.C.A

The default value default: input_button.none when no button trigger is selected leads to warnings:

default UI:

spook repair:

posted fix, version 2026.09.03.50

1 Like