Live data from Hacker News

Home Assistant Presence Simulation

github.com

21–30 of 102 posts

Re: Home Assistant Presence Simulation

#21

Just a note to anyone interested in trying out Home Assistant: It's amazing _but_ do NOT use a raspberry pi to run it. Save yourself a ton of headaches and buy a mini pc (there was a list of used mini pcs posted here yesterday from ebay). Also I recommend using HAOS (or whatever the "we install and run the whole OS" option is called) so that you can use things like plugins without messing around with docker. I love d…

I've been running it for a year on a RPi 2, via WiFi, from a SD card *and* a Zigbee dongle, which is basically what everyone seems to say you should not do, and never had a single issue with it. I don't think these issues have anything to do with HA itself but rather the extensions people install on it.

Re: Home Assistant Presence Simulation

#22

Just a note to anyone interested in trying out Home Assistant: It's amazing _but_ do NOT use a raspberry pi to run it. Save yourself a ton of headaches and buy a mini pc (there was a list of used mini pcs posted here yesterday from ebay). Also I recommend using HAOS (or whatever the "we install and run the whole OS" option is called) so that you can use things like plugins without messing around with docker. I love d…

The problem is often that people use small MicroSD (8-16GB) that don’t support the number of writes to SQLite3 that HA does.

Have been using Western Digital purple 64GB MicroSD for years without problems (support the same number of writes as SSD)

Re: Home Assistant Presence Simulation

#23

Just a note to anyone interested in trying out Home Assistant: It's amazing _but_ do NOT use a raspberry pi to run it. Save yourself a ton of headaches and buy a mini pc (there was a list of used mini pcs posted here yesterday from ebay). Also I recommend using HAOS (or whatever the "we install and run the whole OS" option is called) so that you can use things like plugins without messing around with docker. I love d…

[dead]

Re: Home Assistant Presence Simulation

#24
post #12

Hm I'm not sure if this helps. Because thieves will first knock on doors, even for tens of minutes. Ring etc. Normally people will open and thief will say some BS and go away. Cameras with backup power and backup internet connection is your first priority.

Funny because I never answer my door when anyone knocks. If you're knocking on my door it's because I don't know you, which means I probably don't want to talk to you. Anyone who knows me knows to call or text before they come by.

I have kids, neighbors have kids, door is knocked on all the time.

Re: Home Assistant Presence Simulation

#25

Just a note to anyone interested in trying out Home Assistant: It's amazing _but_ do NOT use a raspberry pi to run it. Save yourself a ton of headaches and buy a mini pc (there was a list of used mini pcs posted here yesterday from ebay). Also I recommend using HAOS (or whatever the "we install and run the whole OS" option is called) so that you can use things like plugins without messing around with docker. I love d…

I've been using a raspberry pi 4 for 2 years with no issues. You need a good, clean power source or you can have all kinds of issues. Having good ventilation won't hurt. You also need a good sdcard that can handle a large volume of writes.

Re: Home Assistant Presence Simulation

#26

Just a note to anyone interested in trying out Home Assistant: It's amazing _but_ do NOT use a raspberry pi to run it. Save yourself a ton of headaches and buy a mini pc (there was a list of used mini pcs posted here yesterday from ebay). Also I recommend using HAOS (or whatever the "we install and run the whole OS" option is called) so that you can use things like plugins without messing around with docker. I love d…

I'm about to buy a Pi 5 for a Pi-hole. Does the same advice apply to that?

Re: Home Assistant Presence Simulation

#27

Just a note to anyone interested in trying out Home Assistant: It's amazing _but_ do NOT use a raspberry pi to run it. Save yourself a ton of headaches and buy a mini pc (there was a list of used mini pcs posted here yesterday from ebay). Also I recommend using HAOS (or whatever the "we install and run the whole OS" option is called) so that you can use things like plugins without messing around with docker. I love d…

I've been running off a Raspberry Pi for years and it's been very stable. The main things for me were to use a good SD card, to use Ethernet instead of Wifi, and to also reboot the Pi daily via an automation.

Re: Home Assistant Presence Simulation

#28

Just a note to anyone interested in trying out Home Assistant: It's amazing _but_ do NOT use a raspberry pi to run it. Save yourself a ton of headaches and buy a mini pc (there was a list of used mini pcs posted here yesterday from ebay). Also I recommend using HAOS (or whatever the "we install and run the whole OS" option is called) so that you can use things like plugins without messing around with docker. I love d…

Low Cost Mini PCs https://news.ycombinator.com/item?id=41389931

Re: Home Assistant Presence Simulation

#29

Just a note to anyone interested in trying out Home Assistant: It's amazing _but_ do NOT use a raspberry pi to run it. Save yourself a ton of headaches and buy a mini pc (there was a list of used mini pcs posted here yesterday from ebay). Also I recommend using HAOS (or whatever the "we install and run the whole OS" option is called) so that you can use things like plugins without messing around with docker. I love d…

I've pip-install it in my homeserver (a small celeron with enough ram and storage) BUT I have a note to all HA users and devs: why the hell keep insisting on the WebUI for configuring, it's NOT reproducible nor simple.

Oh, of course, for a casual user it's simple, unfortunately no casual users know about HA or how to physically integrate HA in a smart home, so the idea of making a generic end-user system it's a failure in principle, no matter the implementation. Aside nothing is forever so even if for some it's easier to go for a WebUI, when it will break, because it will (and with HA I've experienced issues various time, an update at a time) you need to waste big time instead of simply adapting a damn simple config.

Hell, even NixOS with it's damn nix language is enormously simpler than the YAML hell + WebUI of HA. And yes, NixOS is far more stable and simple than playing with an entire distro just to run a Pythonic app.

Post reply on HN