Smarthome, Inc.

Various Applescripts I've written for Indigoicon and other things. If you find something here useful, please make a donation.

V 1.0 05/25/07. This script post process a movable type import file that was generated from Blosxom, so it can be imported into Rapid Weaver.

V 1.0 Extract raw bloxsom entries from rendered page

1.0 Inital Release

This script is for users of the entries_index plugin for bloxsom. It will adjust the dates of the individual entries to the dates indidicated in the entries_index file. It will also generate a log file of any files that didn't exist.

V 1.0 29 Oct 2006. I created this for the specific MT Export file I had. Othe files might have more/less stuff in them. You will need to mofify this script to fit your needs*) You need the developer tools installed (it uses setfile to change the dates) and the MT Export file need to be in plain ASCII format, MacRoman formatted with Mac line breaks. Other formats might work but it's easier to pre-format the files with TextWrangler first.

Version 1.0 For use with the Indigo Ical script. This script will generate statics and clean up problems in iCal.

V1.0 4/12/2004 This script by calcualtes the time between sunset and sunrise and adjusting dim level of the light based on what the current time is. So if it's 12:00AM the dim is set to about 50%, the closer to sunrise the less the light dims.

V 1.0 5/22/2004 This script uses function called mslogging() that goes in a trigger for a motion detectors on event. If it's daytime and someone leaves through a main entrance (as defined in the motion detectors description) it will create a trigger that will put the house into "away mode" in X minutes (30 in my case). Once it's in away mode it can notify me if there's activity in the house, etc. When it's nighttime it will put the house into sleep mode when activity in the house has stopped. It then can go through and turn off all the lights, turn down the thermostat and perform any maintenance routines it needs to the HA computer. This script expect certian variables and other things to be defined. Be sure to read through it and understand it's requirements. The script also counts an average number of seconds between detected motions. I use this number in another script to determine how long to leave the lights on in the room the motion detector is in.

Based on "NOAA Weather Script" for Indigo written by Karl Smith threadhead@gmail.com Description: NOAA Weather Script will poll the NOAA web site and retreive the latest weather information for the specified station code whenever the script is run. The wather information will be saved into Indigo Variables that you can use as desired.

You will need to create an Indigo Time/Date action that executesthis script every 60 minutes.

v1.0 Jan 20 2006 initial release

v1.1 29 oct 2006 Works as an attachement script. Use GetNOAAData() in a start up action and it will auto generate trigger actions every 15 minutes. Changed the formatting of the observation time to be more applescript friendly.

V1.0 5/20/2004 Uses WeathermanX to download weather data into Indigo