I run a Huginn server which has hundreds of recipes. Most scrape websites and send me updates either by pushover or email for things that matter -- news sites via rss with heavy keyword filtering for news that's important to me like hometown news etc (Google alerts style) -- firmware updates from various devices that wouldn't otherwise notify me like kindle -- posts up voted over X times in a period on smaller, speci…
Ask HN: What are the things that you have automated in your personal life?
91–100 of 749 posts
Re: Ask HN: What are the things that you have automated in your personal life?
#92My AWS rep gave me one of their IoT buttons when those were first a thing. I wrote a couple of lambdas for it. One click would send an email to my boss telling him I was taking a sick day, double click would send him an email telling him I was running late.
Out of curiosity, how often are you using them?
It took barely any time to set up a lambda to send an email, and I was mostly doing it to entertain myself with the novelty of it. But on the few occasions when I did, pushing a button and then going back to sleep instead of getting up for work was pretty sweet.
Re: Ask HN: What are the things that you have automated in your personal life?
#93I run a Huginn server which has hundreds of recipes. Most scrape websites and send me updates either by pushover or email for things that matter -- news sites via rss with heavy keyword filtering for news that's important to me like hometown news etc (Google alerts style) -- firmware updates from various devices that wouldn't otherwise notify me like kindle -- posts up voted over X times in a period on smaller, speci…
Nice. I haven't quite jumped from IFTTT/Zapier to Huginn yet but this is something I plan to do as well. Have you compared it with beehive [1]? [1] https://github.com/muesli/beehive
Re: Ask HN: What are the things that you have automated in your personal life?
#94Re: Ask HN: What are the things that you have automated in your personal life?
#95I 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...
Re: Ask HN: What are the things that you have automated in your personal life?
#96I used DSP to recognize the commercials in the radio broadcast on my stereo receiver and turn down the volume automatically ("adblock for the radio broadcast"). I described it here: http://blog.rekawek.eu/2016/02/24/radio-adblock/
Re: Ask HN: What are the things that you have automated in your personal life?
#97Earlier quoted context omitted.
Out of curiosity, how often are you using them?
I don’t use it at all anymore. But probably used it once or twice a month back then. If I woke up late I’d double click as soon as I got out of bed, or if I was having one of those days where I just cbf going to work I’d do the single click. It took barely any time to set up a lambda to send an email, and I was mostly doing it to entertain myself with the novelty of it. But on the few occasions when I did, pushing a…
Re: Ask HN: What are the things that you have automated in your personal life?
#98I made a script that scrape many job offer websites and send a notification email when some custom rules match.
Re: Ask HN: What are the things that you have automated in your personal life?
#99The lights in the most reasonably trafficked areas of my apartment are automated. The kitchen and bathroom mainly. If I'm in the kitchen I'm actively cooking or using the sink and pacing around, so the motion sensor keeps the lights on. After 1 minute of no motion, they turn off. Important to set timers though as the lights are no longer a reminder if something is in the oven or on the stovetop. For the bathroom, I h…
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.
Re: Ask HN: What are the things that you have automated in your personal life?
#100The lights in the most reasonably trafficked areas of my apartment are automated. The kitchen and bathroom mainly. If I'm in the kitchen I'm actively cooking or using the sink and pacing around, so the motion sensor keeps the lights on. After 1 minute of no motion, they turn off. Important to set timers though as the lights are no longer a reminder if something is in the oven or on the stovetop. For the bathroom, I h…
We have some battery-powered motion-detector LED lights about 1ft from the ground in our bathroom and hallway. Makes walking around late at night less painful. (Children's toys end up everywhere!)