Earlier quoted context omitted.
In addition to most of the things other people have reported above, I have: - Scripts that open/close curtains depending on sunset/sundown and whether we're on holiday (presence simulation) - My seedling box - it's an Ikea rack with styrofoam in which I have LED grow lights, a heating element and a fan to control temperature and which simulates different lighting conditions, to start seedlings and to do first ferment…
I'm curious what printer you run that uses a lot of standby power. I have checked several with a kill-a-watt and none of them seem to use more than a watt in standby mode.
Home Assistant: Open-source home automation platform running on Python 3
81–90 of 200 posts
Re: Home Assistant: Open-source home automation platform running on Python 3
#82I last took a crack at setting up a home automation system about 10 months ago. At the time I found Home Assistant to be the easiest open source solution to setup and configure. Unfortunately this was a very low bar. Although the basic documentation regarding installation and configuration of the core Home Assistant was ok the documentation for the individual components used to integrate and automate were either extr…
Re: Home Assistant: Open-source home automation platform running on Python 3
#83Since this comment thread involved a lot of people talking about their smart devices, I’ll just put out a PSA: don’t bother with cheaper zwave light switches and dimmers :) if you’re looking for a high quality decent price option, just get Lutron Caseta. Or if you want higher end / better style, get Lutron’s RA 2 Select hub (basically Caseta++) for $100 more and then you can use Caseta dimmers or higher end Maestro d…
Lutron devices don't form a mesh network, though? And a limit of only one range extender. And only 50 devices? http://www.casetawireless.com/Pages/faqs.aspx I'll stick with Z-Wave, even though it's not perfect. And it's true that there's some terrible Z-Wave hardware but there's also better (and pricier) gear.
Re: Home Assistant: Open-source home automation platform running on Python 3
#84Earlier quoted context omitted.
Is it possible to combine this with snips.ai? So you have voice control on the device it self or run snips on another device and let it send commands to the home assistant device?
You can flash our operating system Hass.io[1] to a Raspberry Pi, install an MQTT broker and Snips via the Hass.io UI, connect a microphone and speaker to the Pi, upload your Snips assistant and you should be good to go. See the instructions [2] [1]: https://www.home-assistant.io/hassio/ [2]: https://www.home-assistant.io/addons/snips/
Re: Home Assistant: Open-source home automation platform running on Python 3
#85I 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…
[0]: https://github.com/topics/home-assistant-config [1]: https://github.com/robbiet480/Home-Assistant-Config
Re: Home Assistant: Open-source home automation platform running on Python 3
#86I 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 current favorite ones: - My GF is a bit forgetful and sometimes leaves her purse behind when leaving somewhere. I had an automation setup with an ibeacon in her purse and owntracks on her phone to detect when the purse is far away from her, and send me and her a notification - i built a bed occupancy sensor so hass knows if we're in bed or not, and disables automations that would otherwise be annoying (mainly the…
Re: Home Assistant: Open-source home automation platform running on Python 3
#87Since this comment thread involved a lot of people talking about their smart devices, I’ll just put out a PSA: don’t bother with cheaper zwave light switches and dimmers :) if you’re looking for a high quality decent price option, just get Lutron Caseta. Or if you want higher end / better style, get Lutron’s RA 2 Select hub (basically Caseta++) for $100 more and then you can use Caseta dimmers or higher end Maestro d…
Caseta is the way to go. I HAD a mix of Elgato, iDevices, Belkin, and Insignia switches and outlets, added ad-hoc based on promotional pricing and free time. It was an unreliable mish-mash with varying levels of compatibility with iOS, Android, and Alexa. Seeing or hearing "The device is not responding" was common. I scrapped it all and went Caseta for everything, giving every device a "one last chance" and swapping…
Re: Home Assistant: Open-source home automation platform running on Python 3
#88Since this comment thread involved a lot of people talking about their smart devices, I’ll just put out a PSA: don’t bother with cheaper zwave light switches and dimmers :) if you’re looking for a high quality decent price option, just get Lutron Caseta. Or if you want higher end / better style, get Lutron’s RA 2 Select hub (basically Caseta++) for $100 more and then you can use Caseta dimmers or higher end Maestro d…
And if you use them a lot, I can only imagine they’ll be like the display models at Home Depot / Lowe’s: Lutron Caseta buttons wobbling loosely as if they’re about to fall off, while GE rocker style switch is just fine.
Re: Home Assistant: Open-source home automation platform running on Python 3
#89Founder of Home Assistant here. Happy to answer any questions.
My initial experience with Home Assistant has been very frustrating. I filled my house with HomeSeer HS-WD100+ and HS-WS100+ wall dimmers/switches. I thought I was safe as they are best sellers in zwave devices. But Home Assistant doesn't seem to support them without elaborate workarounds that, as a noob, I haven't been able to penetrate. The forums have been talking about a solution coming soon ... for years now. In…
The multi-tap workaround is not terribly involved. If I recall correctly, it consisted of pasting a couple of lines of XML in the "zwcfg" file for each switch.
Re: Home Assistant: Open-source home automation platform running on Python 3
#90I use an Intel NUC* with Hass.io and am absolutely thrilled with it (switched due to slower reboot times on the Raspberry Pi — HA requires reloads when changing device config) *Model NUC6CAYH Am actually running Hass.io within Proxmox, so I can easily run other stuff on the machine as well. Haven’t yet tested USB pass-through for my Z-Wave and Zigbee USB sticks.
I run Hass.io, but just installed it manually within a Debian installation. It's worked fine (including plugins/updates) for ~6 months.