Git Product home page Git Product logo

ccostan / home-assistantconfig Goto Github PK

View Code? Open in Web Editor NEW
4.7K 200.0 509.0 285.35 MB

:house: Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to :star: it. Updated FREQUENTLY!

Home Page: https://www.vCloudInfo.com

License: Other

Shell 1.94% Python 1.67% HTML 5.19% CSS 4.80% JavaScript 86.40%
home-assistant home-automation automation homeautomation hue raspberry-pi amazon iot nest led-controller

home-assistantconfig's Introduction

home-assistantconfig's People

Contributors

aureliosaraiva avatar brianhanifin avatar ccostan avatar chpego avatar chxseh avatar dale3h avatar marcomontalbano avatar parthmakode avatar pinkywafer avatar ragerdl avatar randyblo7 avatar sean1516 avatar stanvx avatar techie2000 avatar thejeffreystone avatar tvermaashutosh avatar willheslam avatar wrt54g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

home-assistantconfig's Issues

Pi-hole install

Add Pi-Hole (Ad blocking) to the network with the Pi Zero. (Add to Home Assistant)

Home-assistant Help Menu

Voice tutorial about some of the common things you can do with Home Assistant.

TRIGGER with 'Alexa, trigger Home Help'.

Input Booleans, status and then how to do it. etc..

Monitor Machines that are not cooperating.

binary_sensor:
  platform: command_line
  name: Daughter Laptop
  command: ping -W 1 -c 1 192.168.0.101 > /dev/null 2>&1 && echo success || echo fail
  sensor_class: connectivity
  payload_on: "success"
  payload_off: "fail"

Install HomeBridge

Need to do this. I thought the Gen 2 hub would eliminate this need but Hue only shows HUE in homekit. need to see it all.

Wake on LAN

#Wake on Lan stuff to try

- platform: wake_on_lan
 mac_address: XX:XX:XX:XX:XX:XX
 name: "Synology WOL"
 host: "192.168.1.3"

- platform: wake_on_lan
 mac_address: XX:XX:XX:XX:XX:XX
 name: "iMac WOL"
 host: "192.168.1.2"

Motion after midnight

Motion after midnight and the sprinklers go on.

Brighten lights in backyard.. turn on landscape lighting as well for a while.

Clean up Sensor Values

 - platform: template
    sensors:
      front_door_clean:
        value_template: '{% if is_state("binary_sensor.front_door", "on") %}Open{% else %}Closed{% endif %}'
        friendly_name: 'Front Door'
        entity_id: binary_sensor.front_door  
  
  # Template Binary Sensors
platform: template
sensors:
  flood_sensor:
    value_template: >-
      {% if states.sensor.everspring_st812_flood_detector_flood_2_5.state == '255' %}
        'on'
      {% elif states.sensor.everspring_st812_flood_detector_flood_2_5.state == '0' %}
        'off'
      {% else %}
        n/a
      {% endif %}

(IFTTT) Blink ALL lights at 9:30 to remind me to take medicine. (also Alexa Alert)

Hello!

I was looking for you in the Gitter chat to ask you this but I couldn't see you, and I didn't want to forget so I thought I would post my question here. I've looked through these configuration files and my extreme newness means that I had not been able to work out how you've done this, you see I have to take a particular medication at 9 o'clock in the morning every 72 hours which is a weird time interval to have to remember.

At the moment I have an IFTTT recipe which scans a Google calendar for the words "patch day", and then when it finds it it flashes every LIFX light bulb in the house green. This is great when it works, but it isn't 100% reliable so if my Internet goes out I don't get the reminder, and consequences of not having this medication can be horrendous and I will do you the solid of sparing you the details.

Having Alexa announced that I need to take my medication as well as having the lights going would be brilliant, but I just cannot work out how you've done it, would you be to point me in the right direction please?

Thanks in advance, and thanks for the help you given me in the chat room, it's really appreciated. :-)

Add SleepIQ Automations.

If both in Bed, trigger goodnight routine. after 9pm

If 1 gets up, turn on bathroom light.

If up for more than a few minutes, turn on Kitchen accents.

kick off morning routine when stacey gets up.

Set night lamp up when 1 person is in bed. (no one to 1).

Add more scenes

Create various scenes (early morning, breakfast, work, entertaining, )

Write automation that detects power outage

If there is a power outage and then comes back, all the lights will be on.

Figure out how to make HA detect that and then start shutting down some of the lights.

if it's day time, shut them all.

If it's middle of the night, shut them all.

Maybe 10 minutes after an HA Startup event, check to see if ALL THE LIGHTS are on and if they are, shut them down. Maybe less time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.