Coder Social home page Coder Social logo

klaasnicolaas / smarty-homeassistant-config Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 0.0 8.04 MB

๐Ÿ  Home Assistant config from a house in Fryslan. Stay informed by ๐ŸŒŸ this repository for updates!

License: MIT License

Python 100.00%
home-assistant config zigbee z-wave esphome home-assistant-config

smarty-homeassistant-config's Introduction

Smarty - Home Assistant config

NOTE: This is not my first Home Assistant configuration that you can find on Github. Take also a look at these Home Assistant configuration repositories.


You will probably think, what is Home Assistant!? Well Home Assistant is a open source home automation platform that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.

Use the code from this repo for your own Home Assistant environment, keep in mind to not always copy everything line-by-line. If you have any questions, feel free to ask them via email or socials!

Status Information

Home Assistant CI GitHub Last Commit
Shows whether the configuration in this repo is valid Shows how up to date this repo is
Project Maintenance GitHub Activity
Is this repository still actively maintained? Shows how active I am with this repo annually
GitHub Stars Buy Me A Fanta
Please โญ this repo if you find it useful, like these people have If this config was helpful, you could buy a fanta ๐Ÿน for me ๐Ÿ˜„

Current House Configuration

Some time ago we moved to another part of the country, which also meant the end of the old Home Assistant configuration and a fresh start in the new house. For example, a network infrastructure upgrade with Ubiquiti Unifi hardware for the internet at home and a server cabinet where everything comes together, super cool!

My Home Assistant Server

Below my server setup on which I run Home Assistant:

And I use the following hardware in my house:

Need help or questions? ๐Ÿค”

If you have a specific question about my configuration send me a Private message (PM) on the HA forum, my username is klaasnicolaas. Or send me a message via Discord, my username is Mister Nicolaz. If you have found any bug or errors, please submit an issue here on Github and I will get it fixed.

Links

License

MIT License

Copyright (c) 2022-2023 Klaas Schoute

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

smarty-homeassistant-config's People

Contributors

dependabot[bot] avatar klaasnicolaas avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

smarty-homeassistant-config's Issues

Uptime sensor reporting unknown

I am relatively new to ESPHome so forgive potential newbie mistakes or misunderstandings.

My understanding is that code provided under "uptime_timestamp.yaml" needs some extra modules (see code below). I have added the following to "home-assistant-glow.yaml" but the output is:

image

sensor:
  # Uptime Sensor
  - platform: uptime
    name: Uptime Sensor
    id: uptime_sensor
    internal: true

  # Uptime timestamp
  - platform: template
    id: sensor_uptime_timestamp
    name: "${short_name}- Uptime"
    device_class: "timestamp"
    accuracy_decimals: 0
    update_interval: never
    lambda: |-
      static float timestamp = (id(homeassistant_time).utcnow().timestamp - id(uptime_sensor).state);
      return timestamp;

time:
  - platform: homeassistant
    id: homeassistant_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.