Monitor error in home assistant

how can I capture error in home assistant log in node-red?

for example, check the home assistant log every 30 minutes to see if there is any error for the pass 30 minutes and send email/telegram for those error entries?

thanks.

In NodeRED, you can use the File In node to look at the error log in the /config folder and pass the log to the payload, then do some sort of comparison or something of that nature.

1 Like