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.
Home Assistant: Open-source home automation platform running on Python 3
21–30 of 200 posts
Re: Home Assistant: Open-source home automation platform running on Python 3
#22Incredible project. Such a well-run open source system- monthly updates with great release notes and documentation.
Re: Home Assistant: Open-source home automation platform running on Python 3
#23I 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…
Re: Home Assistant: Open-source home automation platform running on Python 3
#24Founder of Home Assistant here. Happy to answer any questions.
I was wondering, how has development been since you have been with Ubiquiti?
Re: Home Assistant: Open-source home automation platform running on Python 3
#25Founder of Home Assistant here. Happy to answer any questions.
Re: Home Assistant: Open-source home automation platform running on Python 3
#26I 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…
Re: Home Assistant: Open-source home automation platform running on Python 3
#27Earlier 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).
I'm like 80% sure that guy never sleeps...
Re: Home Assistant: Open-source home automation platform running on Python 3
#28I 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…
Re: Home Assistant: Open-source home automation platform running on Python 3
#29Earlier 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....)
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
#30Is 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.
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.