Giter Site home page Giter Site logo

home-assistant-config's Introduction

home-assistant-config

Just my home assistant configuration, like many others, but this is mine..

I have placed readme's on the sections. So hop over there to see if its of value for you too!


How to see all ip's from all containers (needed it sometimes)

docker inspect --format='{{.Name}} - {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aq)

Make a secrets file for travis, will replace _url screts with dummy urls.

for i in `cut -f1 -d":" secrets.yaml`;do;echo $i: $(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1);done | sed 's/_url:.*/_url: https:\/\/www.some.url.com/' > travis_secrets.yaml

Recorder purging by hand if the db gets too big: In dev page do a recorder.purge with:

{
  "keep_days":"1",
  "repack":"true"
}

Then wait for some time, last time it was 3.5gb for me. After this it was 2.5gb (still too much) but after a restart it was down to 300mb!

SELECT entity_id, SUM(LENGTH(attributes)) size, COUNT(*) count, SUM(LENGTH(attributes))/COUNT(*) avg
FROM states
GROUP BY entity_id
ORDER BY size DESC;

If you run this on the database you can see which entity id's is spamming the logs.

home-assistant-config's People

Contributors

riemers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dajomas

home-assistant-config's Issues

Create better lovelace panels

Having too many panels still. Too much crap. Just create 1 crap tab and make groups of crap.

Only those that are deemed 'handy' should have a place in one of the other screens since a good system should automate itself. (no need for a gui) but looks nice on the wall.

Fix duplicate ios devices

Seems i got a million in core.device_registry (presume because of the beta)

Need to clean so i can get notifications again.

Disable solar screen rollup with open door

If the door is open and the suncreen comes back in, it will hit the door. Find a proper way to check and disable if that is the case.

  • Added sensor on the door

Issue: If the door is fully open it should allow for use too. (add another magnet there somehow?)

Improve washing machine alert

Problem is that i don't have a way to check that it ended (besides it turning off)

It has a anti smudge? don't know how you call that mode. Meaning it will turn every xx minutes to keep the wash "ok" because of that it is hard to tell.

Change naming convention

This would mean the entity id's and all automations behind it. Get rid of all unneeded items too.

Make a movie mode

  • Dim lights (if at night time)
  • Only turn on movie mode is receiver is turned on
  • Turn on subwoofer (add a plug in between, safes usage)
  • Turn sun screen down (day and night, awefull pedestrian stoplight bluring my vision)

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.