AutoIt and Home Automation
AutoIt is an amazing tool for home automation or any Windows automation for that matter. Below we discuss some sample scripts to integrate your PC with most API’s and services with some sample scripts to get you started. Remember that if you are looking to get started with AutoIt and your own automation hub please look at their API. We have listed all the API links on the hub page.
Recording Your Tasks
This is the most powerful tool with regards to AutoIt. You can simply click the toolbar ‘Tools’ option and click AU3Recorder and begin doing the task that you would like to run.
Task Scheduler to Run Commands
You could then auto run this outputted task within task scheduler in Windows 7.
Task Scheduler Tutorial
AutoIt Favourite Links
UDF’s are a way to interact with programs using AutoIt’s simple scripting language. We will list a few of our favourites to help get you started.
- iTunes UDF: This UDF allows you to add automation techniques to your AutoIt scripts within iTunes. I use this one to play playlists from my Pebble watch, change the volume, pause and play music.
- Gmail Remote Monitor: I love this one as you can send an email and then launch commands locally on a PC. As long as the syntax is a certain way it can launch commands. Great for IFTTT integration.
- Spotify:Spotify is an awesome music service and software platform to control your music.
Let Us Know Your Favourite Ways To Use AutoIt
[bbp-single-topic id=4132]
EventGhost Help Guide and Review | A Must HAVE!
What is it?
EventGhost is software to automate your Windows PC based on triggers (if this than that). Once you follow a few guides on how to add triggers and actions it’s extremely powerful. Download Eventghost here.
Example Macros
Do you notice the lightning bolt there? That is a trigger that has been dragged to the ‘unnamed macro’. It can include any type of trigger and then can have any action(s) after that.
Adding Parameters
Lets say you want to add what was said from the AutoRemote message into a custom script that you made. The first step is to add the line {eg.event.payload.arcomm} into the command line options section and then you can send it to something that happens on your PC. In the example above I sent it to a food log.
Sample Useful Recipes
- Create a good morning scene which controls your lights. You can integrate it with any home automation system by launching GET requests.
- Have an aquarium movie-loop pop up when you aren’t doing anything for a while.
- Send an AutoRemote notification when a new download is finished.
Other Youtube Videos
Here are some good youtube videos with regardes to EventGhost which you should try.
EventGhost Recipe Forums
- Home Automation Remotes | PS3 VS Harmony VS Z-Wave Ones
- EventGhost Help Guide and Review | A Must HAVE!
Our Review
- Published in EventGhost, Home