Live data from Hacker News

Ask HN: What are the things that you have automated in your personal life?

news.ycombinator.com

131–140 of 749 posts

Re: Ask HN: What are the things that you have automated in your personal life?

#131
post #18

I built an accelerometer-based washing machine sensor which sends a notification to my phone when the washing is done. This is useful because the machine itself has no indication when it's done: http://www.instructables.com/id/Washing-Machine-Notification...

A plug-through device (or cable mounted) could probably do this based on current draw, similar to the killawatt but with different purpose. Might be able to also do error messaging, or warnings of exceptional current draw.

Re: Ask HN: What are the things that you have automated in your personal life?

#132

Earlier quoted context omitted.

For the bath, couldn't you add a sensor that detects water level in the bath and use it to override the lights? Even something as simple as measuring the weight of the tub would work, and would simultaneously cover the shower cases too.

Measuring the weight of the tub doesn't sound simple. A camera or ultrasonic level meter would be easier to set up

Simple and easy aren't the same thing :)

Re: Ask HN: What are the things that you have automated in your personal life?

#133

I made a sensor board that has light, motion, temperature and humidity sensors and IR LEDs and put one in every room. I put Sonoffs on the lights and various other devices and wrote a small managing program to coordinate the lot, so lights turn on when you walk into a dark room and turn off if there's no motion or if you turn on another light. The IR LEDs also control the TV/AC/etc. I've also added various other thin…

How do you power and connect the sensor board to home automation central?

Do you share the design?

Re: Ask HN: What are the things that you have automated in your personal life?

#134
post #63

I automated all my piracy. My NAS automatically downloads files as they are released by scene/p2p/pirate groups. Files are extracted (if compressed), renamed, metadata is added, and published on some apps like plex and trakt. Movies, TV Shows, Music.

In the same general category, I just wrote a script to download episodes of anime as they're released.

I wrote a YAML file for flexget. Much easier.

Re: Ask HN: What are the things that you have automated in your personal life?

#135

My son used to ask me every morning whether to wear warm-weather clothes or cool-weather clothes, so I wrote a app that scraped some weather data and served it up in a web page as a temperature graph, along with a recommendation for what kind of clothes to wear.

...you wrote a weather forecast?

Re: Ask HN: What are the things that you have automated in your personal life?

#136
post #117
post #63

I automated all my piracy. My NAS automatically downloads files as they are released by scene/p2p/pirate groups. Files are extracted (if compressed), renamed, metadata is added, and published on some apps like plex and trakt. Movies, TV Shows, Music.

Sickbeard and couchPotato did that through GUI with a few clicks a few years ago (at least).

Sonarr, Lidarr and Radarr do it much better these days :)

Re: Ask HN: What are the things that you have automated in your personal life?

#137
post #20

accounting, expense tracking, tax loss harvesting, liquid investment rebalancing, taxes

Can you please elaborate on how you do this? I've been looking for ways to automate that.

I write my all own tools, currently private. To get the data I use a combination of screen scraping and Quicken OFX gateways. Everything else is basic coding and accounting. I have a CPA that advises me on tax rule updates yearly and signs my return.

Re: Ask HN: What are the things that you have automated in your personal life?

#139
post #63

I automated all my piracy. My NAS automatically downloads files as they are released by scene/p2p/pirate groups. Files are extracted (if compressed), renamed, metadata is added, and published on some apps like plex and trakt. Movies, TV Shows, Music.

I got all fancy and hacked together a tinydb backend for transmission-daemon to automate pulling from an rss feed. Was using a simple text file at first (to avoid duplicates) but without proper internet service I needed a way to cache the shows until I could eventually download them.

Now I just need to figure out an efficient way to download from them from my Hungarian vps since the cellphone internets are slowwww...

Post reply on HN