Posts

Showing posts from December 13, 2020

Getting your house to ask you for help: Using Email Notification in an 'Automation'

Image
 < Previous                                                                                            Home Test Your Notification The guys at Home Assistant got this . " Choose your service from the  Service  dropdown menu " And then I hit "Call Service".  (I have no doubt my wife wonders WTH I am doing sending her this email.  Better to keep her guessing) And holy cow!!!  It worked! Now I just need to try use this to tell us when batteries are getting low. Link the Battery Level to the email https://www.home-assistant.io/cookbook/notify_if_over_threshold/ So now I need to add an 'automation'.  I went to Configuration > Automations Selected "Add Automation". I skipped the page that tries to parse the automation, becaus...

Getting your house to ask you for help: Setting up Email Notification using GMail

Image
 < Previous                                                                                            Next > We left off with my wife saying,  " I hope I remember to check (batteries) often enough " Well, what if the lock just told us when it needed new batteries? "Hey Mike and his awesome wife, this is the house - the batteries in the Scottish Room are getting low, they need to get changed soon." WARNING! Incoming System Design thoughts!  Skip this if only interested in the tech details! " I hope I remember to check often enough " - this is the human equivalent of something called 'polling'.  Basically it is similar to a child in the back seat: child: "Are we there yet?" driver: "No" child: "Are we there yet?" driver: "No!" child: "A...

Adding Battery Gauges to my Dashboard

Image
 < Previous                                                                                             Next >   A change to the Dashboard So there are battery sensors in these door locks I have.  So I added them to my simple dashboard using a 'Grid' Card. I put the "Lock" entities in there too, because I liked the layout better.  Here, I added the locks as the first three items in the grid... and the battery sensors as the next three.  I chose to use a 'Gauge' because I liked the way it looked, and it was pretty "right" for a battery (IMHO). So now in my Dashboard on my phone, I have this: I like it! Much more importantly, so does my wife, who will be using this.  She looked at it and was happy that she would be able to look...