I have a question for the home automation crowd. Are there any wifi switches (wall-wart style that don't need to be embedded in the wall) with an open spec or open source that I don't need a custom app with a weird protocol to talk to? I'd really like to wire up some automated switches but after days of research, found that just about every wifi-enabled switch requires some bullshit android app that requires phoning…
MyStrom has a simple web interface which I talk to with a bash script — but they come with Swiss plugs only AFAIK
Home Assistant: Open-source home automation platform running on Python 3
111–120 of 200 posts
Re: Home Assistant: Open-source home automation platform running on Python 3
#112This might be what I'm looking for, but the components page is broken. I need small, affordable temp+humidity sensors that multiple people can monitor via a web page or app. I did something similar years ago with a solution from a company called "One wire" and a lightweight PC interface, but it's pretty dated now and new components are tough to find. Any suggestions?
https://www.home-assistant.io/blog/2018/06/05/esphomelib/
You can get esp8266 devices as cheap as about $1.30 on Ali express or you can get the super tricked out ones (mainly just for prototyping) from adafruit for about $9.99. They call theirs the Huzzah and it comes with stuff that you don’t have to solder on to most esps anyways. But a small cheap wireless sensor (3.3V) that can attach to any small sensor makes for some interesting automations.
Re: Home Assistant: Open-source home automation platform running on Python 3
#113I've been using Home Assistant for a couple of years now. I won't go too much into what I use it for, there's a bunch of info about that, and the guys on the Discord have entire public repos full of all their cool automations (on Github). What I would share is that in the couple of years I've been running it, I've been through a dozen Sandisk and Samsung MicroSDs on my Pis _even though_ I was running my time-series d…
Re: Home Assistant: Open-source home automation platform running on Python 3
#114Earlier quoted context omitted.
What's your setup for the front door camera? That's something I'd like to add to my house, I know there are a packaged solutions but I want to build it.
So I bought a ring a while back, I fucking hate the thing. It's unreliable, it's closed off, and has an awful API. But until I get around to replacing it, I also have normal IP cameras out front. So i combined the API from Ring with the IP cameras that let you access the video stream to take a snapshot on motion or a doorbell ring, and use HTML5 notifications to send it to all my devices.
Re: Home Assistant: Open-source home automation platform running on Python 3
#115Earlier quoted context omitted.
See https://news.ycombinator.com/item?id=17827484
Thank you! Snips is the bomb, been tinkering around with it past week or so and really enjoying it. What are your thoughts / experiences towards snips? Anything cool I should try out
Re: Home Assistant: Open-source home automation platform running on Python 3
#116I 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
#117I've been using Home Assistant for a couple of years now. I won't go too much into what I use it for, there's a bunch of info about that, and the guys on the Discord have entire public repos full of all their cool automations (on Github). What I would share is that in the couple of years I've been running it, I've been through a dozen Sandisk and Samsung MicroSDs on my Pis _even though_ I was running my time-series d…
Re: Home Assistant: Open-source home automation platform running on Python 3
#118Earlier quoted context omitted.
This doesn't answer your question but I've been reliably using 433Mhz rf outlets[0] with homebridge and now with homeassistant with millisecond response times using Siri or browser at almost 100% success rate for years. I'm using twelve of them, and adding another is just adding one line to my config file. [0] https://www.amazon.com/Etekcity-Household-Appliances-Unlimit...
Thanks! I actually have these already, I didn't even think they could be automated though. What do you use as the transmitter (I'm assuming you don't have a robot arm pressing the button on the remote ;))?
Now I just use cheap rf emitters from amazon (you may have to solder an antenna to increase range). As soon as I got an AppleTV, all my switches became available outside my LAN, thanks to Apple Home without having to worry about security.
https://www.amazon.com/Gowoops-433Mhz-Transmitter-Receiver-A...
Re: Home Assistant: Open-source home automation platform running on Python 3
#119I 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…
Does it also supply instant spandex and leg warmers?
Re: Home Assistant: Open-source home automation platform running on Python 3
#120Earlier quoted context omitted.
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…
i made an account because i noticed you mentioned snips. I own a 3d printer and just began toying with it, setting tts is bloody genius. is it hard to pick it up?
I find their telegram (https://t.me/snipsair) pretty useful to ask poke around. Looking for their Discord because Dev community is mostly there! Plus i believe you get rewarded for helping em in their token. Not so much into Crypto but it seems to have some viable utility in their ecosystem.
Arduino Hobbyist here, usually lurking on /g/