What can the 'average Joe' start hosting, that will change their life?

jaackf@lemmy.world to Selfhosted@lemmy.world – 996 points –

I'm already hosting pihole, but i know there's so much great stuff out there! I want to find some useful things that I can get my hands on. Thanks!

666

You are viewing a single comment

Home Assistant is nice! Have it integrated with some smart lights and smart plugs. Makes it easy to monitor and control everything locally.

We have it set up in our room so that one widget controls the lights, one controls the fans, one controls the monitors, then there's a master button that we use to turn off everything that doesn't need to be always on whenever we leave the room.

Want to play with some fancier stuff with it too, but that alone is incredibly convenient.

Do you have a recommendation for smart plugs and/or bulbs that work well w/Home Assistant and have decent security?

I use Phillips Hue bulbs and Kasa outlets. I try to avoid WiFi when I have ZigBee and Z-Wave but the outlets have been flawless for me for years, and on sale their incredibly cheap. Dunno about security.

I wish Home assistant was more conducive to running on Kubernetes. I tried it but so much of the local discovery doesn't work without being in the same LAN as all your IoT devices.

There's an easy answer to that...don't use IoT devices. I recently rebuilt my HA setup into a VM running on Proxmox, added a Zoos USB to ZWave dongle and then replaced every device that needed a network connection with a Z-Wave device. I have nothing left that needs, or can even connect to, the Internet and all of my routines / automations are fully local. I can turn my Router off and the only thing it will impact is remote access and voice control.

True. I kind of consider IoT a category of device nomenclature but that's not true.

I run my instance via docker-compose, and it's just a matter of setting network_mode: host on the container (in the YAML).

I'll have to take another crack at it sometime. You can do all kinds of container privilege modification in Kubernetes and maybe I just missed the one I need to set. I'll try to find the analog for the one you shared here. Thanks!

Looks like it's not all that hard, jsut have to give home assistant some additional permissions to networking at a lower level of the stack

Do you have a recommendation for smart plugs and/or bulbs that work well w/Home Assistant and have decent security?

Honestly? I just grabbed the cheapest stuff I could find online, hah. Everything I use is basically a mishmash of whatever was on sale at the time. Home Assistant has worked with every device I've hooked up so far, and even when they're different brands I've been able to group them up nicely in Home Assistant's interface.

Can't speak to security, unfortunately. While it's certainly an important concern, my budget has been pretty limited to whatever I can find in multipacks for under $30 ¯\_(ツ)_/¯

I've used stuff from IKEA (TRÅDFRI). They work great with HomeAssistant but I should let someone else comment on their securityI suppose.

I'm far from a security expert, but if you use them with a generic ZigBee USB dongle rather than the IKEA hub they should be pretty secure as they don't have internet access.

I recommend you stay away from anything that requires any kind of portal to setup. If you have to download an app and create an account in order to pair the device or get it setup then don't use that equipment. There's a near endless array of sensors and things you can get now that work using Z-Wave, ZigBee, and even HomeKit that work DIRECTLY with HA, meaning that they don't require commands to be sent up to the cloud via the Internet and then come back down to your device.

Oh yeah totally agree with you. Got a Google Coral stick the other day after waiting for OK prices and it's a really nice game changer if you have cameras around the house. Managed to get notifications when my cats are nearby, all through Home Assistant.