I use Home Assistant to automate a lot of stuff around my house. The one I use at least daily is a trigger based on the light switch in my bedroom. A double click down triggers an automation that turns off all the lights in the rest of the house, makes sure the garage doors are closed, and that the rest of the doors are locked.
Ask HN: What automation tools have you used to replace mundane activities?
61–70 of 234 posts
Re: Ask HN: What automation tools have you used to replace mundane activities?
#62I use Home Assistant to automate a lot of stuff around my house. The one I use at least daily is a trigger based on the light switch in my bedroom. A double click down triggers an automation that turns off all the lights in the rest of the house, makes sure the garage doors are closed, and that the rest of the doors are locked.
I also have all the outside lights on wifi light switches that turn on automatically at dusk. There are a few lamps inside that turn on automatically too, so it looks like someone is home and so it automatically creates a nice ambiance when we are home.
The lamps also happen to use RGB Hue bulbs, so they're normally a white shade, but if one of the outside motion sensors (also Hue) is triggered, then they turn red, and if it's late enough that the outdoor lights are off, then it automatically triggers the wifi light switches to turn on all the outside lights.
Amazon echo show is great for checking cameras. Logitech harmony remote is great for starting up the tv/media box/amplifier and configuring them to their correct settings each time someone wants to watch tv. The automatic refill kit for the keurig keeps the water tank full. myQ lets me know if one of my garage doors was left open. A wemo plug turns on my hot water circulator during the hours when we're usually home and off when we're not. Nest camera lets me know when it spots a person on my driveway.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#63I use Home Assistant to automate a lot of stuff around my house. The one I use at least daily is a trigger based on the light switch in my bedroom. A double click down triggers an automation that turns off all the lights in the rest of the house, makes sure the garage doors are closed, and that the rest of the doors are locked.
One future Home Assistant project that I would love to implement is a whole house lighting system that gradually transitions all the lights from white/blue in the morning, to yellow/orange in the evening to aid natural melatonin production. Such a project would have to be fully automated, otherwise I'd forget to set it each day. Blue LEDs are terrible for sleep and throw off your body's natural sleep pattern. I got t…
Re: Ask HN: What automation tools have you used to replace mundane activities?
#64Earlier quoted context omitted.
Some are are custom built from apis but I daresay you can find just about anything to hit a webhook or integrate into slack or elsewhere nowadays. Some examples are https://littlebirdie.io/ I use to filter hackernews, Zapier for RSS & filtering feeds, google calendar etc, nothing complicated, just know what you need from a specific service then figure out a way to get it to yourself in a recurring distraction free ma…
Wait isn’t having a bot send you notifications all day the opposite of “distraction free”?
Re: Ask HN: What automation tools have you used to replace mundane activities?
#65I use Home Assistant to automate a lot of stuff around my house. The one I use at least daily is a trigger based on the light switch in my bedroom. A double click down triggers an automation that turns off all the lights in the rest of the house, makes sure the garage doors are closed, and that the rest of the doors are locked.
One future Home Assistant project that I would love to implement is a whole house lighting system that gradually transitions all the lights from white/blue in the morning, to yellow/orange in the evening to aid natural melatonin production. Such a project would have to be fully automated, otherwise I'd forget to set it each day. Blue LEDs are terrible for sleep and throw off your body's natural sleep pattern. I got t…
[0] - https://community.home-assistant.io/t/circadian-lighting-cus...
Re: Ask HN: What automation tools have you used to replace mundane activities?
#66Earlier quoted context omitted.
One future Home Assistant project that I would love to implement is a whole house lighting system that gradually transitions all the lights from white/blue in the morning, to yellow/orange in the evening to aid natural melatonin production. Such a project would have to be fully automated, otherwise I'd forget to set it each day. Blue LEDs are terrible for sleep and throw off your body's natural sleep pattern. I got t…
Look into philips hue. You can set the lights so they turn on at a different color temperature depending on time of day. Some of the remotes/switches even come pre-programmed to do that right out of the box.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#67Probably off initial topic, but: - FileJuggler on Windows, to automatically clean Desktop, Download folder and archive everything into a date-based folder structure in Drive. - AutoHotKey to insert text templates into everything (e.g. current date, formatted Jira issues, annoying things to type) The problem with automation is that one will want to break even quickly [time saved > (time spent finding/setting/maintaini…
Some more items that I've setup in AHK: - Launching commonly used apps, like Notepad, Windows Explorer or Sublime Text - Launching commonly used websites in a browser, e.g. gmail - Paste from the clipboard into a language translation site (languageX to languageY via URL parameters) - Open a to do list in Excel (hard coded file path) - Text expansion for personal and work email addresses - With one keypress, open the…
Yes! That's a big time saver on my end to.
I was also using it to insert emojis, but the new `Windows+.` shortcut is actually useful for that.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#68Playwright is a new alternative to Selenium, and besides being cross-browser, is focused on performance, developer ergonomics and reliability (death to flakiness!). Might be worth checking out? https://github.com/microsoft/playwright . Disclaimer: I work with the Playwright team at Microsoft.
Re: Ask HN: What automation tools have you used to replace mundane activities?
#69Re: Ask HN: What automation tools have you used to replace mundane activities?
#70Earlier quoted context omitted.
One future Home Assistant project that I would love to implement is a whole house lighting system that gradually transitions all the lights from white/blue in the morning, to yellow/orange in the evening to aid natural melatonin production. Such a project would have to be fully automated, otherwise I'd forget to set it each day. Blue LEDs are terrible for sleep and throw off your body's natural sleep pattern. I got t…
I use Circadian Lighting [0] component for this one. Works pretty well all around the house. [0] - https://community.home-assistant.io/t/circadian-lighting-cus...