Skip to content

seaofclouds/indigo-mini-view-plugin

Repository files navigation

h3{font-weight:normal !important;}. born from the need for quick loads and simplicity, these are replacement views for indigo, home automation software for macs!

example

installation

1) download new web files

as zip file:

  • download the .zip file
  • expand download
  • rename expanded directory to: “m”
  • move “m” to
    /Library/Application Support/Perceptive Automation/"Indigo 2/IndigoWebServer/plugins/m

or using git:

In Terminal.app:

cd /Library/"Application Support"/"Perceptive Automation"/"Indigo 2"/IndigoWebServer/plugins
git clone git://github.com/seaofclouds/indigo-mini-view-plugin.git m

2) restart indigo server

3) control your home

8 visit: http://your_server_ip_address:8176/m

customization

replace the iphone icon

i added three replacement icons, green, blue and grey, with grey being the default. if you’d like to use blue, modify line 10 of basicpage_mini.html to instead read:

<link href='/m/images/icon-touch-blue.png' rel='apple-touch-icon' />

if you want the indigo default icon back, change that same line to:

<link href='/apple-touch-icon.png' rel='apple-touch-icon' />

create a mini desktop app with fluid

  • install fluid.app
  • create a new SSB for your control server
  • copy and paste the stylesheet FROM:
    cd /Library/“Application Support”/“Perceptive Automation”/“Indigo 2”/IndigoWebServer/m/css/mini-fluid.css

    TO the Userstyles option in your new SSB’s preferences.

more information about fluid at: http://fluidapp.com/ and similar instructions for customizing userstyles at: http://code.google.com/p/darkbutgood/wiki/HowToInstallDarkButGood

contribute

the best way to contribute code changes is right here on github. fork this repository and send us a pull request with your improvements and we’ll see about merging your changes in. obviously, you’ll need git, html, python and possibly javascript skills to do any of that.

comments and discussion can be tracked in the perceptive automation forums. or, just send a message through github.

thanks

  • jashaffner for making these views into a much easier to use plugin
  • silosr for setting up ajax requests (no more page reloads!)

uninstalling

if you believe that these replacement views are the cause of errors, simply delete the “m” directory, restart your server, and you’re good to go!

About

mini view plugin for perceptive automation's indigo home automation software, iphone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages