this post was submitted on 03 May 2025
138 points (94.8% liked)

Selfhosted

60024 readers
799 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Since selfhosted clouds seem to be the most common thing ppl host, i'm wondering what else ppl here are selfhosting. Is anyone making use of something like excalidraw in the workplace? Curious about what apps that would be useful to always access over the web that aren't mediaservers.

you are viewing a single comment's thread
view the rest of the comments
[–] Tolookah@discuss.tchncs.de 10 points 1 year ago (1 children)

Home assistant is lights, switches, sensors, blinds, fans, heat/cooling, and more. I have an automation that tells me 5 minutes after the wash is done so I can move laundry into the dryer, and another one that tells me if anyone left the back door open, telling me to close it. (My dog can open it from outside).

[–] AtariDump@lemmy.world 2 points 1 year ago (2 children)

How’d you do the laundry one?

[–] Tolookah@discuss.tchncs.de 2 points 1 year ago (1 children)

I've got a tp-link smart plug that monitors power. The automation triggers when it draws less than a watt (a few minutes after it completes the cycle, it turns off). I have the duration set to 5m, so a slower soak cycle shouldn't trigger it (not tested yet).

[–] AtariDump@lemmy.world 2 points 1 year ago (1 children)

Hmm. Wonder if I can do this with my Eve plug.

What are you using for the automation?

Thanks :-)

[–] Tolookah@discuss.tchncs.de 2 points 1 year ago* (last edited 1 year ago) (1 children)

Home assistant, it's a standard trigger in the automations... Trigger type: power.

Copying the yml is a pain on the phone

Edit:
mode: single Might be important, it feels important.

[–] AtariDump@lemmy.world 2 points 9 months ago (1 children)

Thanks; it’s been an interesting four months with HA.

I’ve setup the smart outlets for laundry notifications and even built a (to me) fairly complex automation for when my child gets out of bed at night (triggers different lights and alerts based on time).

[–] Tolookah@discuss.tchncs.de 2 points 9 months ago

Nice! My most used automation is a verbal "door is open, please close the door" on my back door, when it's been left open for about a minute. Our dog can let herself in the house (like a velociraptor from Jurassic Park) and still refuses to close the door behind her.

[–] philpo@feddit.org 2 points 1 year ago (1 children)

Besides using the power consumption there are also various ways to integrate smart devices - e.g. Bosch Siemens HomeConnect directly and let "the house" react to it. For the later a "no cloud" local integration has become available as well.

[–] AtariDump@lemmy.world 2 points 9 months ago

Thanks; it’s been an interesting four months with HA.

I’ve setup the smart outlets for laundry notifications and even built a (to me) fairly complex automation for when my child gets out of bed at night (triggers different lights and alerts based on time).