Live data from Hacker News

Home Assistant: Open-source home automation platform running on Python 3

home-assistant.io

21–30 of 200 posts

Re: Home Assistant: Open-source home automation platform running on Python 3

#21
post #16
post #6

Earlier quoted context omitted.

Not only that, but Home Assistant is by far my favorite example of a well run "crowd run" open source project. There's no big company bankrolling it (well there kinda is since ubiquiti hired the creator, but not to the same extent something like Chromium is just google), there are a HUGE number of committers, and the structure encourages people to maintain and improve their own contributions via 3rd party packages. T…

Thank you, really appreciate this kind of feedback :) I store these kind comments in my notes and whenever people are asses online, I always go through the stored notes to know why we do what we do.

[deleted]

Re: Home Assistant: Open-source home automation platform running on Python 3

#22
post #8

Incredible project. Such a well-run open source system- monthly updates with great release notes and documentation.

Yep fully agreed - eager to see where they go - mass adoption is huge but I think because their platform targets newb and prosumer audiences it'll be easier. Also, the website does a good job at showing features - some competitors out there are NOT doing this enough. Privacy aspect + edge vs cloud is what triggered me to get it :P

Re: Home Assistant: Open-source home automation platform running on Python 3

#23
post #5

I have a raspberry pi where I installed Home Assistant a few months ago when I moved into my new home. I did a little bit of messing with it, but stopped while waiting to have more devices that could communicate with it. What are some of the more useful things people have found they are able to accomplish with this, and what was the best way to go about them? Ideas I currently am toying with: presence sensors to turn…

some of the stuff i've wired up around my house: * zwave motion sensors that can turn on the stairs lights at night when I start to walk down * door/window sensors that will automatically turn the AC off if they are open for more than a minute. * several methods of presence detection for anyone in the house, and ensuring the doors are locked, lights out, and garage doors down if nobody is home (after an announcement…

Where do you buy your sensors, and which ones do you use? Sounds like they are all over the place so they need power and wireless (or a lot of cabling....)

Re: Home Assistant: Open-source home automation platform running on Python 3

#25
post #7

Founder of Home Assistant here. Happy to answer any questions.

Yeah curious to know too if Home Assistant is compatible with snips.ai? They're also heavy on privacy and essentially developed from the ground up with privacy being built into it BY design

Re: Home Assistant: Open-source home automation platform running on Python 3

#26
post #10
post #5

I have a raspberry pi where I installed Home Assistant a few months ago when I moved into my new home. I did a little bit of messing with it, but stopped while waiting to have more devices that could communicate with it. What are some of the more useful things people have found they are able to accomplish with this, and what was the best way to go about them? Ideas I currently am toying with: presence sensors to turn…

My favorite things for it is a lot of the "scripting" you can do for it: - I have my outdoor lights turn on when the sun goes down and turn off 4 hours after sunset - If it is after sunset, if it detects mine or my significant other connecting to the wifi, it automatically turns my Nest from away mode and turns on lights inside. - It will automatically turn off all my lights and my nest to away mode if it detects tha…

For those who don't want to go all in on home automation, you can buy solar timers for your lights that have an on off button, but also accept your lat long as a parameter and contain a solar calendar internally; they will turn your lights on and off automatically around dawn and dusk (and variations of).

Re: Home Assistant: Open-source home automation platform running on Python 3

#27
post #17
post #6

Earlier quoted context omitted.

Not only that, but Home Assistant is by far my favorite example of a well run "crowd run" open source project. There's no big company bankrolling it (well there kinda is since ubiquiti hired the creator, but not to the same extent something like Chromium is just google), there are a HUGE number of committers, and the structure encourages people to maintain and improve their own contributions via 3rd party packages. T…

Agreed 100%. I think a lot of the credit goes to @balloob (Paulus Schoutsen).

and @fabaff (Fabian Affolter)

I'm like 80% sure that guy never sleeps...

Re: Home Assistant: Open-source home automation platform running on Python 3

#28
post #5

I have a raspberry pi where I installed Home Assistant a few months ago when I moved into my new home. I did a little bit of messing with it, but stopped while waiting to have more devices that could communicate with it. What are some of the more useful things people have found they are able to accomplish with this, and what was the best way to go about them? Ideas I currently am toying with: presence sensors to turn…

some of the stuff i've wired up around my house: * zwave motion sensors that can turn on the stairs lights at night when I start to walk down * door/window sensors that will automatically turn the AC off if they are open for more than a minute. * several methods of presence detection for anyone in the house, and ensuring the doors are locked, lights out, and garage doors down if nobody is home (after an announcement…

it would be interesting to hear what hardware and sensors you ended up using.

Re: Home Assistant: Open-source home automation platform running on Python 3

#29
post #23

Earlier quoted context omitted.

some of the stuff i've wired up around my house: * zwave motion sensors that can turn on the stairs lights at night when I start to walk down * door/window sensors that will automatically turn the AC off if they are open for more than a minute. * several methods of presence detection for anyone in the house, and ensuring the doors are locked, lights out, and garage doors down if nobody is home (after an announcement…

Where do you buy your sensors, and which ones do you use? Sounds like they are all over the place so they need power and wireless (or a lot of cabling....)

the motion sensors and door/window sensors are zwave.

They are battery powered, but i've had the oldest ones for almost 2 years now and haven't had to replace the batteries yet, and when I do I can get a pack of like 10 for $15 so it's not bad.

All of the light switches are zwave as well, and they go in the wall behind the toggle switches, so from the outside you can't see any difference.

I get most of them from amazon, and i've used a bunch of vendors over the years. Aeotec, ecolink, linear, and a few no-name brands.

Re: Home Assistant: Open-source home automation platform running on Python 3

#30

Is there an on-device voice assistant for home assistant? I looked at snips.ai but debating if this fits my use case. I just need something to turn on/off my lights (and adjust color) and maybe play music through my TV.

It depends on how much DIY you want to do. Snips.ai is the easiest to set up and can be installed from the Hass.io dashboard.

There is also Rhasspy[1], a voice assistant toolkit for Home Assitsant. It has instructions and custom components on how to integrate a full voice assistant (wake up, speech to text, intent recognition, text to speech) into Home Assistant using solely open source tools with different choices per category. It's very cool.

[1]: https://github.com/synesthesiam/rhasspy-assistant

Post reply on HN