Skip to content

zubir2k/HomeAssistantGasRenew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Gas Renew

visitors Donate

LPG Gas Monitoring Automation purely based on date comparison. It may not give accurate measures but at least it will provide some estimation when is the gas tank going to be empty and then make neccessary preparations to avoid disruption (thus make wifey happy).

Features:

  1. Dynamic selection of duration (days).
  2. Sensor gauge from Full -> Medium -> Low -> Critical
  3. Renew button to reset status (upon changing the gas tank of course)

image

image

Video Tutorial

Youtube

Installation

  1. Simply copy the downloaded source into your Home Assistant \config

  2. Add the following line into your configuration.yaml
    (IMPORTANT: If you have this line added from another template of mine, you may ignore this step)

homeassistant:
  packages: !include_dir_named HAMY/
  1. Create a dashboard lovelace-ui.yaml
  • Add new card, scroll at the bottom and choose Manual.
  • Copy & paste the YAML respectively.

image

  1. Restart Home Assistant to take effect.

First Time Setup

  1. Enter your estimated duration; maximum is 365 days @ 1 year (default is 70 days)
  2. Enter your last change date.
  3. Enter your previous change date.

Automation Ideas

  1. Integrate with Google Calendar and add reminder to your Google account.
  2. Make an order via telegram to your nearest convenience store (if the store supports it).

Future Development

Join Us