Email Logbook entries?

Hi,
I’d like to be able to email to myself the state of my HA components (preferably including some history). The purpose is because my HA system is only local and I only interact with it via email when not on the network.
One approach I was considering is to extract information from the Logbook entries that I understand are stored in home-assistant_v2.db. However, this file is too big to email.
Is there a way to extract just the current day’s entries from home-assistant_v2.db

Alternately, is there a different way to easily obtain the state of all components?
Thanks!

Would working on an exception principle work? Then you can review overall changes when back on your network? Send a notification if something goes offline, a door opens, a temp threshold is met? This is very easy to implement with a few automatons.

What exactly are you looking to monitor?

Essentially, I’d like to either: 1) email out the state of my system (e.g. info available on front end, or state of all sensors) - my system right now is only available on my home network; and optionally 2) also include in that the ‘history’, so that I can see what is going on when I’m not home.